summaryrefslogtreecommitdiffstats
path: root/rteval-cmd
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-04-15 16:44:51 +0200
committerDavid Sommerseth <davids@redhat.com>2013-04-15 16:57:51 +0200
commit01cf6ef60920c50df0de789f122a8f0a8b238fa2 (patch)
treeb94d535df50cb4b0603682990297a6113ea93c9f /rteval-cmd
parent5c654b7828c99af30f68de08d45a2e09dd43de75 (diff)
downloadrteval-01cf6ef60920c50df0de789f122a8f0a8b238fa2.tar.gz
rteval-01cf6ef60920c50df0de789f122a8f0a8b238fa2.tar.xz
rteval-01cf6ef60920c50df0de789f122a8f0a8b238fa2.zip
cyclictest: Don't bother reporting 'variance'
The data used to do the mathematical reporting is based on histogram data, where the calculated variance will be rather pointless to gather. Imagine you have 3 samples in the historgram in the 2000µs slot, even if you have quite a lot of data with the average measurements around 50µs, the calculated "variance" for that time slot will be (1950^2)*3. Even though the final variance calculation will divide on number of samples gathered, it will take an enormous amount of samples within a the lower time slots to make this value interesting. So rather, don't report or save the calculated variance. However, the standard deviation is based on the variance, that value is far more sane due to the needed square root function on the final variance value. So it gives a far more sane and interesting value. The applied math in the cyclictest module should be fine itself, it's just the variance value that isn't much interesting on this kind of data source. Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'rteval-cmd')
0 files changed, 0 insertions, 0 deletions