1752625 Members
4514 Online
108788 Solutions
New Discussion юеВ

File cache

 
kishore_11_1
Occasional Advisor

File cache

i am having few free physical memory and i want to see how much of it is in the file system cache. wher or what command can i use to see
5 REPLIES 5
SoorajCleris
Honored Contributor

Re: File cache

Hi ,

are you using 11.31?

Do you have glance installed?

Regards,
Sooraj
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
kishore_11_1
Occasional Advisor

Re: File cache

glance is there and unix version is HP-UX 11.23
kishore_11_1
Occasional Advisor

Re: File cache

when i type glance its showing filecache:NA
Wim Rombauts
Honored Contributor

Re: File cache

HP-UX 11.23 has no filecache, you need to look at "buf cache".
Ishwar_1
Frequent Advisor

Re: File cache

I am not able to make out what are you looking for is its physical memory or active process in memory or buffer cache.

If you want to view available and consume memory you can use glance,top,swapinfo

$ /usr/sbin/swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 8192 0 8192 0% 0 - 1 /dev/vg00/lvol2
dev 16000 0 16000 0% 0 - 1 /dev/vg00/swap
dev 50000 0 50000 0% 0 - 1 /dev/vg01/swap1
dev 50176 0 50176 0% 0 - 1 /dev/vg02/swap2
reserve - 58935 -58935
memory 50583 10909 39674 22%
total 174951 69844 105107 40% - 0 -

The output shows the amount of memory available,free,consumed in MB

You can also view buffer through
# sar -b 3 5