The following changes since commit 78d351576a09fa3400fee1411b3d59840c5038bb: Merge branch 'master' of ssh://router/data/git/fio (2011-09-12 11:30:01 +0200) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Improve wording on terse Total IO (KB) field HOWTO | 4 ++-- fio.1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) --- Diff of recent changes: diff --git a/HOWTO b/HOWTO index 724b604..b67a201 100644 --- a/HOWTO +++ b/HOWTO @@ -1349,13 +1349,13 @@ Split up, the format is as follows: version, jobname, groupid, error READ status: - KB IO, bandwidth (KB/sec), runtime (msec) + Total IO (KB), bandwidth (KB/sec), runtime (msec) Submission latency: min, max, mean, deviation Completion latency: min, max, mean, deviation Total latency: min, max, mean, deviation Bw: min, max, aggregate percentage of total, mean, deviation WRITE status: - KB IO, bandwidth (KB/sec), runtime (msec) + Total IO (KB), bandwidth (KB/sec), runtime (msec) Submission latency: min, max, mean, deviation Completion latency: min, max, mean, deviation Total latency: min, max, mean, deviation diff --git a/fio.1 b/fio.1 index 7eb2049..a699224 100644 --- a/fio.1 +++ b/fio.1 @@ -1087,7 +1087,7 @@ change. The fields are: .P Read status: .RS -.B KB I/O, bandwidth \fR(KB/s)\fP, runtime \fR(ms)\fP +.B Total I/O \fR(KB)\fP, bandwidth \fR(KB/s)\fP, runtime \fR(ms)\fP .P Submission latency: .RS @@ -1109,7 +1109,7 @@ Bandwidth: .P Write status: .RS -.B KB I/O, bandwidth \fR(KB/s)\fP, runtime \fR(ms)\fP +.B Total I/O \fR(KB)\fP, bandwidth \fR(KB/s)\fP, runtime \fR(ms)\fP .P Submission latency: .RS -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html