From 7b599b7485d9bf79bb515c82099912e86a9e100b Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Fri, 9 Jun 2017 20:57:30 +0000 Subject: Adjust renaming: vespa-fbench-filterfile ==> vespa-fbench-filter-file. --- fbench/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fbench/README') 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 -- cgit v1.2.3