gfio: add per-job option view
authorJens Axboe <axboe@kernel.dk>
Sat, 24 Mar 2012 19:22:29 +0000 (20:22 +0100)
committerJens Axboe <axboe@kernel.dk>
Sat, 24 Mar 2012 19:22:29 +0000 (20:22 +0100)
commit753e9e642f1cf7aa6e46a31aeebc65da26c8bf2e
treefe0b016a422bc9c07c04368562ad0a79fc40366e
parentcf3d824147fe285bba1c93f341f6e44c34aaccd9
gfio: add per-job option view

The option view is now a master notebook of jobs that got added
from a given job file, with each tab holding a new notebook
with tabs for the options.

This is pretty slow for big jobs. Adding eg the 1mbs-clients.fio
example job file shows this nicely, since it contains 32 jobs.
Will need to look into how to speed this up.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
gclient.c
gfio.c
gfio.h
goptions.c
goptions.h