Add option for including byte offset for each log entry
authorJens Axboe <axboe@fb.com>
Tue, 1 Jul 2014 02:59:03 +0000 (20:59 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 1 Jul 2014 02:59:03 +0000 (20:59 -0600)
commitae5888523480f094ce04375a45797e111273ab22
treec4883d0d13c2e3999a5cae1815c51b776d808614
parent5eba33ea5b502bd42d3505075fa94501abbae2b1
Add option for including byte offset for each log entry

When iops/latency/bw logs are used in the job, we can note the offset
at which the specific data entry took place.

Based on an initial patch from Abutalib Aghayev <agayev@gmail.com>.
Extended by me to:

- Not do this by default, as not to add 8 bytes to each log entry
  stored.

- Add support for the client/server protocol.

- Add documentation.

We should bump the server protocol rev again, but that was just done
in the previous commit, so...

Signed-off-by: Jens Axboe <axboe@fb.com>
13 files changed:
HOWTO
backend.c
client.c
fio.1
init.c
io_u.c
iolog.c
iolog.h
options.c
server.c
server.h
stat.c
thread_options.h