Home
last modified time | relevance | path

Searched full:cachestat (Results 1 – 9 of 9) sorted by relevance

/external/bcc/tools/
Dcachestat_example.txt1 # ./cachestat -h
2 USAGE: ./cachestat [-T] [ interval [count] ]
10 ./cachestat # run with default option of 5 seconds delay
11 ./cachestat -T # run with default option of 5 seconds delay with timestamps
12 ./cachestat 1 # print every second hit/miss stats
13 ./cachestat -T 1 # include timestamps with one second samples
14 ./cachestat 1 5 # run with interval of one second for five iterations
15 ./cachestat -T 1 5 # include timestamps with interval of one second for five iterations
23 Output from cachestat running simultatenously:
24 # ./tools/cachestat.py 1
[all …]
Dcachestat.py3 # cachestat Count cache kernel function calls.
6 # USAGE: cachestat
8 # This is a rewrite of cachestat from perf to bcc
9 # https://github.com/brendangregg/perf-tools/blob/master/fs/cachestat
Dcachetop.py8 # Taken from cachestat by Brendan Gregg
/external/bcc/man/man8/
Dcachestat.81 .TH cachestat 8 "2016-01-30" "USER COMMANDS"
3 cachestat \- Statistics for linux page cache hit/miss ratios. Uses Linux eBPF/bcc.
5 .B cachestat
23 .B cachestat
27 .B cachestat -T
31 .B cachestat 1
35 .B cachestat 5 3
39 .B cachestat -T 5 3
85 https://github.com/brendangregg/perf-tools/blob/master/fs/cachestat
Dcachetop.891 cachestat (8)
/external/bcc/snapcraft/
Dsnapcraft.yaml57 cachestat:
58 command: wrapper cachestat
59 aliases: [cachestat]
/external/bcc/docs/
Dtutorial.md35 1. cachestat
158 #### 1.6. cachestat
161 # ./cachestat
172 cachestat prints a one line summary every second (or every custom interval) showing statistics from…
/external/bcc/
DREADME.md96 - tools/[cachestat](tools/cachestat.py): Trace page cache hit/miss ratio. [Examples](tools/cachesta…
/external/bcc/tests/python/
Dtest_tools_smoke.py101 self.run_with_duration("cachestat.py 1 1")