[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 1

cachefswssize Command

Purpose

Displays the work space size for a cache file system.

Syntax

cachefswssize LogFile

Description

The cachefswssize command displays the work space size determined from LogFile. This includes the amount of cache space needed for each filesystem that was mounted under the cache, as well as a total.

Exit Status

The following exit values are returned:

0 success
non-zero an error has occurred.

Examples

  1. To display the work space size of the cache filesystems being logged in the file /var/tmp/samlog, type:
    cachefswssize /var/tmp/samlog

    The system displays similar to the following:

    /home/sam
                                      end size:    10688k
                               high water size:    10704k
    
    /foo
    
                                      end size:      128k
                               high water size:      128k
    
    /usr/dist
    
                                      end size:     1472k
                               high water size:     1472k
    
    total for cache
    
                                  initial size:   110960k
                                      end size:    12288k
                               high water size:    12304k
    
    

Files

/usr/sbin/cachefswssize Contains the cachefswssize command.

Related Information

The cachefslog command, cachefsstat command, and cfsadmin command.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]