fix fio2gnuplot to work with new logging format
authorLars Kellogg-Stedman <lars@redhat.com>
Wed, 12 May 2021 22:41:43 +0000 (18:41 -0400)
committerLars Kellogg-Stedman <lars@redhat.com>
Wed, 12 May 2021 22:53:04 +0000 (18:53 -0400)
commit2984a4fcedcdc5536b2559d634694fb8fecf40c4
tree8cb33a7db4f2366fccd922ef9602bdef01fe910a
parent30bec59eab3908b681cbc2866179f7166a849c83
fix fio2gnuplot to work with new logging format

The logging format updates documented in 1a953d97 were never
propagated to fio2gnuplot, which since then has been failing with a
ValueError exception.

This commit explicits limits fio2gnuplot to only reading the first
4 columns in the log file.

Closes #928
tools/plot/fio2gnuplot