System Administration Guide: Devices and File Systems

ProcedureHow to Display Information About a CacheFS File System

Steps
  1. Become superuser on the client system.

  2. Display information about all file systems cached under a specified cache.


    # cfsadmin -l /cache-directory
    

    /cache-directory is the name of the directory where the cache resides.


Example 18–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
#