gfio: Add support for sending logs over the network
authorJens Axboe <axboe@kernel.dk>
Wed, 14 Mar 2012 14:03:03 +0000 (15:03 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 14 Mar 2012 14:03:03 +0000 (15:03 +0100)
commit1b42725f06f8906b9b99381da3490484f59df28a
tree84405e20bce115d7e19aca3fd46d9c2a1231218c
parentea51b956a15dd4aee047233be892bb3607f3adbd
gfio: Add support for sending logs over the network

This is for things like bw log, latency logs, etc. We add
a new depedency, zlib, for this. The logs can be quite big and
the network is not necessarily super fast, so we compress them
using zlib.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile
client.c
client.h
gfio.c
iolog.c
iolog.h
server.c
server.h