Searched full:fileslower (Results 1 – 21 of 21) sorted by relevance
/external/bcc/tools/ |
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
|
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 …]
|
D | fileslower.py | 4 # 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
|
D | pythoncalls_example.txt | 12 argdist, biotop, fileslower, and others.
|
D | perlcalls_example.txt | 12 argdist, biotop, fileslower, and others.
|
D | rubycalls_example.txt | 12 argdist, biotop, fileslower, and others.
|
D | javacalls_example.txt | 12 argdist, biotop, fileslower, and others.
|
D | tclcalls_example.txt | 12 argdist, biotop, fileslower, and others.
|
D | phpcalls_example.txt | 12 argdist, biotop, fileslower, and others.
|
/external/bcc/man/man8/ |
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.
|
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)
|
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)
|
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)
|
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)
|
D | btrfsslower.8 | 98 Note that the overhead of this tool should be less than fileslower(8), as 115 btrfsdist(8), biosnoop(8), funccount(8), fileslower(8)
|
D | filetop.8 | 118 vfsstat(8), vfscount(8), fileslower(8)
|
/external/bcc/snapcraft/ |
D | snapcraft.yaml | 102 fileslower: 103 command: wrapper fileslower 104 aliases: [fileslower]
|
/external/bcc/tools/lib/ |
D | ucalls_example.txt | 12 argdist, biotop, fileslower, and others.
|
/external/bcc/ |
D | README.md | 110 - tools/[fileslower](tools/fileslower.py): Trace slow synchronous file reads and writes. [Examples]…
|
/external/bcc/tests/python/ |
D | test_tools_smoke.py | 164 self.run_with_int("fileslower.py")
|
/external/bcc/docs/ |
D | tutorial.md | 102 …her file systems: btrfsslower, xfsslower, and zfsslower. There is also fileslower, which works at …
|