Searched full:cachestat (Results 1 – 9 of 9) sorted by relevance
1 # ./cachestat -h2 USAGE: ./cachestat [-T] [ interval [count] ]10 ./cachestat # run with default option of 5 seconds delay11 ./cachestat -T # run with default option of 5 seconds delay with timestamps12 ./cachestat 1 # print every second hit/miss stats13 ./cachestat -T 1 # include timestamps with one second samples14 ./cachestat 1 5 # run with interval of one second for five iterations15 ./cachestat -T 1 5 # include timestamps with interval of one second for five iterations23 Output from cachestat running simultatenously:24 # ./tools/cachestat.py 1[all …]
3 # cachestat Count cache kernel function calls.6 # USAGE: cachestat8 # This is a rewrite of cachestat from perf to bcc9 # https://github.com/brendangregg/perf-tools/blob/master/fs/cachestat
8 # Taken from cachestat by Brendan Gregg
1 .TH cachestat 8 "2016-01-30" "USER COMMANDS"3 cachestat \- Statistics for linux page cache hit/miss ratios. Uses Linux eBPF/bcc.5 .B cachestat23 .B cachestat27 .B cachestat -T31 .B cachestat 135 .B cachestat 5 339 .B cachestat -T 5 385 https://github.com/brendangregg/perf-tools/blob/master/fs/cachestat
91 cachestat (8)
57 cachestat:58 command: wrapper cachestat59 aliases: [cachestat]
35 1. cachestat158 #### 1.6. cachestat161 # ./cachestat172 cachestat prints a one line summary every second (or every custom interval) showing statistics from…
96 - tools/[cachestat](tools/cachestat.py): Trace page cache hit/miss ratio. [Examples](tools/cachesta…
101 self.run_with_duration("cachestat.py 1 1")