/aosp_15_r20/external/bcc/tools/ |
H A D | bpflist_example.txt | 10 4058 fileslower prog 4 11 4058 fileslower map 2 15 From the output above, the fileslower and bashreadline tools are running. 16 fileslower has installed 4 BPF programs (functions) and has opened 2 BPF maps 25 4058 fileslower prog 4 26 4058 fileslower kprobe 4 27 4058 fileslower map 2 45 4058 fileslower prog 4 46 4058 fileslower kprobe 4 47 4058 fileslower map 2
|
H A D | fileslower_example.txt | 1 Demonstrations of fileslower, the Linux eBPF/bcc version. 4 fileslower shows file-based synchronous reads and writes slower than a 7 # ./fileslower 29 # ./fileslower 1 65 fileslower, and then in another session a "man ls" was executed. The command 68 # echo 3 > /proc/sys/vm/drop_caches; ./fileslower 1 107 # ./fileslower -h 108 usage: fileslower.py [-h] [-p PID] [-a] [min_ms] 121 ./fileslower # trace sync file I/O slower than 10 ms (default) 122 ./fileslower 1 # trace sync file I/O slower than 1 ms [all …]
|
H A D | fileslower.py | 4 # fileslower Trace slow synchronous file reads and writes. 7 # USAGE: fileslower [-h] [-p PID] [-a] [min_ms] 38 ./fileslower # trace sync file I/O slower than 10 ms (default) 39 ./fileslower 1 # trace sync file I/O slower than 1 ms 40 ./fileslower -p 185 # trace PID 185 only
|
H A D | javacalls_example.txt | 12 argdist, biotop, fileslower, and others.
|
H A D | perlcalls_example.txt | 12 argdist, biotop, fileslower, and others.
|
H A D | pythoncalls_example.txt | 12 argdist, biotop, fileslower, and others.
|
H A D | phpcalls_example.txt | 12 argdist, biotop, fileslower, and others.
|
H A D | rubycalls_example.txt | 12 argdist, biotop, fileslower, and others.
|
H A D | tclcalls_example.txt | 12 argdist, biotop, fileslower, and others.
|
/aosp_15_r20/external/bcc/man/man8/ |
H A D | fileslower.8 | 1 .TH fileslower 8 "2016-02-07" "USER COMMANDS" 3 fileslower \- Trace slow synchronous file reads and writes. 5 .B fileslower [\-h] [\-p PID] [-a] [min_ms] 42 .B fileslower 46 .B fileslower 1 50 .B fileslower \-p 181 1 92 This also costs overhead, but is somewhat less than fileslower.
|
H A D | xfsslower.8 | 96 Note that the overhead of this tool should be less than fileslower(8), as 113 biosnoop(8), funccount(8), fileslower(8)
|
H A D | ext4slower.8 | 96 Note that the overhead of this tool should be less than fileslower(8), as 113 biosnoop(8), funccount(8), fileslower(8)
|
H A D | zfsslower.8 | 99 Note that the overhead of this tool should be less than fileslower(8), as 116 biosnoop(8), funccount(8), fileslower(8)
|
H A D | nfsslower.8 | 106 Note that the overhead of this tool should be less than fileslower(8), as 122 biosnoop(8), funccount(8), fileslower(8)
|
H A D | btrfsslower.8 | 105 Note that the overhead of this tool should be less than fileslower(8), as 122 btrfsdist(8), biosnoop(8), funccount(8), fileslower(8)
|
H A D | filetop.8 | 121 vfsstat(8), vfscount(8), fileslower(8)
|
H A D | dirtop.8 | 115 vfsstat(8), vfscount(8), fileslower(8)
|
/aosp_15_r20/external/bcc/snap/ |
H A D | snapcraft.yaml | 163 fileslower: 164 command: bcc-wrapper fileslower
|
/aosp_15_r20/external/bcc/tools/lib/ |
H A D | ucalls_example.txt | 12 argdist, biotop, fileslower, and others.
|
/aosp_15_r20/external/bcc/ |
H A D | README.md | 118 - tools/[fileslower](tools/fileslower.py): Trace slow synchronous file reads and writes. [Examples]…
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_tools_smoke.py | 185 self.run_with_int("fileslower.py")
|
/aosp_15_r20/external/bcc/docs/ |
H A D | tutorial.md | 102 …her file systems: btrfsslower, xfsslower, and zfsslower. There is also fileslower, which works at …
|