Operating System - HP-UX
1834395 Members
1788 Online
110066 Solutions
New Discussion

How to check Filesystem Caching ?

 
amreek bansal
Frequent Advisor

How to check Filesystem Caching ?

Hi,

DOes any one know how to check the filesystem caching limit in hp-ux please ?

Thanks
8 REPLIES 8
Steven E. Protter
Exalted Contributor

Re: How to check Filesystem Caching ?

Shalom,

HP-UX does not specifically cache by file system.

There is something called the buffer cache, which does speed i/o in file systems.

kmtune -l | grep dbc

or

kctune -l | grep dbc

This will show you the minimum and maximum limits on the buffer cache.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Turgay Cavdar
Honored Contributor

Re: How to check Filesystem Caching ?

Do you mean file system buffer cache?

For hp-ux 11.31:
filecache_max
filecache_min

Others:
dbc_max_pct
dbc_min_pct

Re: How to check Filesystem Caching ?

depends what you mean by "filesystem caching limit"?

Do you mean how much memory can a system use for filesystem caching?

On 11.11/11.23 that would be the dbc_max_pct

On 11.31 That would be filecache_max

In both cases its expressed as a % of memory.

Use the kctune command to check these values

kctune dbc_max_pct

or

kctune filecache_max


HTH

Duncan

I am an HPE Employee
Accept or Kudo
amreek bansal
Frequent Advisor

Re: How to check Filesystem Caching ?

Thanks guys, thats great.

Re: How to check Filesystem Caching ?

oh yeah, good point SEP - for 11.11 use kmtune rather than kctune

Syntax is the same.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Jitesh purohit_1
Regular Advisor

Re: How to check Filesystem Caching ?

Hi Amreek,

You can ref the link

http://www.docs.hp.com/en/5991-6469/ch06s10.html

what is the Version of HPUX ?

Thanks
Jitesh
amreek bansal
Frequent Advisor

Re: How to check Filesystem Caching ?


I'm using HP-UX 11.23
Ganesan R
Honored Contributor

Re: How to check Filesystem Caching ?

Hi Amreek,

Read this..It has the details you are looking for.

http://docs.hp.com/en/7779/commonMisconfig.pdf
Best wishes,

Ganesh.