Home
last modified time | relevance | path

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

/external/bcc/man/man8/
Dcachetop.81 .TH cachetop 8 "2016-01-30" "USER COMMANDS"
3 cachetop \- Statistics for linux page cache hit/miss ratios per processes. Uses Linux eBPF/bcc.
5 .B cachetop
19 The following keybindings can be used to control the output of \fBcachetop\fR.
31 Quit cachetop.
38 .B cachetop
42 .B cachetop 1
/external/bcc/tools/
Dcachetop_example.txt1 # ./cachetop -h
2 usage: cachetop.py [-h] [interval]
14 ./cachetop # run with default option of 5 seconds delay
15 ./cachetop 1 # print every second hit/miss stats
17 # ./cachetop 5
45 # ./cachetop.py
59 # ./cachetop.py 10
Dcachetop.py4 # cachetop Count cache kernel function calls per processes
7 # USAGE: cachetop
/external/adeb/
DBCC.md129 File "/usr/share/bcc/tools/cachetop", line 263, in <module>
133 File "/usr/share/bcc/tools/cachetop", line 172, in handle_loop
148 root@localhost:/# cachetop
150 File "/usr/share/bcc/tools/cachetop", line 263, in <module>
154 File "/usr/share/bcc/tools/cachetop", line 171, in handle_loop
/external/bcc/snapcraft/
Dsnapcraft.yaml60 cachetop:
61 command: wrapper cachetop
62 aliases: [cachetop]
/external/bcc/tests/python/
Dtest_tools_smoke.py104 # TODO cachetop doesn't like to run without a terminal, disabled
106 # self.run_with_int("cachetop.py 1")
/external/bcc/
DREADME.md97 - tools/[cachetop](tools/cachetop.py): Trace page cache hit/miss ratio by processes. [Examples](too…