Commit Graph

10 Commits

Author SHA1 Message Date
tb
447af4782a benchmarks/fio: fix hidden dependency on libnfs reported by mpi.
ok kurt
2022-07-29 15:33:17 +00:00
kurt
cd3505f09b Update to fio-3.30 2022-05-20 14:12:21 +00:00
naddy
279462e7ea drop RCS Ids 2022-03-11 18:21:39 +00:00
kmos
ad139c8cd7 Fix build on sparc64 by preferring ports-gcc on base-gcc arches
ok kurt@ (maintainer)
2021-05-16 17:11:18 +00:00
kurt
8a4a41dedd Update to fio-3.26 2021-05-05 12:59:55 +00:00
kurt
4cbe839c91 Update to fio-3.19
- remove patches accepted upstream
2020-05-15 15:50:54 +00:00
kurt
f6246491a0 Update to fio-3.19 2020-05-15 15:42:00 +00:00
kurt
6513374d33 Fix build on sparc64:
* Fix undefined var tv_tls_key
* Fix use of bswap{16|32|64}

okay kmos@
2020-01-28 20:45:01 +00:00
sthen
4f5df529b2 register conflict with py-fiona 2020-01-21 09:22:34 +00:00
kurt
f503dc4e1f fio is a IO benchmarking tool that can simulate various user defined
workloads. fio will spawn a number of threads or processes doing a
particular type of IO action as specified by the user.  It takes a
number of global parameters, each inherited by the thread unless other
parameters given to them overriding that setting.  The typical use of
fio is to write a job file matching the IO load one wants to simulate.

okay sthen@
2020-01-20 23:32:00 +00:00