fio
fio copied to clipboard
20251023 steady state add latency
This adds fio steady state latency support.
Seems like some rebasing went awry.
Seems like some rebasing went awry.
yikes yes, sorry about that. Fixed and and pushed.
There is still a bit more than needs to be added to get this working in client/server mode.
- Please bump
FIO_SERVER_VERsincestruct thread_stathas changed - In
client.c:fio_handle_client(), theswitchblock forFIO_NET_CMD_TShas code to ingest steadystate BW and IOPS data. Similar code for latency should be added. - Similarly, in
server.c:fio_server_send_ts()is code to send steadystate BW and IOPS data. Code for sending latency data should be added.ss_extra_sizeneeds to be3 * ts->ss_dur...instead of2 * ts->ss_dur...