Displays the work space size for a cache file system.
cachefswssize LogFile
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.
The following exit values are returned:
| Item | Description | 
|---|---|
| 0 | success | 
| non-zero | an error has occurred. | 
cachefswssize /var/tmp/samlog/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
| Item | Description | 
|---|---|
| /usr/sbin/cachefswssize | Contains the cachefswssize command. |