Flexible I/O Tester development
 help / color / mirror / Atom feed
From: Mohamad Gebai <mogeb@fb.com>
To: <fio@vger.kernel.org>
Cc: Mohamad Gebai <mogeb@fb.com>
Subject: [PATCH v2 0/3] iolog: add version 3 with timestamp support
Date: Thu, 7 Apr 2022 07:49:55 -0700	[thread overview]
Message-ID: <20220407144958.3975622-1-mogeb@fb.com> (raw)

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 eventually.

Changes from v1:
* Add commit messages to #2 and #3, and fix the format of #1.
* Store fio_gettime() in td->last_issue directly rather than memcpying
to it in commit #1.

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

 HOWTO.rst  |  29 ++++++++++++++-
 blktrace.c |  17 ++-------
 fio.h      |   4 ++-
 iolog.c    | 104 ++++++++++++++++++++++++++++++++++++++++++-----------
 iolog.h    |   8 ++---
 5 files changed, 121 insertions(+), 41 deletions(-)

-- 
2.30.2


             reply	other threads:[~2022-04-07 14:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-07 14:49 Mohamad Gebai [this message]
2022-04-07 14:49 ` [PATCH v2 1/3] iolog: add version 3 to support timestamp-based replay Mohamad Gebai
2022-04-07 14:49 ` [PATCH v2 2/3] iolog: add iolog_write for version 3 Mohamad Gebai
2022-04-07 14:49 ` [PATCH v2 3/3] iolog: update man page " Mohamad Gebai
2022-04-07 15:34   ` Vincent Fu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220407144958.3975622-1-mogeb@fb.com \
    --to=mogeb@fb.com \
    --cc=fio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox