Home
last modified time | relevance | path

Searched full:cpuunclaimed (Results 1 – 7 of 7) sorted by relevance

/external/bcc/man/man8/
Dcpuunclaimed.81 .TH cpuunclaimed 8 "2016-12-21" "USER COMMANDS"
3 cpuunclaimed \- Sample CPU run queues and calculate unclaimed idle CPU. Uses Linux eBPF/bcc.
5 .B cpuunclaimed
52 .B cpuunclaimed
56 .B cpuunclaimed 5 10
60 .B cpuunclaimed \-T 1
64 .B cpuunclaimed \-j
/external/bcc/tools/
Dcpuunclaimed_example.txt1 Demonstrations of cpuunclaimed, the Linux eBPF/bcc version.
9 # ./cpuunclaimed.py
43 # ./cpuunclaimed.py
63 # ./cpuunclaimed.py -T
84 # ./cpuunclaimed.py -j
149 # ./cpuunclaimed.py -J
211 # ./cpuunclaimed.py -J
238 Notice the tighter range of offsets? I began executing cpuunclaimed when the
245 # ./cpuunclaimed.py -J
280 # ./cpuunclaimed.py 1
[all …]
Dcpuunclaimed.py4 # cpuunclaimed Sample CPU run queues and calculate unclaimed idle CPU.
47 # USAGE: cpuunclaimed [-h] [-j] [-J] [-T] [interval] [count]
70 ./cpuunclaimed # sample and calculate unclaimed idle CPUs,
72 ./cpuunclaimed 5 10 # print 5 second summaries, 10 times
73 ./cpuunclaimed -T 1 # 1s summaries and timestamps
74 ./cpuunclaimed -j # raw dump of all samples (verbose), CSV
/external/bcc/snapcraft/
Dsnapcraft.yaml72 cpuunclaimed:
73 command: wrapper cpuunclaimed
74 aliases: [cpuunclaimed]
/external/bcc/debian/
Dchangelog45 * capable, cpuunclaimed, dbslower, dbstat, deadlock_detector, llcstat,
/external/bcc/
DREADME.md99 - tools/[cpuunclaimed](tools/cpuunclaimed.py): Sample CPU run queues and calculate unclaimed idle C…
/external/bcc/tests/python/
Dtest_tools_smoke.py118 self.run_with_duration("cpuunclaimed.py 1 1")