From: Jens Axboe Date: Tue, 20 Mar 2007 09:02:06 +0000 (+0100) Subject: 'dev' is 'stdev' in the print out now X-Git-Tag: fio-1.15~70 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=72fbda2ac0b5fe8e9f3920ec7b2fd69989e50a56 'dev' is 'stdev' in the print out now Signed-off-by: Jens Axboe --- diff --git a/HOWTO b/HOWTO index 460b456c..8e873ea5 100644 --- a/HOWTO +++ b/HOWTO @@ -652,7 +652,7 @@ they denote: io= Number of megabytes io performed bw= Average bandwidth rate runt= The runtime of that thread - slat= Submission latency (avg being the average, dev being the + slat= Submission latency (avg being the average, stdev being the standard deviation). This is the time it took to submit the io. For sync io, the slat is really the completion latency, since queue/complete is one operation there.