aboutsummaryrefslogtreecommitdiffstats
path: root/rteval-cmd
AgeCommit message (Expand)AuthorFilesLines
2016-05-09default cpulist for modules if only one specifiedClark Williams1-1/+10
2016-04-26rteval: added --version optionClark Williams1-2/+2
2016-04-21options: add --version option and handle empty argument listClark Williams1-1/+11
2015-06-10rteval-cmd: load default configs when no config file is specifiedJiri Kastner1-1/+2
2015-01-08rteval: set LD_BIND_NOW to force symbol resolutionClark Williams1-0/+5
2013-11-08Fix formatting syntax, %d -> %sDavid Sommerseth1-1/+1
2013-06-17Added new measurement module, sysstatDavid Sommerseth1-1/+2
2013-03-13Migrated from libxslt to lxmlDavid Sommerseth1-14/+13
2013-01-18Copyright updatesDavid Sommerseth1-5/+7
2013-01-10Adds the --quiet command line argument to disable Log.ERR and Log.WARN messagesRaphaël Beamonte1-0/+5
2013-01-10Moves the update of the log verbosity to use it properly during modules insta...Raphaël Beamonte1-8/+13
2013-01-04Move the configuration defaults from rteval-cmd and into the rtevalConfig moduleDavid Sommerseth1-21/+1
2012-12-20Cleaned up the --help screenDavid Sommerseth1-6/+6
2012-12-19Don't override measurement and loads config sections from config fileDavid Sommerseth1-7/+9
2012-12-19Instead of passing the config class a few places, save it in __init__()David Sommerseth1-1/+1
2012-12-19Use default values from config file when setting up modules' option parserDavid Sommerseth1-1/+1
2012-12-19Put all default values for modules into the modules itselfDavid Sommerseth1-13/+0
2012-12-19Update config with values from the command lineDavid Sommerseth1-32/+34
2012-12-18Added infrastructure to add command line arguments from modulesDavid Sommerseth1-3/+6
2012-12-17Split up rteval.py into a pure measurement module and the command line toolDavid Sommerseth1-0/+311