Searched full:biosnoop (Results 1 – 20 of 20) sorted by relevance
/external/bcc/man/man8/ |
D | biosnoop.8 | 1 .TH biosnoop 8 "2015-09-16" "USER COMMANDS" 3 biosnoop \- Trace block device I/O and print details incl. issuing PID. 5 .B biosnoop 29 .B biosnoop
|
D | mdflush.8 | 57 biosnoop(8)
|
D | mysqld_qslower.8 | 66 biosnoop(8)
|
D | dbslower.8 | 74 biosnoop(8), mysqld_qslower(8), dbstat(8)
|
D | biolatency.8 | 96 biosnoop(8)
|
D | biotop.8 | 108 biosnoop(8), biolatency(8), iostat(1)
|
D | zfsslower.8 | 116 biosnoop(8), funccount(8), fileslower(8)
|
D | ext4slower.8 | 113 biosnoop(8), funccount(8), fileslower(8)
|
D | xfsslower.8 | 113 biosnoop(8), funccount(8), fileslower(8)
|
D | nfsslower.8 | 122 biosnoop(8), funccount(8), fileslower(8)
|
D | btrfsslower.8 | 115 btrfsdist(8), biosnoop(8), funccount(8), fileslower(8)
|
D | fileslower.8 | 114 biosnoop(8), funccount(8)
|
/external/bcc/tools/ |
D | biosnoop_example.txt | 1 Demonstrations of biosnoop, the Linux eBPF/bcc version. 4 biosnoop traces block device I/O (disk I/O), and prints a line of output 7 # ./biosnoop 47 The output of biosnoop identifies the reason: multiple supervise processes are
|
D | biosnoop.py | 4 # biosnoop Trace block device I/O and print details including issuing PID.
|
D | biotop_example.txt | 41 details when needed: biolatency and biosnoop.
|
/external/bcc/snapcraft/ |
D | snapcraft.yaml | 39 biosnoop: 40 command: wrapper biosnoop 41 aliases: [biosnoop]
|
/external/bcc/docs/ |
D | tutorial.md | 34 1. biosnoop 138 #### 1.5. biosnoop 141 # ./biosnoop 152 biosnoop prints a line of output for each disk I/O, with details including latency (time from devic…
|
/external/bcc/tools/old/ |
D | biosnoop.py | 4 # biosnoop Trace block device I/O and print details including issuing PID.
|
/external/bcc/ |
D | README.md | 90 - tools/[biosnoop](tools/biosnoop.py): Trace block device I/O with PID and latency. [Examples](tool…
|
/external/bcc/tests/python/ |
D | test_tools_smoke.py | 80 self.run_with_int("biosnoop.py")
|