summaryrefslogtreecommitdiffstats
path: root/rteval-cmd
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-06-17 20:55:08 +0200
committerDavid Sommerseth <davids@redhat.com>2013-06-17 21:00:52 +0200
commit9b1ec7ab89fa047877e5713ff33054ac55ecb710 (patch)
treeed9a6403c32acbfd987fbaa68e05ab6717de647a /rteval-cmd
parentb19b3048de0075e08069b3f9e91776a3542f959b (diff)
downloadrteval-9b1ec7ab89fa047877e5713ff33054ac55ecb710.tar.gz
rteval-9b1ec7ab89fa047877e5713ff33054ac55ecb710.tar.xz
rteval-9b1ec7ab89fa047877e5713ff33054ac55ecb710.zip
Added new measurement module, sysstat
This module runs in parallel with cyclictest and will every minute use sysstat/sadc to collect all available system statistics. These statistics is both added as a single file to the tarball and embedded into the summary.xml. Also changed the polling time which checks if measurement and load modules are alive from every second to every minute. Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'rteval-cmd')
-rwxr-xr-xrteval-cmd3
1 files changed, 2 insertions, 1 deletions
diff --git a/rteval-cmd b/rteval-cmd
index 4111e03..9ac2a52 100755
--- a/rteval-cmd
+++ b/rteval-cmd
@@ -210,7 +210,8 @@ if __name__ == '__main__':
if not config.HasSection('measurement'):
config.AppendConfig('measurement', {
- 'cyclictest' : 'module'})
+ 'cyclictest' : 'module',
+ 'sysstat' : 'module'})
# Prepare log levels before loading modules, not to have unwanted log messages
rtevcfg = config.GetSection('rteval')