X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=examples%2Fperftest.pl.in;h=e1e9a0420ed26e9b9a6851658981dc06b0f25496;hp=b10f59f5c68dc852544469797b020c8a38a45756;hb=009ac7ac9dde1ba7c450b230b9118cff2cedc9f6;hpb=65280068b027ac9b7072a586724c2dc1e3d39d02 diff --git a/examples/perftest.pl.in b/examples/perftest.pl.in index b10f59f..e1e9a04 100755 --- a/examples/perftest.pl.in +++ b/examples/perftest.pl.in @@ -21,14 +21,12 @@ is highly dependent on the cache situation in your machine. This test tries to cater for this. It works like this: -1) Create 100 RRD files (and sync them to disk) +1) Create 20k RRD files (and sync them to disk) -2) Update the 100 RRD file three times in a row. +2) Update the RRD files several times in a row. We run the Update several times to see the difference it makes in the cache. -3) Go back to 1) - NOTE use strict; @@ -191,3 +189,4 @@ sub main (){ } main; +