From 79bae245044dde4820e8f768990862e680b84dcd Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 1 Jul 2014 16:38:02 -0600 Subject: [PATCH 1/1] --latency-log is now gone Use per-job options for this. Signed-off-by: Jens Axboe --- README | 1 - init.c | 1 - 2 files changed, 2 deletions(-) diff --git a/README b/README index 58973390..1f72876d 100644 --- 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 2017dd30..c2d6109f 100644 --- 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"); -- 2.25.1