Add a simple json encoder and use it to print fio output in json format
authorShaohua Li <shli@fusionio.com>
Mon, 17 Sep 2012 07:12:18 +0000 (09:12 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 17 Sep 2012 07:12:18 +0000 (09:12 +0200)
commitcc372b17f2827e89da79241f1bbaca1e7c650611
treec5b209431bbf9e0fc0091f52c48a7e3190a22d56
parent3449ab8c4d2addb716105ded698438a1d3811572
Add a simple json encoder and use it to print fio output in json format

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile
diskutil.c
diskutil.h
init.c
json.c [new file with mode: 0644]
json.h [new file with mode: 0644]
stat.c