Lines Matching full:runqlat
1 Demonstrations of runqlat, the Linux eBPF/bcc version.
9 # ./runqlat
46 # ./runqlat -m 5 3
79 # ./runqlat -mp 4505 1
130 is spent waiting on a run queue, as visualized by runqlat.
135 # ./runqlat 5 1
159 # ./runqlat 5 1
184 # ./runqlat -P
465 # ./runqlat -L
492 # ./runqlat --pidnss -m
553 # ./runqlat -h
554 usage: runqlat.py [-h] [-T] [-m] [-P] [--pidnss] [-L] [-p PID]
573 ./runqlat # summarize run queue latency as a histogram
574 ./runqlat 1 10 # print 1 second summaries, 10 times
575 ./runqlat -mT 1 # 1s summaries, milliseconds, and timestamps
576 ./runqlat -P # show each PID separately
577 ./runqlat -p 185 # trace PID 185 only