blob: b19ae5863b17b000b4037c556e429ce9def1dd02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 06-latency-gaps-tab: latency + inter-syscall gap histograms (driven by dd writes).
# Key 6 switches to Latency.
Output demo/assets/06-latency-gaps-tab.gif
Set Shell "bash"
Set Padding 20
Hide
Type "cd $(mktemp -d -t ior-demo-XXXX) && clear"
Enter
Sleep 300ms
Show
Type "sudo -n /home/paul/git/ior/ior"
Enter
Sleep 5s
Enter
Sleep 4s
Type "6"
Sleep 8s
Screenshot demo/assets/screenshot-latency.png
Type "q"
Sleep 1s
|