fio_generate_plots: cope with per_job_logs filenames
authorSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 1 Oct 2017 08:07:15 +0000 (09:07 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sat, 7 Oct 2017 07:58:45 +0000 (08:58 +0100)
commit45be22df81f10ef9d45a30bd06343ae630dcfee0
tree91790ac9f130f6737d86f0a700e9a9b95e57e26d
parentf7c9bfd57232c6e11623d741be340d32f796c726
fio_generate_plots: cope with per_job_logs filenames

- Teach fio_generate_plots how to find log files that are generated when
  per_job_logs=1 (which has been the fio default for a while).
- Make fio_generate_plots spit out an error message when no log files
  are found.

Fixes: https://github.com/axboe/fio/issues/43
Fixes: https://github.com/axboe/fio/issues/323

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
tools/fio_generate_plots