More updates from Bernhard Fischer
[rrdtool.git] / examples / perftest.pl.in
index b10f59f..e1e9a04 100755 (executable)
@@ -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;
+