History log of /external/autotest/tko/machine_aggr.cgi
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
753362d363fb183f32b4403d13ccc051438641e1 22-Jun-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Move client/bin/kernel_versions to common_lib; it is used by tko.

Signed-off-by: Duane Sand <duanes@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@3316 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/tko/machine_aggr.cgi
15110b741516c11c5dbf24d3961fb14f04138140 14-Jan-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Change all tabs to space. somehow we lost this change from tko/ ?
Somewhat scary

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2640 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/tko/machine_aggr.cgi
7a469e7ae2ec4f196e19f188b115bb461ee698ec 20-Nov-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Modified machine_aggr.cgi to accept benchmark and key values as a list of
paired values instead of two lists.

machine_aggr.cgi accepts a list of benchmarks and a list of keys as two
seperate inputs. Within the code, this is zipped together into a list
of benchmark-key pairs.

This CL modifies machine_aggr.cgi to accept a list of benchmark-key
pairs from the user. Sample input:

benchmark_key=benchmark1:key1,benchmark2:key2,...

To maintain backward compatibility, the old interface is left intact.
The user is expected to use exactly one of the two options. If both
interfaces are used, preference is given to the new interface.

From: Nikhil Rao <ncrao@google.com>
Signed-off-by: Martin Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2468 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/tko/machine_aggr.cgi
588f15ac9e98c564d442f0dbdcc97dbaa8f98d10 20-Nov-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Add results from all tests (and not only the last test) to a dataset.

machine_aggr.cgi iterates over all tests on a machine with a given
kernel. It keeps track of the results in the dictionary data. In the
current implementation, data is replaced with results from the last
test run on a machine. This is probably not the intended behaviour.

This CL fixes this problem by extending, not replacing, data with
results from each test.

From: Nikhil Rao <ncrao@google.com>
Signed-off-by: Martin Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2467 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/tko/machine_aggr.cgi
30413d504a72efed189b70dd00d256f57d52bf57 06-Jun-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Set executable bit on all cgi scripts

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1657 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/tko/machine_aggr.cgi
22ab0693e22893f93fe8495b7202c68dec753357 02-May-2008 jadmanski <jadmanski@592f7852-d20e-0410-864c-8624ca9c26a4> Convert tko/*.cgi to use absolute imports, to resolve some
ambiguity with importing "frontend".

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1482 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/tko/machine_aggr.cgi
6cf3bb314d2b9727cc0d294f64a2b4a17e5abffc 11-Feb-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Add the status==GOOD for the query condition while filtering out all the failed jobs and incomplete
data for dashboard.

From: Ying Han <yinghan@google.com>
Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1230 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/tko/machine_aggr.cgi
b0a884f1c4575637697871ef638c2a41c367bb76 07-Dec-2007 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Multi curve plotting for kernel performance:
1. add machine name as well as machine type for the title. the logic could be
avoided if all the machines are included in the machines file
2. sort the kernel in the right order and get the first kernel data as the base
line for the rest.
3. add filter for the kernel version. released/experimental/rc

From: Ying Han <yinghan@google.com>
Signed-off-by: Martin Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1046 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/tko/machine_aggr.cgi