- Added support for client/server mechanism of fio (see [this link](https://fio.readthedocs.io/en/latest/fio_doc.html#client-server))
- Added extra command line options
--max-lat MAX_LAT Maximum latency value on y-axis
--max-clat MAX_CLAT Maximum completion latency value on y-axis
--max-slat MAX_SLAT Maximum submission latency value on y-axis
--truncate-xaxis Force x-axis timeschale to be at most (x) seconds/minutes/hours long (depends on autoscaling).
- lots of generic improvements under-the-hood
v.1.0.11
Thanks to Flowrey it is now possible to install fio-plot using pip:
pip(3) install fio-plot
v.1.0.10