Bug #7736
ZFS Performance tests should log FIO summary output
Start date:
2017-01-06
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
Current zfs performance tests don't store the FIO summary output to
discrete files along-side the output from the monitoring scripts. A
single log file of stdout of all tests is created in the root
directory but it includes numerous other data and no clear
delineation about which test type produced which output.
This is a small change proposed to have each ZFS performance test also
create a 'fio' output log for each run in the:
test_results/<testid>/perf_data
directory. The output is obtained using the `--output` parameter of FIO.
Updated by Electric Monk about 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 7a61309eb270fc6931ef30a2c4cb510f5dce8a78
commit 7a61309eb270fc6931ef30a2c4cb510f5dce8a78 Author: Ahmed G <ahmedg@delphix.com> Date: 2017-01-18T22:44:17.000Z 7736 ZFS Performance tests should log FIO summary output Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: Stephen Blinick <stephen.blinick@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>