aboutsummaryrefslogtreecommitdiffstats
path: root/rteval-cmd
AgeCommit message (Expand)AuthorFilesLines
2024-04-12rteval: Add rtla timerlat as a measurement moduleJohn Kacur1-0/+1
2024-04-05rteval: Add relative cpulists for loadsTomas Glozar1-7/+10
2024-03-28rteval: Remove XML-RPC serverTomas Glozar1-6/+0
2024-03-19rteval: Implement initial dmidecode supportTomas Glozar1-2/+0
2024-01-18rteval: Add relative cpulists for measurementsTomas Glozar1-10/+16
2024-01-18rteval: Convert CpuList class to a moduleTomas Glozar1-4/+6
2023-12-11rteval: Refactor collapse_cpulist in systopologyTomas Glozar1-2/+2
2023-08-14rteval: Add SPDX-License-Identifier to rtevalEder Zulian1-20/+1
2023-06-30Edited code from previous commit to exclude try-except blockAnubhav Shelat1-5/+1
2023-06-28rteval: fixed commentsAnubhav Shelat1-1/+1
2023-06-28rteval: added code to download default kernel version if no version is specifiedAnubhav Shelat1-1/+9
2023-06-28rteval-cmd: added code to handle downloading kernel versions of the x.xAnubhav Shelat1-1/+5
2023-06-28rteval: Changed files to use argparse library instead of optparseAnubhav Shelat1-35/+53
2022-10-27rteval: Don't attempt to get DMIinfo if there are dmi warningsJohn Kacur1-2/+2
2022-08-09rteval: Allow user to enter compressed cpu-lists, fix reportingJohn Kacur1-10/+27
2022-08-04rteval: restrict kernel source download with invalid file extensionsManasi Godse1-0/+4
2022-07-26rteval: Make use of systopology instead of misc in rteval-cmdJohn Kacur1-22/+23
2022-07-15rteval: Add option for downloading kernelManasi Godse1-0/+61
2022-05-06rteval: rteval-cmd: Use "with" with openJohn Kacur1-7/+5
2020-11-26rteval: Use rtevalConfig tp find histogram xsltJonathan Schwender1-1/+1
2020-11-26rteval: Use rteval_text.xsl path found at config initializationJonathan Schwender1-1/+1
2020-09-15rteval: Remove unnecessary importJohn Kacur1-4/+8
2020-06-15rteval: Add the stressng load moduleJohn Kacur1-1/+2
2020-05-06rteval: rteval-cmd: Some style changes suggested by pylint-3John Kacur1-14/+13
2018-10-16rteval: Disable options for remote xmlrpc serverJohn Kacur1-6/+6
2018-08-10rteval: remove unnecssary encodeJohn Kacur1-1/+1
2018-05-08rteval: 2to3 transformationsJohn Kacur1-7/+7
2018-05-08rteval: Explicitly use python3John Kacur1-1/+1
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