Operating System - HP-UX
1829400 Members
1661 Online
109991 Solutions
New Discussion

system memory distribution

 
Equipe systeme GHM
Occasional Advisor

system memory distribution

In glance we see the distribution between the memory system, user, free and buffer. But how to know how the memory system is really used? Indeed I have a machine which uses 1,7G of memory only for the system part, and I would like to reduce this part if possible.
4 REPLIES 4
Steve Steel
Honored Contributor

Re: system memory distribution

Hi

look at
dbc_max_pct and bufpages in the kernel
plus swapmem_on


Buffer caching in memory visible with swapinfo -at


Regards

Steve Steel

Quote of the moment
-------------------
"We are drowning in information but starved for knowledge."
-- John Naisbitt
If you want truly to understand something, try to change it. (Kurt Lewin)
Equipe systeme GHM
Occasional Advisor

Re: system memory distribution

For the moment I have the following distribution:

Sys Mem : 1.68gb
User Mem: 1.77gb
Buf Cache: 409.6mb
Free Mem: 146.3mb

And it is for the "Sys mem" part I wish to know the detail.
Dietmar Konermann
Honored Contributor

Re: system memory distribution

You may use the kmeminfo tool. You can get it with PHCO_26075 (11.00), PHCO_28067 (11.11) or PHCO_28066 (11.22).

Watch out for /usr/contrib/Q4/bin/kmeminfo.

Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
Equipe systeme GHM
Occasional Advisor

Re: system memory distribution

thank you very much for your help.

Regards,

Denis