t/latency_percentiles: test latency percentile reporting
authorVincent Fu <vincent.fu@wdc.com>
Fri, 17 Jan 2020 20:50:45 +0000 (15:50 -0500)
committerVincent Fu <vincent.fu@wdc.com>
Tue, 4 Feb 2020 15:14:04 +0000 (10:14 -0500)
commit20e70a59ff81d2c1fd6ab49b95980f5f92ab340f
treed35901527030fb287c0839eecdf425344318f92a
parent77e352c9c94a2af8a727dacd0a3edda609130276
t/latency_percentiles: test latency percentile reporting

This script runs fio jobs exercising the slat_percentiles,
clat_percentiles, and lat_percentiles options under various conditions.
It carries out several tests comparing write_lat_log data with
percentiles reported by fio.

It also includes limited tests of high/low priority latency reporting
with the cmdprio_percentage option. Only Linux supports the
cmdprio_percentage option. Skips these tests on other platforms.

Signed-off-by: Vincent Fu <vincent.fu@wdc.com>
t/latency_percentiles.py [new file with mode: 0755]