Searched full:cpuunclaimed (Results 1 – 7 of 7) sorted by relevance
/external/bcc/man/man8/ |
D | cpuunclaimed.8 | 1 .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/ |
D | cpuunclaimed_example.txt | 1 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 …]
|
D | cpuunclaimed.py | 4 # 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/ |
D | snapcraft.yaml | 72 cpuunclaimed: 73 command: wrapper cpuunclaimed 74 aliases: [cpuunclaimed]
|
/external/bcc/debian/ |
D | changelog | 45 * capable, cpuunclaimed, dbslower, dbstat, deadlock_detector, llcstat,
|
/external/bcc/ |
D | README.md | 99 - tools/[cpuunclaimed](tools/cpuunclaimed.py): Sample CPU run queues and calculate unclaimed idle C…
|
/external/bcc/tests/python/ |
D | test_tools_smoke.py | 118 self.run_with_duration("cpuunclaimed.py 1 1")
|