summaryrefslogtreecommitdiffstats
path: root/rteval/sysinfo
Commit message (Expand)AuthorAgeFilesLines
* Migrated from libxslt to lxmlDavid Sommerseth2013-03-131-13/+20
* Copyright updatesDavid Sommerseth2013-01-189-52/+44
* Changes the default_config to allow running rteval from git/extracted directo...Raphaël Beamonte2013-01-101-6/+5
* Replace concatened paths with a call to os.path.joinRaphaël Beamonte2013-01-041-1/+1
* Improve the error message when the DMI module can't locate the needed XSLT te...David Sommerseth2012-12-171-1/+2
* Split up rteval.py into a pure measurement module and the command line toolDavid Sommerseth2012-12-175-7/+7
* handle no 'dmesg' file in osinfo.pyClark Williams2012-12-051-3/+7
* Added MakeReport() method to the MemoryInfo() sub-modulesDavid Sommerseth2012-11-262-0/+19
* Reworked sysinfo/dmi.py to be similar to the other sysinfo sub-modulesDavid Sommerseth2012-11-262-22/+23
* Added new MakeReport methods in the SystemInfo sub-modulesDavid Sommerseth2012-11-266-23/+144
* Moved the network config extraction into an own NetworkInfo() classDavid Sommerseth2012-11-232-1/+120
* Split out OS related information methods into a separate OSInfo() classDavid Sommerseth2012-11-232-49/+114
* Split out memory info gathering into a separate classDavid Sommerseth2012-11-222-34/+88
* Added missing copyright creditsDavid Sommerseth2012-11-221-0/+2
* Changes the getcmdpath method to use only python calls to find the pathsRaphaël Beamonte2012-11-221-4/+11
* Clean up the sysinfo moduleDavid Sommerseth2012-11-215-56/+50
* Fix DMIinfo() to not always fake dataDavid Sommerseth2012-11-211-3/+13
* Moved sysreport/sosreport into SystemInfo() class as wellDavid Sommerseth2012-11-201-1/+22
* Cleaned up the DMIinfo() class a little bitDavid Sommerseth2012-11-201-18/+11
* Moved DMI info stuff into the SystemInfo() classDavid Sommerseth2012-11-201-0/+10
* Moved CPU topology related functions into the SystemInfo() classDavid Sommerseth2012-11-201-0/+14
* Moved get_services() and related functions into a separate SystemServices() c...David Sommerseth2012-11-202-0/+126
* Moved all functions related to kernel information into a KernelInfo() classDavid Sommerseth2012-11-201-0/+1
* Moved all functions related to kernel information into a KernelInfo() classDavid Sommerseth2012-11-204-50/+173
* Move util.py memory and os functions into a new SystemInfo() classDavid Sommerseth2012-11-202-46/+102
* Restructured the rteval source tree a bitDavid Sommerseth2012-11-203-0/+364