aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/README
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-06-09 20:57:30 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-06-09 20:57:30 +0000
commit7b599b7485d9bf79bb515c82099912e86a9e100b (patch)
tree8b92dfd20053006fe52430bfc18acefc11fe16d2 /fbench/README
parent415e0c386a72efca3a0a5d1c3418e5d929ed7ab8 (diff)
Adjust renaming: vespa-fbench-filterfile ==> vespa-fbench-filter-file.
Diffstat (limited to 'fbench/README')
-rw-r--r--fbench/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/fbench/README b/fbench/README
index cd0d98afbd1..11ae8b24bec 100644
--- a/fbench/README
+++ b/fbench/README
@@ -14,7 +14,7 @@ fbench install directory should contain the following set of files:
README
bin/vespa-fbench
- bin/vespa-filterfile
+ bin/vespa-fbench-filter-file
bin/vespa-geturl
bin/plot.pl
bin/pretest.sh
@@ -46,9 +46,9 @@ queries.
This step assumes you have obtained some fastserver access log
files. The first step is to extract the query urls from the logs. This
-is done with the 'filterfile' program.
+is done with the 'vespa-fbench-filter-file' program.
-| usage: filterfile [-a] [-h]
+| usage: vespa-fbench-filter-file [-a] [-h]
|
| Read concatenated fastserver logs from stdin and write
| extracted query urls to stdout.
@@ -81,7 +81,7 @@ want to extract the query urls from it and save the query urls into
200 separate files (because you are planning to run 200 clients when
benchmarking). You may do the following:
-$ cat logs | bin/filterfile | bin/splitfile 200
+$ cat logs | bin/vespa-fbench-filter-file | bin/splitfile 200
This will create 200 files with names 'query000.txt', 'query001.txt',
'query002.txt' etc. You may control the filename pattern of the output