commit | 1b42725f06f8906b9b99381da3490484f59df28a | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Mar 14 15:03:03 2012 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Mar 14 15:03:03 2012 +0100 |
tree | 84405e20bce115d7e19aca3fd46d9c2a1231218c | |
parent | ea51b956a15dd4aee047233be892bb3607f3adbd [diff] |
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>