aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-23update to v1.41v1.41v1/masterClark Williams3-4/+7
2015-11-23hackbench: fix logging filehandle naming errorClark Williams1-1/+1
2015-11-23version 1.40-2Clark Williams3-3/+6
2015-11-23update to v1.40v1.40Clark Williams1-2/+8
2015-11-20update to v1.39v1.39Clark Williams3-3/+6
2015-11-20hackbench: modify to avoid cross-node NUMA copiesClark Williams1-50/+78
2013-12-11update to v1.38v1.38Clark Williams3-29/+30
2013-12-11add some input data validation when parsing the output histogram from cyclictestClark Williams1-7/+7
2013-09-17specfile: correctly escaped usages of percent-sign in changelogClark Williams1-10/+13
2012-12-13update to v1.37v1.37Clark Williams3-3/+8
2012-12-13add module-specific command line optionsClark Williams4-20/+96
2012-11-29Changes the getcmdpath method to use only python calls to find the pathsRaphaël Beamonte1-3/+9
2012-10-23update to v1.36v1.36Clark Williams3-3/+11
2012-10-23Rewrite of the get_services method to make it cross-distributionRaphaël Beamonte1-15/+58
2012-10-23Adds getcmdpath method to use which to locate the used commandsRaphaël Beamonte1-1/+12
2012-10-23Rewrite of the get_kthreads method to make it cross-distributionRaphaël Beamonte1-4/+3
2012-08-13make sure that priority parameter is converted to intClark Williams1-3/+3
2012-08-13handle system not having dmidecode python moduleClark Williams1-2/+16
2012-04-02version bump to 1.35v1.35Clark Williams3-3/+6
2012-04-02reenabled SIGINT and SIGTERM handlersClark Williams1-6/+6
2012-01-12version bump to 1.34Clark Williams3-3/+8
2012-01-12Merge remote-tracking branch 'davids/master' into workClark Williams19-31/+827
2012-01-09start hackbench with helper functionClark Williams1-3/+8
2012-01-09propogate config file values to cyclictest threadClark Williams1-0/+1
2012-01-09updated kcompile source to 2.6.39Clark Williams2-6/+10
2011-10-07rteval-parsed/rteval-xmlrpc v1.5David Sommerseth4-9/+20
2011-10-07Moved PostgreSQL related array function into pgsql.cDavid Sommerseth3-55/+77
2011-10-07Introduce init_xmlparser() processDavid Sommerseth2-0/+50
2011-10-07Added support for PostgreSQL arrays + store cpu_topology CPU spread as an arrayDavid Sommerseth6-8/+328
2011-10-07added --onlyload optionClark Williams2-25/+59
2011-10-07changed default built target, refactored a bit in kcompile.pyClark Williams1-13/+18
2011-10-07version bump to 1.33Clark Williams2-2/+5
2011-10-07change low-memory threshold to be 0.75GB/coreClark Williams1-1/+1
2011-10-07add a potential load of KVMClark Williams1-1/+4
2011-09-14Merge branch 'master' into workClark Williams4-39/+78
2011-09-14added --onlyload optionClark Williams2-25/+59
2011-09-14changed default built target, refactored a bit in kcompile.pyClark Williams1-13/+18
2011-09-14allow for float as load specifierClark Williams1-1/+1
2011-05-14version bump to 1.33Clark Williams2-2/+5
2011-05-14change low-memory threshold to be 0.75GB/coreClark Williams1-1/+1
2011-05-14add a potential load of KVMClark Williams1-1/+4
2011-02-07Fixed wrong copying of apache config files to the tarball for the XML-RPC ser...David Sommerseth1-1/+1
2011-02-04Updated build files to package rteval-xmlrpc-1.4David Sommerseth2-4/+8
2011-02-04Update version information to rteval-xmlrpc-1.4David Sommerseth2-2/+3
2011-02-04Added needed autoconf changes to enable the new mod_wsgi featureDavid Sommerseth3-7/+24
2011-02-04If the dirpath is an absolute path, go to the root dir before continuing.David Sommerseth1-0/+2
2011-02-04Added mod_wsgi handlerDavid Sommerseth2-0/+154
2011-02-03Don't return None values in the database_status() methodDavid Sommerseth1-2/+4
2011-02-03Don't try to always expand SQL SELECT query when throwing an exceptionDavid Sommerseth1-1/+1
2011-01-10Moved annotation data into a separate table field in rtevalruns_detailsDavid Sommerseth3-2/+215
2010-08-27Implemented simple XML-RPC call to check the database statusDavid Sommerseth3-0/+31
2010-08-23Extract IPv6 network configurationDavid Sommerseth1-19/+48
2010-08-23added util.py module to PYSRC variable in Makefilev1.32Clark Williams1-0/+1
2010-08-23version bump to v1.32Clark Williams3-3/+15
2010-08-23added setup.py to version update step in release checklistClark Williams1-2/+2
2010-08-23clean up rteval/rteval_text.xsl to handle old reportsClark Williams1-1/+1
2010-08-23clean up text portion of 'command_line' tag in XMLClark Williams1-1/+2
2010-08-23clean up XML generationClark Williams3-6/+8
2010-08-23modified hackbench to not run in low memory conditionsClark Williams1-7/+14
2010-08-23default base-class members of Load to internal testing valuesClark Williams1-2/+2
2010-08-23remove refactored methods and add proper defaults to RTEval membersClark Williams1-59/+8
2010-08-23create utility module with common system tasksClark Williams1-0/+96
2010-08-23add "__main__" section to run hackbench for testingClark Williams1-0/+5
2010-08-21rteval: check if the core id really existsClark Williams1-0/+2
2010-08-11Don't create log directories before it is neededDavid Sommerseth1-8/+8
2010-08-10Improved CPU socket countingDavid Sommerseth1-3/+15
2010-08-04Updated docs with relevant up-to-date informationDavid Sommerseth2-24/+10
2010-07-26version bump to v1.31v1.31Clark Williams2-2/+8
2010-07-26Merge remote branch 'origin/master_ipv4' into master_ipv4David Sommerseth0-0/+0
2010-07-26Updated hackbench implementation to avoid overusing resourcesDavid Sommerseth2-10/+4
2010-07-26Don't show NUMA node information if it's missing in the summary.xmlDavid Sommerseth1-3/+5
2010-07-26Show CPU cores properlyDavid Sommerseth1-1/+12
2010-07-21version bump to v1.30v1.30Clark Williams2-2/+5
2010-07-21cap hackbench backoff time at 60 secondsClark Williams1-0/+2
2010-07-21add code to ease memory pressure from hackbenchClark Williams1-4/+17
2010-07-16version bump to v1.29v1.29Clark Williams2-2/+5
2010-07-16fixed incorrect type value in kcompileClark Williams1-1/+1
2010-07-16version bump to v1.28v1.28Clark Williams2-2/+6
2010-07-16added load logic to adjust load based on memory/core ratioClark Williams3-5/+28
2010-07-16Don't show NUMA node information if it's missing in the summary.xmlDavid Sommerseth1-3/+5
2010-07-16Show CPU cores properlyDavid Sommerseth1-1/+12
2010-07-15removed require of rteval in rteval-loads.specClark Williams1-2/+4
2010-07-14version update to v1.27v1.27Clark Williams2-2/+8
2010-07-14add memsize, numanodes and duration parametersClark Williams1-2/+3
2010-07-14change default unit of work for hackbench to be threadsClark Williams2-3/+2
2010-07-13version update to v1.26v1.26Clark Williams2-2/+5
2010-07-13modified hackbench parameters to reduce workloadClark Williams2-4/+3
2010-07-12updated changelog for v1.25v1.25Clark Williams1-0/+4
2010-07-12version bump to 1.25Clark Williams2-2/+2
2010-07-12updated source file copyright dates to 2010Clark Williams11-13/+14
2010-07-12fixed incorrect assignment of number-of-cores in cyclictest.pyClark Williams1-1/+1
2010-07-09version bump to v1.24v1.24Clark Williams2-2/+6
2010-07-09modified hackbench arguments to deal with new hackbenchClark Williams2-10/+17
2010-07-08updated rteval-loads specfile to remove hackbenchClark Williams1-0/+3
2010-07-08vesion bump to v1.23v1.23Clark Williams2-2/+5
2010-07-08version update to v1.22v1.22Clark Williams2-3/+10
2010-07-08add logging for loadsClark Williams5-11/+40
2010-07-08convert loads and cyclictest to use parameter section for all parametersClark Williams6-51/+62
2010-07-08Updated rteval to use hackbench from rt-testsDavid Sommerseth5-60/+19
2010-06-25cleaned up email address in doc/rteval.txtClark Williams1-1/+1
2010-06-25fixed installation commandlines for python-schedutils and python-ethtoolClark Williams1-2/+2
2010-06-25first cut at a how-to-install document for non-RHEL usersClark Williams1-0/+47
2010-06-14Merge remote branch 'davids/master_ipv4' into workClark Williams16-117/+530
2010-06-14updated doc/rteval.txt with better mlockall and load balancer explainationsClark Williams1-33/+37
2010-05-25Check if we have dmidecode.get_warnings() availableDavid Sommerseth1-0/+3
2010-05-14Added first-cut of a unit-test for XML-RPC server/clientDavid Sommerseth4-19/+128
2010-05-14Added unit-testsDavid Sommerseth5-70/+269
2010-05-13version bump to 1.21v1.21Clark Williams2-2/+15
2010-05-13added example push cmd to release-checklist.txtClark Williams1-1/+1
2010-05-13Merge remote branch 'davids/master_ipv4' into workClark Williams5-19/+93
2010-05-13rteval: remove unnecessary wait() callLuis Claudio R. Goncalves1-1/+0
2010-05-07rteval: code cleanup and fixesLuis Claudio R. Gonçalves3-7/+13
2010-05-06version bump to 1.20v1.20Clark Williams2-3/+12
2010-05-06updated text in doc/rteval.txtClark Williams1-24/+28
2010-05-06rteval: code cleanup and fixesLuis Claudio R. Goncalves3-7/+13
2010-04-29Added SIGINT handlerDavid Sommerseth1-2/+13
2010-04-29Handle situations better when no warnings are found in dmi.ProcessWarnings()David Sommerseth1-1/+5
2010-04-29Also process DMI warnings before parsing command line argumentsDavid Sommerseth1-0/+3
2010-04-29Get rid of expected DMI decode warnings when running as non-rootDavid Sommerseth2-0/+18
2010-04-29Allow non-root users to really start rtevalDavid Sommerseth1-3/+1
2010-04-12Added -P/--xmlrpc-no-abort to avoid exiting if XML-RPC ping failsDavid Sommerseth1-1/+8
2010-04-12Added retry logic for ping testDavid Sommerseth1-11/+34
2010-04-12Added --annotate | -a feature to rtevalDavid Sommerseth3-1/+12
2010-04-09Merge remote branch 'davids/master_ipv4' into workClark Williams25-337/+968
2010-04-09Added Hello() method to XML-RPC serverDavid Sommerseth6-7/+43
2010-04-09Remove not needed XML-RPC functionDavid Sommerseth1-19/+0
2010-04-09If no memory_size/@unit attribute is not found, use kB as defaultDavid Sommerseth1-1/+9
2010-04-09Make the <memory_size/> information use units instead of being fixed to kBDavid Sommerseth2-6/+15
2010-04-01Added support for num_cpu_sockets and improved num_cpu_cores extractionDavid Sommerseth1-3/+16
2010-04-01Replaced the /rteval/hardware/cpu_cores with /rteval/hardware/cpu_topologyDavid Sommerseth1-11/+14
2010-04-01Remember to also package rteval/cputopology.pyDavid Sommerseth1-0/+1
2010-04-01Added extraction methods for CPU cores numbers and CPU sockets numberDavid Sommerseth1-11/+18
2010-04-01Don't create cpu nodes before we have checked if it is a proper cpu directoryDavid Sommerseth1-3/+2
2010-03-31Added CPUtopology moduleDavid Sommerseth1-0/+104
2010-03-31Added basic info for more CPU topology infoDavid Sommerseth3-14/+23
2010-03-27updated rteval.txt whitepaperClark Williams1-3/+110
2010-03-27initial checkin of READMEClark Williams1-0/+43
2010-03-27initial checkin of rteval whitepaperClark Williams1-0/+134
2010-03-26Added storing NUMA nodes in to rtevalruns_detailsDavid Sommerseth3-3/+7
2010-03-26Improved general parse loggingDavid Sommerseth3-18/+33
2010-03-26Changed snprintf() to append_str() when adding 'AND ipaddr' SQL stringDavid Sommerseth1-2/+4
2010-03-25Make sure we search for IP address == NULL when the input is NULLDavid Sommerseth1-0/+2
2010-03-25Honour the 'isnull' attribute in <value/> tagsDavid Sommerseth1-2/+7
2010-03-25Don't consider IP address if the value is NULL when looking up registered sys...David Sommerseth1-2/+7
2010-03-25Fixed wrong GRANT statement on the rteval_info tableDavid Sommerseth1-1/+1
2010-03-25version-bump of rteval-xmlrpc/rteval-parser to v1.2David Sommerseth3-5/+5
2010-03-25Updated the README files to reflect recent changesDavid Sommerseth2-27/+72
2010-03-25Added support for storing Linux distro in the databaseDavid Sommerseth4-1/+211
2010-03-23Cleaned up xmlparser.xsl - avoid not needed <xsl:apply-templates/> callsDavid Sommerseth1-170/+146
2010-03-22Cleaned up the rteval parser/XML-RPC spec fileDavid Sommerseth3-66/+110
2010-03-22Renamed rteval_parserd to rteval-parserdDavid Sommerseth9-30/+30
2010-03-22Fixed rpmlint complaintsDavid Sommerseth1-6/+10
2010-03-22Copy init script and config file example to the docs dir on 'make install'David Sommerseth1-0/+4
2010-03-19Added initial init.d script and sysconfig file for rteval_parserdDavid Sommerseth2-0/+145
2010-03-16version bump to 1.19v1.19Clark Williams2-2/+8
2010-03-14add code for --summarize to deal with tarballsClark Williams1-3/+34
2010-02-24Merge remote branch 'davids/master_ipv4' into workClark Williams1-0/+37
2010-02-24Gather info about loaded kernel modulesDavid Sommerseth1-0/+37
2010-02-19version bump rteval-loads to 1.1Clark Williams1-1/+5
2010-02-19added hackbench mods to cleanup zombiesClark Williams1-0/+0
2010-02-16version bump to 1.18v1.18Clark Williams2-2/+5
2010-02-16Fix usage of python 2.6 constructs in hackbench.pyClark Williams1-14/+15
2010-02-16fix problem using python 2.6 construct on RHEl5Clark Williams1-1/+2
2010-02-16version bump to 0.17v1.17Clark Williams2-2/+8
2010-02-16add some termination logic to hackbench.pyClark Williams1-0/+7
2010-02-16use popen terminate() method to stop hackbenchClark Williams1-1/+1
2010-02-16filter non-printable characters when getting service status outputClark Williams1-2/+8
2010-02-11version bump to 1.16v1.16Clark Williams2-2/+6
2010-02-11fix stupid int/float errors in countdown functionsClark Williams1-11/+11
2010-02-11version bump to 0.15v1.15Clark Williams2-3/+7
2010-02-11reworked NUMA logic and added time remaining outputClark Williams3-12/+34
2010-02-10add code to deal with NUMA systemsClark Williams3-5/+30
2010-02-09version bump to 1.14v1.14Clark Williams2-2/+6
2010-01-07Implemented rteval::XMLreport()v1.13David Sommerseth1-0/+3
2009-12-22version bump to 1.13Clark Williams2-3/+16
2009-12-22Merge commit 'davids/master_ipv4' into workClark Williams2-11/+54
2009-12-22add config defaults for cyclictestClark Williams1-0/+4
2009-12-22add sanity checks to cyclictest statistics codeClark Williams1-0/+12
2009-12-22add upstream push to release checklistClark Williams1-0/+1
2009-12-22update 'clean' and 'help' targetsClark Williams1-2/+3
2009-12-19Add explicit sys.path directory to the python sitelib+'/rteval'David Sommerseth1-0/+4
2009-12-18Send program arguments via RtEval() constructorDavid Sommerseth1-5/+6
2009-12-11Added more DMI data into the summary.xml reportDavid Sommerseth1-1/+39
2009-12-11Fixed issue with not including all devices in the OnBoardDeviceInfo tagDavid Sommerseth1-5/+5
2009-12-08added release checklistClark Williams1-0/+21
2009-12-08Merge commit 'davids/master_ipv4' into workClark Williams28-198/+1965
2009-12-08Updated README files for the XMLRPC server to match latest changesDavid Sommerseth2-17/+79
2009-12-08Simplified the rpmlint Makefile targetDavid Sommerseth1-4/+4
2009-12-08Updated rteval-xmlrpc version numbers to 1.1, to reflect the new db schemaDavid Sommerseth4-5/+20
2009-12-08Avoid unexpected exit if the main thread starts process_submission_queue() to...David Sommerseth1-0/+1
2009-12-08Updated the SQL database schema and XML parser stylesheetDavid Sommerseth3-7/+226
2009-12-08Implemented SQL schema version handling on the database layerDavid Sommerseth2-4/+41
2009-12-08Added function to extract and parse the new //sqldata/@schemaver attributeDavid Sommerseth2-0/+32
2009-12-03Merge commit 'v1.12' into master_ipv4David Sommerseth5-17/+26
2009-12-03Build rteval-xmlrpc RPM when doing all rpmsDavid Sommerseth1-1/+1
2009-12-03Added rteval-xmlrpc.spec fileDavid Sommerseth1-0/+54
2009-12-03Take rteval-xmlrpc package out of rteval.specDavid Sommerseth2-64/+21
2009-12-03Fixed some issues with files related to the XML-RPC serverDavid Sommerseth1-3/+7
2009-12-03Removed no longer needed install helperDavid Sommerseth1-23/+0
2009-12-03Added generation and installation of apache-rteval.conf during make installDavid Sommerseth1-0/+8