Searched full:cpudist (Results 1 – 7 of 7) sorted by relevance
1 .TH cpudist 8 "2016-06-28" "USER COMMANDS"3 cpudist \- On- and off-CPU task time as a histogram.5 .B cpudist [\-h] [-O] [\-T] [\-m] [\-P] [\-L] [\-p PID] [interval] [count]57 .B cpudist61 .B cpudist -O65 .B cpudist 1 1069 .B cpudist \-mT 173 .B cpudist -P 185 1
1 Demonstrations of cpudist.13 # ./cpudist.py33 # ./cpudist.py61 # ./cpudist.py -p $(pidof parprimes)85 # ./cpudist.py -TP 5 3165 # ./cpudist -O -p $(parprimes)206 # ./cpudist.py -p $(pidof parprimes) -mL281 # ./cpudist.py -h283 usage: cpudist.py [-h] [-O] [-T] [-m] [-P] [-L] [-p PID] [interval] [count]301 cpudist # summarize on-CPU time as a histogram[all …]
4 # cpudist Summarize on- and off-CPU time per task as a histogram.6 # USAGE: cpudist [-h] [-O] [-T] [-m] [-P] [-L] [-p PID] [interval] [count]20 cpudist # summarize on-CPU time as a histogram21 cpudist -O # summarize off-CPU time as a histogram22 cpudist 1 10 # print 1 second summaries, 10 times23 cpudist -mT 1 # 1s summaries, milliseconds, and timestamps24 cpudist -P # show each PID separately25 cpudist -p 185 # trace PID 185 only
69 cpudist:70 command: wrapper cpudist71 aliases: [cpudist]
98 - tools/[cpudist](tools/cpudist.py): Summarize on- and off-CPU time per task as a histogram. [Examp…
114 self.run_with_duration("cpudist.py 1 1")
527 1 "cpudist.py.1"