commit | 38a812d7fa79a673855efb6324c8fc68b92b89c1 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Thu Jul 03 09:10:39 2014 -0600 |
committer | Mohamad Ayyash <mkayyash@google.com> | Fri Mar 06 17:57:10 2015 -0800 |
tree | 49820d74c000321cbbef767aba10a2898b8b4147 | |
parent | 633d825ccf450073e4489ee8ab66a44303b1a0d7 [diff] |
Add support for runtime log compression If log_compression=64M is specified, fio will "bite" off chunks of the IO logs and runtime compress them with zlib. This can greatly reduce the amount of memory required to do iops/bw/lat logging of a run, at the cost of using some background CPU for the compression. Signed-off-by: Jens Axboe <axboe@fb.com>