Home
last modified time | relevance | path

Searched full:fileslower (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/bcc/tools/
H A Dbpflist_example.txt10 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 Dfileslower_example.txt1 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 Dfileslower.py4 # 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 Djavacalls_example.txt12 argdist, biotop, fileslower, and others.
H A Dperlcalls_example.txt12 argdist, biotop, fileslower, and others.
H A Dpythoncalls_example.txt12 argdist, biotop, fileslower, and others.
H A Dphpcalls_example.txt12 argdist, biotop, fileslower, and others.
H A Drubycalls_example.txt12 argdist, biotop, fileslower, and others.
H A Dtclcalls_example.txt12 argdist, biotop, fileslower, and others.
/aosp_15_r20/external/bcc/man/man8/
H A Dfileslower.81 .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 Dxfsslower.896 Note that the overhead of this tool should be less than fileslower(8), as
113 biosnoop(8), funccount(8), fileslower(8)
H A Dext4slower.896 Note that the overhead of this tool should be less than fileslower(8), as
113 biosnoop(8), funccount(8), fileslower(8)
H A Dzfsslower.899 Note that the overhead of this tool should be less than fileslower(8), as
116 biosnoop(8), funccount(8), fileslower(8)
H A Dnfsslower.8106 Note that the overhead of this tool should be less than fileslower(8), as
122 biosnoop(8), funccount(8), fileslower(8)
H A Dbtrfsslower.8105 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 Dfiletop.8121 vfsstat(8), vfscount(8), fileslower(8)
H A Ddirtop.8115 vfsstat(8), vfscount(8), fileslower(8)
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml163 fileslower:
164 command: bcc-wrapper fileslower
/aosp_15_r20/external/bcc/tools/lib/
H A Ducalls_example.txt12 argdist, biotop, fileslower, and others.
/aosp_15_r20/external/bcc/
H A DREADME.md118 - tools/[fileslower](tools/fileslower.py): Trace slow synchronous file reads and writes. [Examples]…
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_tools_smoke.py185 self.run_with_int("fileslower.py")
/aosp_15_r20/external/bcc/docs/
H A Dtutorial.md102 …her file systems: btrfsslower, xfsslower, and zfsslower. There is also fileslower, which works at …