Home
last modified time | relevance | path

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

/external/bcc/tools/
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
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 …]
Dfileslower.py4 # fileslower Trace slow synchronous file reads and writes.
7 # USAGE: fileslower [-h] [-p PID] [-a] [min_ms]
39 ./fileslower # trace sync file I/O slower than 10 ms (default)
40 ./fileslower 1 # trace sync file I/O slower than 1 ms
41 ./fileslower -p 185 # trace PID 185 only
Dpythoncalls_example.txt12 argdist, biotop, fileslower, and others.
Dperlcalls_example.txt12 argdist, biotop, fileslower, and others.
Drubycalls_example.txt12 argdist, biotop, fileslower, and others.
Djavacalls_example.txt12 argdist, biotop, fileslower, and others.
Dtclcalls_example.txt12 argdist, biotop, fileslower, and others.
Dphpcalls_example.txt12 argdist, biotop, fileslower, and others.
/external/bcc/man/man8/
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.
Dzfsslower.899 Note that the overhead of this tool should be less than fileslower(8), as
116 biosnoop(8), funccount(8), fileslower(8)
Dext4slower.896 Note that the overhead of this tool should be less than fileslower(8), as
113 biosnoop(8), funccount(8), fileslower(8)
Dxfsslower.896 Note that the overhead of this tool should be less than fileslower(8), as
113 biosnoop(8), funccount(8), fileslower(8)
Dnfsslower.8106 Note that the overhead of this tool should be less than fileslower(8), as
122 biosnoop(8), funccount(8), fileslower(8)
Dbtrfsslower.898 Note that the overhead of this tool should be less than fileslower(8), as
115 btrfsdist(8), biosnoop(8), funccount(8), fileslower(8)
Dfiletop.8118 vfsstat(8), vfscount(8), fileslower(8)
/external/bcc/snapcraft/
Dsnapcraft.yaml102 fileslower:
103 command: wrapper fileslower
104 aliases: [fileslower]
/external/bcc/tools/lib/
Ducalls_example.txt12 argdist, biotop, fileslower, and others.
/external/bcc/
DREADME.md110 - tools/[fileslower](tools/fileslower.py): Trace slow synchronous file reads and writes. [Examples]…
/external/bcc/tests/python/
Dtest_tools_smoke.py164 self.run_with_int("fileslower.py")
/external/bcc/docs/
Dtutorial.md102 …her file systems: btrfsslower, xfsslower, and zfsslower. There is also fileslower, which works at …