Searched full:cachetop (Results 1 – 7 of 7) sorted by relevance
1 .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 cachetop19 The following keybindings can be used to control the output of \fBcachetop\fR.31 Quit cachetop.38 .B cachetop42 .B cachetop 1
1 # ./cachetop -h2 usage: cachetop.py [-h] [interval]14 ./cachetop # run with default option of 5 seconds delay15 ./cachetop 1 # print every second hit/miss stats17 # ./cachetop 545 # ./cachetop.py59 # ./cachetop.py 10
4 # cachetop Count cache kernel function calls per processes7 # USAGE: cachetop
129 File "/usr/share/bcc/tools/cachetop", line 263, in <module>133 File "/usr/share/bcc/tools/cachetop", line 172, in handle_loop148 root@localhost:/# cachetop150 File "/usr/share/bcc/tools/cachetop", line 263, in <module>154 File "/usr/share/bcc/tools/cachetop", line 171, in handle_loop
60 cachetop:61 command: wrapper cachetop62 aliases: [cachetop]
104 # TODO cachetop doesn't like to run without a terminal, disabled106 # self.run_with_int("cachetop.py 1")
97 - tools/[cachetop](tools/cachetop.py): Trace page cache hit/miss ratio by processes. [Examples](too…