filter out records with duplicate timestamps
authorBen England <bengland@redhat.com>
Wed, 12 Sep 2018 17:14:50 +0000 (13:14 -0400)
committerBen England <bengland@redhat.com>
Wed, 12 Sep 2018 17:14:50 +0000 (13:14 -0400)
commitfbcf1e71d547ff29fcfe05dce3ceda3affaaa044
treeee0ca908de84b95c974743c01d2feb7e181de334
parent78439a18225255f7f1b4f9efab950afcd638b606
filter out records with duplicate timestamps

fio should not be outputting records with duplicate timestamps
into the histogram log, but because it does do this,
this script was getting divide-by-zero errors.
This workaround will filter out the duplicates,
which allows the script to operate on existing fio logs
tools/hist/fio-histo-log-pctiles.py