Lines Matching full:fileslower
1 Demonstrations of fileslower, the Linux eBPF/bcc version.
4 fileslower shows file-based synchronous reads and writes slower than a
7 # ./fileslower
29 # ./fileslower 1
65 fileslower, and then in another session a "man ls" was executed. The command
68 # echo 3 > /proc/sys/vm/drop_caches; ./fileslower 1
107 # ./fileslower -h
108 usage: fileslower.py [-h] [-p PID] [-a] [min_ms]
121 ./fileslower # trace sync file I/O slower than 10 ms (default)
122 ./fileslower 1 # trace sync file I/O slower than 1 ms
123 ./fileslower -p 185 # trace PID 185 only