Home
last modified time | relevance | path

Searched full:biosnoop (Results 1 – 25 of 27) sorted by relevance

12

/external/bcc/tools/
Dbiosnoop_example.txt1 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
54 # biosnoop.py -Q
67 usage: biosnoop.py [-h] [-Q]
76 ./biosnoop # trace all block I/O
77 ./biosnoop -Q # include OS queued time
Dbiosnoop.py4 # biosnoop Trace block device I/O and print details including issuing PID.
23 ./biosnoop # trace all block I/O
24 ./biosnoop -Q # include OS queued time
Dbiotop_example.txt41 details when needed: biolatency and biosnoop.
/external/bcc/libbpf-tools/
Dbiosnoop.c4 // Based on biosnoop(8) from BCC by Brendan Gregg.
16 #include "biosnoop.h"
17 #include "biosnoop.skel.h"
37 const char *argp_program_version = "biosnoop 0.1";
43 "USAGE: biosnoop [--help] [-d DISK] [-c CG] [-Q]\n"
46 " biosnoop # trace all block I/O\n"
47 " biosnoop -Q # include OS queued time in I/O time\n"
48 " biosnoop 10 # trace for 10 seconds only\n"
49 " biosnoop -d sdc # trace sdc only\n"
50 " biosnoop -c CG # Trace process under cgroupsPath CG\n";
D.gitignore6 /biosnoop
DMakefile24 biosnoop \
Dbiosnoop.bpf.c7 #include "biosnoop.h"
/external/bcc/man/man8/
Dbiosnoop.81 .TH biosnoop 8 "2015-09-16" "USER COMMANDS"
3 biosnoop \- Trace block device I/O and print details incl. issuing PID.
5 .B biosnoop [\-hQ]
36 .B biosnoop
Dmdflush.857 biosnoop(8)
Dbiopattern.878 biosnoop(8), biolatency(8), iostat(1)
Dmysqld_qslower.866 biosnoop(8)
Ddbslower.880 biosnoop(8), mysqld_qslower(8), dbstat(8)
Dbiotop.8108 biosnoop(8), biolatency(8), iostat(1)
Dbiolatency.8113 biosnoop(8)
Dxfsslower.8113 biosnoop(8), funccount(8), fileslower(8)
Dext4slower.8113 biosnoop(8), funccount(8), fileslower(8)
Dbtrfsslower.8122 btrfsdist(8), biosnoop(8), funccount(8), fileslower(8)
Dbiolatpcts.889 biolatency(8), biosnoop(8)
Dnfsslower.8122 biosnoop(8), funccount(8), fileslower(8)
Dzfsslower.8116 biosnoop(8), funccount(8), fileslower(8)
Dfileslower.8114 biosnoop(8), funccount(8)
/external/bcc/docs/
Dtutorial.md34 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/snap/
Dsnapcraft.yaml112 biosnoop:
113 command: bcc-wrapper biosnoop
/external/bcc/tools/old/
Dbiosnoop.py4 # biosnoop Trace block device I/O and print details including issuing PID.
/external/bcc/
DREADME.md93 - tools/[biosnoop](tools/biosnoop.py): Trace block device I/O with PID and latency. [Examples](tool…

12