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 cachetop [\-p PID]23 The following keybindings can be used to control the output of \fBcachetop\fR.35 Quit cachetop.42 .B cachetop46 .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
126 cachetop:127 command: bcc-wrapper cachetop
118 # TODO cachetop doesn't like to run without a terminal, disabled120 # self.run_with_int("cachetop.py 1")
100 - tools/[cachetop](tools/cachetop.py): Trace page cache hit/miss ratio by processes. [Examples](too…
18 * bcc tools: update for kvmexit.py, tcpv4connect.py, cachetop.py, cachestat.py, etc.