Lines Matching full:ext4slower
1 Demonstrations of ext4slower, the Linux eBPF/bcc version.
4 ext4slower shows ext4 reads, writes, opens, and fsyncs, slower than a threshold.
7 # ./ext4slower
47 # ./ext4slower 1
88 # ./ext4slower 0
154 # ./ext4slower -j 1
191 # ./ext4slower -h
192 usage: ext4slower [-h] [-j] [-p PID] [min_ms]
205 ./ext4slower # trace operations slower than 10 ms (default)
206 ./ext4slower 1 # trace operations slower than 1 ms
207 ./ext4slower -j 1 # ... 1 ms, parsable output (csv)
208 ./ext4slower 0 # trace all operations (warning: verbose)
209 ./ext4slower -p 185 # trace PID 185 only