All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] iolog: add version 3 with timestamp support
@ 2022-04-06 17:05 Mohamad Gebai
  2022-04-06 17:05 ` [PATCH 1/3] iolog: add version 3 to support timestamp-based replay Mohamad Gebai
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Mohamad Gebai @ 2022-04-06 17:05 UTC (permalink / raw)
  To: fio; +Cc: Mohamad Gebai

This set of patches introduces version 3 of the iolog replay. This
version adds support for timestamps on both iolog_read and iolog_write.
The 'wait' action is no longer supported with version 3, as the same
behavior can be achieved with timestamps, and it keeps the iolog file
easier to follow. This could also allow to potentially deprecate the
'wait' action eventially.

Mohamad Gebai (3):
  iolog: add version 3 to support timestamp-based replay
  iolog: add iolog_write for version 3
  iolog: update man page

 HOWTO.rst  |  29 +++++++++++++-
 blktrace.c |  17 ++------
 fio.h      |   4 +-
 iolog.c    | 114 +++++++++++++++++++++++++++++++++++++++++------------
 iolog.h    |   8 ++--
 5 files changed, 127 insertions(+), 45 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-04-07  1:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06 17:05 [PATCH 0/3] iolog: add version 3 with timestamp support Mohamad Gebai
2022-04-06 17:05 ` [PATCH 1/3] iolog: add version 3 to support timestamp-based replay Mohamad Gebai
2022-04-06 17:05 ` [PATCH 2/3] iolog: add iolog_write for version 3 Mohamad Gebai
2022-04-06 17:05 ` [PATCH 3/3] iolog: update man page Mohamad Gebai
2022-04-06 23:50 ` [PATCH 0/3] iolog: add version 3 with timestamp support Jens Axboe
2022-04-07  0:59   ` Damien Le Moal
2022-04-07  1:26     ` Jens Axboe
2022-04-07  1:37 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.