public inbox for fio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fio: steady state for latency
@ 2025-07-25  6:17 Luis Chamberlain
  2025-07-25  6:17 ` [PATCH 1/2] configure: libnfs + gnutls Luis Chamberlain
  2025-07-25  6:17 ` [PATCH 2/2] fio: add latency steady state detection Luis Chamberlain
  0 siblings, 2 replies; 6+ messages in thread
From: Luis Chamberlain @ 2025-07-25  6:17 UTC (permalink / raw)
  To: vincent.fu, fio; +Cc: mcgrof

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-07-28 21:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25  6:17 [PATCH 0/2] fio: steady state for latency Luis Chamberlain
2025-07-25  6:17 ` [PATCH 1/2] configure: libnfs + gnutls Luis Chamberlain
2025-07-25 17:44   ` Vincent Fu
2025-07-25  6:17 ` [PATCH 2/2] fio: add latency steady state detection Luis Chamberlain
2025-07-28 18:14   ` Vincent Fu
2025-07-28 21:27   ` Sitsofe Wheeler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox