All of lore.kernel.org
 help / color / mirror / Atom feed
* Pretty graphs
@ 2020-02-14 15:41 Mauricio Tavares
  2020-02-14 16:18 ` Pedro Leão da Cruz
  0 siblings, 1 reply; 4+ messages in thread
From: Mauricio Tavares @ 2020-02-14 15:41 UTC (permalink / raw)
  To: fio

Somewhat-related fio question: how do you make graphs of you results?
For instance, I would like to show, say iops for 4K from write,
randwrite, read, randread on the same drive comparing fio+libaio,
fio+spdk, spdk+perf. This smells like a 3D graph thingie, but my lack
of skills on excel/libre office does not help me. gnuplot?


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

* Re: Pretty graphs
  2020-02-14 15:41 Pretty graphs Mauricio Tavares
@ 2020-02-14 16:18 ` Pedro Leão da Cruz
  2020-02-14 19:38   ` Brantley West
  0 siblings, 1 reply; 4+ messages in thread
From: Pedro Leão da Cruz @ 2020-02-14 16:18 UTC (permalink / raw)
  To: Mauricio Tavares; +Cc: fio

I wrote an application note that parses FIO performance data in real
time(ish) and displays it in a nice virtual oscilloscope interface
(QPS): https://youtu.be/LivVBa61ox0?t=113
It currently requires a Quarch power module, but this may be waived in
the future.

Quarch's python package contains a nice parser that should make it
quite straightforward to plot FIO's data (even in real time):
https://quarch.com/products/quarchpy-python-package/
Application note: https://quarch.com/file/an-017-qps-performance-test-with-fio/
QPS: https://quarch.com/products/quarch-power-studio/


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

* Re: Pretty graphs
  2020-02-14 16:18 ` Pedro Leão da Cruz
@ 2020-02-14 19:38   ` Brantley West
  2020-02-19 15:52     ` Mauricio Tavares
  0 siblings, 1 reply; 4+ messages in thread
From: Brantley West @ 2020-02-14 19:38 UTC (permalink / raw)
  To: fio

That's neat! On a similar note, I've had conversations with colleagues
recently about the need for, and novelty of, a Prometheus exporter for
fio. IMHO the ability to export histogram'd stats over time would be
especially useful.

-bw


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

* Re: Pretty graphs
  2020-02-14 19:38   ` Brantley West
@ 2020-02-19 15:52     ` Mauricio Tavares
  0 siblings, 0 replies; 4+ messages in thread
From: Mauricio Tavares @ 2020-02-19 15:52 UTC (permalink / raw)
  To: fio

Thank you for all the answers. I do think Pedro's package is quite
interesting, but I am not trying to plot in real time. All I want to
do is something like this https://imgur.com/a/afWwFHO, which I am
having a hard time getting it to work in gnuplot. I believe
fio-visualizer may not do the trick; at least I was not able to do so.


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

end of thread, other threads:[~2020-02-19 15:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14 15:41 Pretty graphs Mauricio Tavares
2020-02-14 16:18 ` Pedro Leão da Cruz
2020-02-14 19:38   ` Brantley West
2020-02-19 15:52     ` Mauricio Tavares

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.