Skip to content

Releases: redhat-performance/fio-wrapper

Change FIO output to JSON, plus minor fixes

11 Dec 14:56
b4631c4
Compare
Choose a tag to compare

What's Changed

  • Update fio_run to include iops in output by @malucius-rh in #29
  • Update fio_run to preserve "data over time" logs by @malucius-rh in #32
  • Jsonification of fio output and updates to built-in data reduction to handle it by @malucius-rh in #35
  • Adding ability to handle things like LVM volumes and multipath aliases by @malucius-rh in #33

Full Changelog: v1.22...v1.30

Remove dup results

27 Sep 14:38
1ab6acf
Compare
Choose a tag to compare
Merge pull request #27 from redhat-performance/remove_dups

Getting repeated results.  Remove results.csv at end of loop.

Add meta data.

03 Sep 08:35
f0f9441
Compare
Choose a tag to compare

Adding meta data to csv file.

Fixes for results and mount

30 Jul 16:17
fb64f4b
Compare
Choose a tag to compare
Merge pull request #25 from redhat-performance/add_mnt_check

If disk is mounted, do not use.

fix pbench downloading results with use_pbench_version

25 Jul 19:42
Compare
Choose a tag to compare
v1.18

Fix down of data from pbench runs when using --use_pbench_version

Bail if disk is mounted.

14 Jun 13:50
Compare
Choose a tag to compare
v1.17

Use test tools

Results checking

19 Jan 18:44
2e37d35
Compare
Choose a tag to compare

Results checking

fix saving of meta data.

29 Nov 18:54
357e0cd
Compare
Choose a tag to compare

meta_data that the script generates was not being saved with the pbench results.

Use package_tool for package installation

18 Oct 14:09
cf49795
Compare
Choose a tag to compare
Remove platform dependent operations (#20)

Installs fio using package_tool

fix only doing one disk

07 Aug 20:01
Compare
Choose a tag to compare

When we have designated the disks we are only doing 1 of them, not 1 and then max disks. grab disk is fine.