Home
last modified time | relevance | path

Searched full:filetop (Results 1 – 7 of 7) sorted by relevance

/external/bcc/tools/
Dfiletop_example.txt1 Demonstrations of filetop, the Linux eBPF/bcc version.
4 filetop shows reads and writes by file, with process details. For example:
6 # ./filetop -C
61 # ./filetop -Cr 5
97 # ./filetop -Cr 5 -a 1 3
135 # ./filetop -h
136 usage: filetop.py [-h] [-a] [-C] [-r MAXROWS] [-p PID] [interval] [count]
155 ./filetop # file I/O top, 1 second refresh
156 ./filetop -C # don't clear the screen
157 ./filetop -p 181 # PID 181 only
[all …]
Dfiletop.py4 # filetop file reads and writes by process.
7 # USAGE: filetop.py [-h] [-C] [-r MAXROWS] [interval] [count]
25 ./filetop # file I/O top, 1 second refresh
26 ./filetop -C # don't clear the screen
27 ./filetop -p 181 # PID 181 only
28 ./filetop 5 # 5 second summaries
29 ./filetop 5 10 # 5 second summaries, 10 times only
/external/bcc/man/man8/
Dfiletop.81 .TH filetop 8 "2016-02-08" "USER COMMANDS"
3 filetop \- File reads and writes by filename and process. Top for files.
5 .B filetop [\-h] [\-C] [\-r MAXROWS] [\-s {reads,writes,rbytes,wbytes}] [\-p PID] [interval] [count]
59 .B filetop
63 .B filetop -Cr 8
67 .B filetop 5 10
/external/bcc/snapcraft/
Dsnapcraft.yaml105 filetop:
106 command: wrapper filetop
107 aliases: [filetop]
/external/adeb/addons/
Dbashrc11 echo " Try running vim, gcc, clang, git, make, perf, filetop #"
/external/bcc/
DREADME.md111 - tools/[filetop](tools/filetop.py): File reads and writes by filename and process. Top for files. …
/external/bcc/tests/python/
Dtest_tools_smoke.py167 self.run_with_duration("filetop.py 1 1")