genfio: Adding prefix to fio filename
authorErwan Velu <erwan@enovance.com>
Thu, 11 Jul 2013 07:56:28 +0000 (09:56 +0200)
committerErwan Velu <erwan@enovance.com>
Fri, 12 Jul 2013 09:47:06 +0000 (11:47 +0200)
commita74198375fe2120fa670e2164cc5b92a06c7dbf0
treea9e15703f51aa595ce0e0a9b81e55ab6d46ef848
parente1c6f2e1ed79734328949dc91aa7ce84281e8112
genfio: Adding prefix to fio filename

This patch add a prefix (-x) option to add context to fio jobs.
When running many many jobs it's pretty hard to remember which job was
made for.

Adding a prefix to the filename can give some interesting information
like the tested hardware or the day we run it, or a option you test
etc...

If the prefix owns a / in it, it will be considered as a directory and
will create it. The fio jobs will be stored into this directory.
tools/genfio