[PATCH 0/2] fio: steady state for latency
Luis Chamberlain <[email protected]> Thu, 24 Jul 2025 23:17:46 -0700
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
I've been testing Claude Code for things lately, I figured one good task may be to try steady state latency support which we lack support for. It also fixed a small build bug. Luis Chamberlain (2): configure: libnfs + gnutls fio: add latency steady state detection HOWTO.rst | 12 +++++ client.c | 1 + configure | 4 +- example_latency_steadystate.fio | 47 ++++++++++++++++++++ options.c | 26 ++++++++++- stat.h | 10 +++++ steadystate.c | 78 ++++++++++++++++++++++++++++----- steadystate.h | 7 +++ 8 files changed, 170 insertions(+), 15 deletions(-) create mode 100644 example_latency_steadystate.fio -- 2.47.2