--latency-log is now gone
authorJens Axboe <axboe@fb.com>
Tue, 1 Jul 2014 22:38:02 +0000 (16:38 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 1 Jul 2014 22:38:02 +0000 (16:38 -0600)
Use per-job options for this.

Signed-off-by: Jens Axboe <axboe@fb.com>
README
init.c

diff --git a/README b/README
index 589733904529456bac9c7eae54f6d2a292a287f9..1f72876d5b889aaf07ab4335a57aa786f70687de 100644 (file)
--- a/README
+++ b/README
@@ -148,7 +148,6 @@ $ fio
        --parse-only            Parse options only, don't start any IO
        --output                Write output to file
        --runtime               Runtime in seconds
-       --latency-log           Generate per-job latency logs
        --bandwidth-log         Generate per-job bandwidth logs
        --minimal               Minimal (terse) output
        --output-format=type    Output format (terse,json,normal)
diff --git a/init.c b/init.c
index 2017dd302726023423fb98ac704e66bba4a9180d..c2d6109f079ac2c156cb306fc5e420ac364590d6 100644 (file)
--- a/init.c
+++ b/init.c
@@ -1521,7 +1521,6 @@ static void usage(const char *name)
        printf("  --parse-only\t\tParse options only, don't start any IO\n");
        printf("  --output\t\tWrite output to file\n");
        printf("  --runtime\t\tRuntime in seconds\n");
-       printf("  --latency-log\t\tGenerate per-job latency logs\n");
        printf("  --bandwidth-log\tGenerate per-job bandwidth logs\n");
        printf("  --minimal\t\tMinimal (terse) output\n");
        printf("  --output-format=x\tOutput format (terse,json,normal)\n");