All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fio: few enhancements
@ 2018-08-21 19:08 Luis Chamberlain
  2018-08-21 19:08 ` [PATCH 1/2] client: respect terse output on client <--> backend relationship Luis Chamberlain
  2018-08-21 19:08 ` [PATCH 2/2] init: add semantics for all types of backends running Luis Chamberlain
  0 siblings, 2 replies; 4+ messages in thread
From: Luis Chamberlain @ 2018-08-21 19:08 UTC (permalink / raw)
  To: fio; +Cc: andrey.o.kudryavtsev, Luis Chamberlain

I've been toying around with fio's output for a bit, mostly because
Intel's fiovisualizer [0] was the first graphing tool I found for fio, even
though gfio exists. The way fiovisualizer works is it reads terse
ouptut, parses that, and plots data. gfio on the other hand is a proper
built-in client, where communication is exchanged between client/server
and the client plots the data.

If you end up using scraper for terse data such as fiovisualizer with
the prospect to scrape data you will end up with different results if
you use a remote server as a backend.

While studying fio code I realized that the way fiovisualizer implements
graphing is perhaps the wrong / least optimal approach, but also that
fio terse output needed a bit of love for client/server relationship to
keep fidelity in terms of the expected output.

These are just two small enhancements which I hope wil make things
clearer.

[0] https://github.com/intel/fiovisualizer

Luis Chamberlain (2):
  client: respect terse output on client <--> backend relationship
  init: add semantics for all types of backends running

 backend.c  |  2 ++
 client.c   | 16 +++++++++++++---
 diskutil.c |  2 +-
 fio.h      |  8 ++++++++
 init.c     |  1 +
 stat.c     |  4 +++-
 6 files changed, 28 insertions(+), 5 deletions(-)

-- 
2.18.0



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

end of thread, other threads:[~2018-08-31  9:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-21 19:08 [PATCH 0/2] fio: few enhancements Luis Chamberlain
2018-08-21 19:08 ` [PATCH 1/2] client: respect terse output on client <--> backend relationship Luis Chamberlain
2018-08-31  5:43   ` Sitsofe Wheeler
2018-08-21 19:08 ` [PATCH 2/2] init: add semantics for all types of backends running Luis Chamberlain

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.