Home
last modified time | relevance | path

Searched full:biolatency (Results 1 – 17 of 17) sorted by relevance

/external/bcc/man/man8/
Dbiolatency.81 .TH biolatency 8 "2020-12-30" "USER COMMANDS"
3 biolatency \- Summarize block device I/O latency as a histogram.
5 .B biolatency [\-h] [\-F] [\-T] [\-Q] [\-m] [\-D] [\-e] [interval [count]]
7 biolatency traces block device I/O (disk I/O), and records the distribution
54 .B biolatency
58 .B biolatency 1 10
63 .B biolatency \-mT 1
67 .B biolatency \-Q
71 .B biolatency \-D
75 .B biolatency \-j
[all …]
Dbiopattern.878 biosnoop(8), biolatency(8), iostat(1)
Dbiotop.8108 biosnoop(8), biolatency(8), iostat(1)
Dbiolatpcts.889 biolatency(8), biosnoop(8)
/external/bcc/libbpf-tools/
Dbiolatency.c4 // Based on biolatency(8) from BCC by Brendan Gregg.
16 #include "biolatency.h"
17 #include "biolatency.skel.h"
41 const char *argp_program_version = "biolatency 0.1";
47 "USAGE: biolatency [--help] [-T] [-m] [-Q] [-D] [-F] [-d DISK] [-c CG] [interval] [count]\n"
50 " biolatency # summarize block I/O latency as a histogram\n"
51 " biolatency 1 10 # print 1 second summaries, 10 times\n"
52 " biolatency -mT 1 # 1s summaries, milliseconds, and timestamps\n"
53 " biolatency -Q # include OS queued time in I/O time\n"
54 " biolatency -D # show each disk device separately\n"
[all …]
D.gitignore4 /biolatency
Dbiolatency.bpf.c7 #include "biolatency.h"
DMakefile22 biolatency \
/external/bcc/tools/
Dbiolatency.py4 # biolatency Summarize block device I/O latency as a histogram.
7 # USAGE: biolatency [-h] [-T] [-Q] [-m] [-D] [-F] [-e] [-j] [interval] [count]
22 ./biolatency # summarize block I/O latency as a histogram
23 ./biolatency 1 10 # print 1 second summaries, 10 times
24 ./biolatency -mT 1 # 1s summaries, milliseconds, and timestamps
25 ./biolatency -Q # include OS queued time in I/O time
26 ./biolatency -D # show each disk device separately
27 ./biolatency -F # show I/O flags separately
28 ./biolatency -j # print a dictionary
29 ./biolatency -e # show extension summary(total, average)
Dbiolatency_example.txt1 Demonstrations of biolatency, the Linux eBPF/bcc version.
4 biolatency traces block device I/O (disk I/O), and records the distribution
8 # ./biolatency
41 For efficiency, biolatency uses an in-kernel eBPF map to store timestamps
51 # ./biolatency -mT 1 5
107 # ./biolatency -Q
141 # ./biolatency -D
204 ./biolatency.py -Fm
298 # ./biolatency.py -e
324 # ./biolatency.py -j
[all …]
Dbiotop_example.txt41 details when needed: biolatency and biosnoop.
Dfuncinterval_example.txt58 If using biolatency tool that has no difference between two platforms.
/external/bcc/docs/
Dtutorial.md33 1. biolatency
106 #### 1.4. biolatency
109 # ./biolatency
132 biolatency traces disk I/O latency (time from device issue to completion), and when the tool ends (…
/external/bcc/snap/
Dsnapcraft.yaml108 biolatency:
109 command: bcc-wrapper biolatency
/external/bcc/debian/
Dchangelog60 * tools/biolatency.py can optionally print out average/total value
87 * biolatency: allow json output
/external/bcc/
DREADME.md90 - tools/[biolatency](tools/biolatency.py): Summarize block device I/O latency as a histogram. [Exam…
/external/bcc/tests/python/
Dtest_tools_smoke.py90 self.run_with_duration("biolatency.py 1 1")