Searched full:biolatency (Results 1 – 17 of 17) sorted by relevance
| /external/bcc/man/man8/ |
| D | biolatency.8 | 1 .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 …]
|
| D | biopattern.8 | 78 biosnoop(8), biolatency(8), iostat(1)
|
| D | biotop.8 | 108 biosnoop(8), biolatency(8), iostat(1)
|
| D | biolatpcts.8 | 89 biolatency(8), biosnoop(8)
|
| /external/bcc/libbpf-tools/ |
| D | biolatency.c | 4 // 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 | .gitignore | 4 /biolatency
|
| D | biolatency.bpf.c | 7 #include "biolatency.h"
|
| D | Makefile | 22 biolatency \
|
| /external/bcc/tools/ |
| D | biolatency.py | 4 # 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)
|
| D | biolatency_example.txt | 1 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 …]
|
| D | biotop_example.txt | 41 details when needed: biolatency and biosnoop.
|
| D | funcinterval_example.txt | 58 If using biolatency tool that has no difference between two platforms.
|
| /external/bcc/docs/ |
| D | tutorial.md | 33 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/ |
| D | snapcraft.yaml | 108 biolatency: 109 command: bcc-wrapper biolatency
|
| /external/bcc/debian/ |
| D | changelog | 60 * tools/biolatency.py can optionally print out average/total value 87 * biolatency: allow json output
|
| /external/bcc/ |
| D | README.md | 90 - tools/[biolatency](tools/biolatency.py): Summarize block device I/O latency as a histogram. [Exam…
|
| /external/bcc/tests/python/ |
| D | test_tools_smoke.py | 90 self.run_with_duration("biolatency.py 1 1")
|