Skip to content

Commit

Permalink
tools: Move io_iolatencies.py example to tools/biolatpcts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
htejun committed Apr 17, 2020
1 parent 7a38543 commit 1515f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tracing/io_latencies.py → tools/biolatpcts.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/python3
#
# io_latencies.py Monitor IO latency distribution of a block device.
# biolatpcts.py Monitor IO latency distribution of a block device.
#
# $ ./io_latencies.py 259:0
# $ ./biolatpcts.py 259:0
# 259:0 p1 p5 p10 p16 p25 p50 p75 p84 p90 p95 p99 p100
# read 95us 175us 305us 515us 895us 985us 995us 1.5ms 2.5ms 3.5ms 4.5ms 10ms
# write 5us 5us 5us 15us 25us 135us 765us 855us 885us 895us 965us 1.5ms
Expand Down

0 comments on commit 1515f28

Please sign in to comment.