Home
last modified time | relevance | path

Searched full:biotop (Results 1 – 13 of 13) sorted by relevance

/external/bcc/tools/
Dbiotop_example.txt1 Demonstrations of biotop, the Linux eBPF/bcc version.
4 Short for block device I/O top, biotop summarizes which processes are
7 # ./biotop
44 it diskiotop or blockiotop, as "io" alone is ambiguous. This time it is biotop.
50 # ./biotop -C 5
168 # ./biotop.py -h
169 usage: biotop.py [-h] [-C] [-r MAXROWS] [interval] [count]
184 ./biotop # block device I/O top, 1 second refresh
185 ./biotop -C # don't clear the screen
186 ./biotop 5 # 5 second summaries
[all …]
Dbiotop.py4 # biotop block device (disk) I/O by process.
7 # USAGE: biotop.py [-h] [-C] [-r MAXROWS] [interval] [count]
26 ./biotop # block device I/O top, 1 second refresh
27 ./biotop -C # don't clear the screen
28 ./biotop 5 # 5 second summaries
29 ./biotop 5 10 # 5 second summaries, 10 times only
Dpythoncalls_example.txt12 argdist, biotop, fileslower, and others.
Dperlcalls_example.txt12 argdist, biotop, fileslower, and others.
Drubycalls_example.txt12 argdist, biotop, fileslower, and others.
Djavacalls_example.txt12 argdist, biotop, fileslower, and others.
Dtclcalls_example.txt12 argdist, biotop, fileslower, and others.
Dphpcalls_example.txt12 argdist, biotop, fileslower, and others.
/external/bcc/man/man8/
Dbiotop.81 .TH biotop 8 "2016-02-06" "USER COMMANDS"
3 biotop \- Block device (disk) I/O by process top.
5 .B biotop [\-h] [\-C] [\-r MAXROWS] [interval] [count]
45 .B biotop
49 .B biotop -C
53 .B biotop 5 10
/external/bcc/snapcraft/
Dsnapcraft.yaml42 biotop:
43 command: wrapper biotop
44 aliases: [biotop]
/external/bcc/tools/lib/
Ducalls_example.txt12 argdist, biotop, fileslower, and others.
/external/bcc/tests/python/
Dtest_tools_smoke.py83 self.run_with_duration("biotop.py 1 1")
86 self.run_with_int("biotop.py")
/external/bcc/
DREADME.md89 - tools/[biotop](tools/biotop.py): Top for disks: Summarize block device I/O by process. [Examples]…