onstat -g pfsc command: Print partition free space cache information
Use the onstat -g pfsc command to display information about all partition free space caches.
Syntax:
>>onstat -g pfsc [full] [<partnum>]
Example output
Output description
- tblnum
- The partition number
- flg
-
First position: 'L' = "Lite", 'B' = "Boosted"
Second position: 'I' = "Boosted cache creation in progress"
- npages
- Number of pages described by cache
- avgfr
- Average free bytes per page in cache
- nsearch
- Number of times a bin in the cache has been searched by inserts
- nmiss
- Number of times a search has turned up empty
- pgsrch
- Number of cached pages searched
- mvbin
- Pages moved from one bin to another
For more information, see Partition Free Space Cache (PFSC) code.