NFS Services Administrator's Guide
Configuring and Administering a Cache Filesystem
Administering CacheFS
Chapter 4158
not cached is made (cache miss). It also includes the number of
consistency checks and the number of modification operations, such as
writes and creates, that have been performed.
Viewing the CacheFS Statistics
In the example below, /home/smh is the CacheFS filesystem mount point
directory. To view the CacheFS statistics, enter the following command:
cachefsstat /home/smh
An output similar to the following output is displayed:
/home/smh
cache hit rate: 20% (2543 hits, 9774 misses)
consistency checks: 47842 (47825 pass, 17 fail)
modifies: 85727
garbage collection: 0
You can execute cachefsstat -z to reinitialize CacheFS statistics.
NOTE If you do not specify the CacheFS mount point, statistics for all CacheFS
mount points are displayed.
For more information about the cachefsstat command, see cachefsstat
(1M).