How to Display Information About a CacheFS
File System
-
Become superuser on the client system.
-
Display information about all file systems cached under a specified
cache.
# cfsadmin -l /cache-directory
|
where /cache-directory is the name of the
directory where the cache resides.
Example 19–5 Displaying Information About CacheFS File Systems
The following example shows information about the /local/mycache cache
directory. In this example, the /docs file system is
cached in /local/mycache. The last line displays the
name of the CacheFS file system.
# cfsadmin -l /local/mycache
cfsadmin: list cache FS information
maxblocks 90%
minblocks 0%
threshblocks 85%
maxfiles 90%
minfiles 0%
threshfiles 85%
maxfilesize 3MB
merlin:_docs:_docs
#
|