Home
last modified time | relevance | path

Searched full:runqlen (Results 1 – 10 of 10) sorted by relevance

/external/bcc/tools/
Drunqlen_example.txt1 Demonstrations of runqlen, the Linux eBPF/bcc version.
10 # ./runqlen.py
13 runqlen : count distribution
20 # ./runqlen.py
23 runqlen : count distribution
39 Here's an example of an issue that runqlen can indentify. Starting with the
42 # ./runqlen.py
45 runqlen : count distribution
58 # ./runqlen.py -C
63 runqlen : count distribution
[all …]
Drunqlen.py4 # runqlen Summarize scheduler run queue length as a histogram.
12 # USAGE: runqlen [-h] [-T] [-Q] [-m] [-D] [interval] [count]
31 ./runqlen # summarize run queue length as a histogram
32 ./runqlen 1 10 # print 1 second summaries, 10 times
33 ./runqlen -T 1 # 1s summaries and timestamps
34 ./runqlen -O # report run queue occupancy
35 ./runqlen -C # show each CPU separately
249 dist.print_linear_hist("runqlen", "cpu")
/external/bcc/man/man8/
Drunqlen.81 .TH runqlen 8 "2016-12-12" "USER COMMANDS"
3 runqlen \- Scheduler run queue length as a histogram.
5 .B runqlen [\-h] [\-T] [\-O] [\-C] [interval] [count]
40 .B runqlen
44 .B runqlen 1 10
48 .B runqlen \-CT 1
52 .B runqlen \-O 1
56 .B runqlen \-COT 1
59 runqlen
71 runqlen does, which comes at a much higher overhead cost.
Drunqslower.886 runqlen(8), runqlat(8), pidstat(1)
Drunqlat.8113 runqlen(8), runqslower(8), pidstat(1)
Dcpuunclaimed.8106 runqlen(8)
/external/bcc/snapcraft/
Dsnapcraft.yaml237 runqlen:
238 command: wrapper runqlen
239 aliases: [runqlen]
/external/bcc/debian/
Dchangelog46 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
/external/bcc/
DREADME.md133 - tools/[runqlen](tools/runqlen.py): Run queue length as a histogram. [Examples](tools/runqlen_exam…
/external/bcc/tests/python/
Dtest_tools_smoke.py263 self.run_with_duration("runqlen.py 1 1")