diff options
author | David Sommerseth <davids@redhat.com> | 2012-11-09 14:24:12 +0100 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2012-11-20 22:15:21 +0100 |
commit | 655fa46f46001a5c70df3d24959355d1cfd05d6d (patch) | |
tree | 53b5489d2ad195f3b416f530278922b50e60e60d /rteval | |
parent | 8e9ddaa4cf69a4796bc1847b4b36399d7dd2a90d (diff) | |
download | rteval-655fa46f46001a5c70df3d24959355d1cfd05d6d.tar.gz rteval-655fa46f46001a5c70df3d24959355d1cfd05d6d.tar.xz rteval-655fa46f46001a5c70df3d24959355d1cfd05d6d.zip |
Restructured the rteval source tree a bit
This breaks rteval's functionality until the code has been
adopted to this new layout.
Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'rteval')
-rw-r--r-- | rteval/modules/loads/__init__.py (renamed from rteval/load.py) | 0 | ||||
-rw-r--r-- | rteval/modules/loads/hackbench.py (renamed from rteval/hackbench.py) | 0 | ||||
-rw-r--r-- | rteval/modules/loads/kcompile.py (renamed from rteval/kcompile.py) | 0 | ||||
-rw-r--r-- | rteval/modules/measurement/HWLatDetect.py (renamed from rteval/HWLatDetect.py) | 0 | ||||
-rw-r--r-- | rteval/modules/measurement/cyclictest.py (renamed from rteval/cyclictest.py) | 0 | ||||
-rw-r--r-- | rteval/rteval.conf | 36 | ||||
-rw-r--r-- | rteval/sysinfo/cputopology.py (renamed from rteval/cputopology.py) | 0 | ||||
-rw-r--r-- | rteval/sysinfo/dmi.py (renamed from rteval/dmi.py) | 0 | ||||
-rw-r--r-- | rteval/sysinfo/util.py (renamed from rteval/util.py) | 0 |
9 files changed, 0 insertions, 36 deletions
diff --git a/rteval/load.py b/rteval/modules/loads/__init__.py index 5d76999..5d76999 100644 --- a/rteval/load.py +++ b/rteval/modules/loads/__init__.py diff --git a/rteval/hackbench.py b/rteval/modules/loads/hackbench.py index 4a112dd..4a112dd 100644 --- a/rteval/hackbench.py +++ b/rteval/modules/loads/hackbench.py diff --git a/rteval/kcompile.py b/rteval/modules/loads/kcompile.py index e4c9034..e4c9034 100644 --- a/rteval/kcompile.py +++ b/rteval/modules/loads/kcompile.py diff --git a/rteval/HWLatDetect.py b/rteval/modules/measurement/HWLatDetect.py index a98fa20..a98fa20 100644 --- a/rteval/HWLatDetect.py +++ b/rteval/modules/measurement/HWLatDetect.py diff --git a/rteval/cyclictest.py b/rteval/modules/measurement/cyclictest.py index abf8a95..abf8a95 100644 --- a/rteval/cyclictest.py +++ b/rteval/modules/measurement/cyclictest.py diff --git a/rteval/rteval.conf b/rteval/rteval.conf deleted file mode 100644 index 70dcb90..0000000 --- a/rteval/rteval.conf +++ /dev/null @@ -1,36 +0,0 @@ -[rteval] -verbose: False -keepdata: True -debugging: False -duration: 60.0 -report_interval: 600 - -[cyclictest] -buckets: 2000 -interval: 100 - -[hwlatdetect] -threshold: 15 # 15 ms -window: 1000000 # 1 sec -width: 800000 # 800 ms -#duration: 7200 # 2 hours -duration: 15 - -[loads] -kcompile: module -hackbench: module -dbench: external - -[kcompile] -source: linux-2.6.21.1.tar.bz2 -jobspercore: 2 - -[hackbench] -jobspercore: 2 - -[dbench] -source: dbench.tar.gz -setup: tar -xvf dbench.tar.gz -build: ./configure && make -runload: dbench -c ./client.txt 10 - diff --git a/rteval/cputopology.py b/rteval/sysinfo/cputopology.py index 14631eb..14631eb 100644 --- a/rteval/cputopology.py +++ b/rteval/sysinfo/cputopology.py diff --git a/rteval/dmi.py b/rteval/sysinfo/dmi.py index d317c3c..d317c3c 100644 --- a/rteval/dmi.py +++ b/rteval/sysinfo/dmi.py diff --git a/rteval/util.py b/rteval/sysinfo/util.py index 79834a8..79834a8 100644 --- a/rteval/util.py +++ b/rteval/sysinfo/util.py |