|
The cachefsstat command displays statistical information about the cache file system mounted on path. The statistical information includes cache hits
and misses, consistency checking, and modification operations. If path is not specified, all mounted cache file systems are used.
cachefsstat can also be used to reinitialize this information (see -z option).
The statistical information has the following format:
|
<cache hit rate>
<consistency checks>
<modifies>
|
where:
-
hit rate
- The percentage of cache hits over the total number of attempts, followed by the
actual numbers of hits and misses.
-
consistency checks
- The number of consistency checks performed, followed by the number that passed, and the number that failed.
-
modifies
- The number of modify operations, including writes, creates, etc.
|