summaryrefslogtreecommitdiffstats
path: root/rteval
Commit message (Expand)AuthorAgeFilesLines
* clean up rteval/rteval_text.xsl to handle old reportsClark Williams2010-08-231-1/+1
* clean up text portion of 'command_line' tag in XMLClark Williams2010-08-231-1/+2
* clean up XML generationClark Williams2010-08-233-6/+8
* modified hackbench to not run in low memory conditionsClark Williams2010-08-231-7/+14
* default base-class members of Load to internal testing valuesClark Williams2010-08-231-2/+2
* remove refactored methods and add proper defaults to RTEval membersClark Williams2010-08-231-59/+8
* create utility module with common system tasksClark Williams2010-08-231-0/+96
* add "__main__" section to run hackbench for testingClark Williams2010-08-231-0/+5
* rteval: check if the core id really existsClark Williams2010-08-211-0/+2
* Don't create log directories before it is neededDavid Sommerseth2010-08-111-8/+8
* Improved CPU socket countingDavid Sommerseth2010-08-101-3/+15
* version bump to v1.31Clark Williams2010-07-261-1/+1
* Updated hackbench implementation to avoid overusing resourcesDavid Sommerseth2010-07-262-10/+4
* Don't show NUMA node information if it's missing in the summary.xmlDavid Sommerseth2010-07-261-3/+5
* Show CPU cores properlyDavid Sommerseth2010-07-261-1/+12
* version bump to v1.30Clark Williams2010-07-211-1/+1
* cap hackbench backoff time at 60 secondsClark Williams2010-07-211-0/+2
* add code to ease memory pressure from hackbenchClark Williams2010-07-211-4/+17
* version bump to v1.29Clark Williams2010-07-161-1/+1
* fixed incorrect type value in kcompileClark Williams2010-07-161-1/+1
* version bump to v1.28Clark Williams2010-07-161-1/+1
* added load logic to adjust load based on memory/core ratioClark Williams2010-07-163-5/+28
* version update to v1.27Clark Williams2010-07-141-1/+1
* add memsize, numanodes and duration parametersClark Williams2010-07-141-2/+3
* change default unit of work for hackbench to be threadsClark Williams2010-07-142-3/+2
* version update to v1.26Clark Williams2010-07-131-1/+1
* modified hackbench parameters to reduce workloadClark Williams2010-07-132-4/+3
* version bump to 1.25Clark Williams2010-07-121-1/+1
* updated source file copyright dates to 2010Clark Williams2010-07-1211-13/+14
* fixed incorrect assignment of number-of-cores in cyclictest.pyClark Williams2010-07-121-1/+1
* version bump to v1.24Clark Williams2010-07-091-1/+1
* modified hackbench arguments to deal with new hackbenchClark Williams2010-07-092-10/+17
* vesion bump to v1.23Clark Williams2010-07-081-1/+1
* version update to v1.22Clark Williams2010-07-081-1/+1
* add logging for loadsClark Williams2010-07-084-10/+39
* convert loads and cyclictest to use parameter section for all parametersClark Williams2010-07-086-51/+62
* Updated rteval to use hackbench from rt-testsDavid Sommerseth2010-07-081-46/+8
* Check if we have dmidecode.get_warnings() availableDavid Sommerseth2010-05-251-0/+3
* Added unit-testsDavid Sommerseth2010-05-144-70/+139
* version bump to 1.21Clark Williams2010-05-131-1/+1
* Merge remote branch 'davids/master_ipv4' into workClark Williams2010-05-134-18/+92
|\
| * rteval: remove unnecessary wait() callLuis Claudio R. Goncalves2010-05-131-1/+0
| * rteval: code cleanup and fixesLuis Claudio R. Gonçalves2010-05-073-7/+13
| * Added SIGINT handlerDavid Sommerseth2010-04-291-2/+13
| * Handle situations better when no warnings are found in dmi.ProcessWarnings()David Sommerseth2010-04-291-1/+5
| * Also process DMI warnings before parsing command line argumentsDavid Sommerseth2010-04-291-0/+3
| * Get rid of expected DMI decode warnings when running as non-rootDavid Sommerseth2010-04-292-0/+18
| * Allow non-root users to really start rtevalDavid Sommerseth2010-04-291-3/+1
| * Added -P/--xmlrpc-no-abort to avoid exiting if XML-RPC ping failsDavid Sommerseth2010-04-121-1/+8
| * Added retry logic for ping testDavid Sommerseth2010-04-121-11/+34