- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MEMORY USAGE
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 03:32 AM
03-18-2002 03:32 AM
User mem is 300 Mb.Is it normal that without any particular process the memory usage (user mem) is so hight?
I have already done some controls with glance, gpm, ps, top, perfview but there is nothing strange.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 04:01 AM
03-18-2002 04:01 AM
Re: MEMORY USAGE
"user" memory is not limited to not root processes, meaning that root processes can be "user" processes. I haven't played enough with glance to quantify exacty what is system and what is "user". Is your "min" buffer cache set to no more than 20%?
http://docs.hp.com/hpux/onlinedocs/os/11i/mem_mgt.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 04:05 AM
03-18-2002 04:05 AM
Re: MEMORY USAGE
$ UNIX95= ps -eo 'vsz args' | sort -nr | head
That will print the top 10 memory using processes.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 05:26 AM
03-18-2002 05:26 AM
Re: MEMORY USAGE
about the buffer cache we have a dinamic one,value is:
dbc_max_pct=20
dbc_min_pct=5
In attachment the output of "ps -e 'vsz args' | sort -nr|head"
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 07:25 AM
03-18-2002 07:25 AM
SolutionStill as they say, high memory usage on unix is not a problem, so long as there is not too much page out activity. Chances are this is normal and not indicative of a problem.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 10:25 AM
03-18-2002 10:25 AM
Re: MEMORY USAGE
You wouldnt need to worry about memory usage, unless there is lot of swapping and paging going on. That can be checked by running
vmstat -n and look for the value correspondign to po (pageout). This should ideally be zero.
Swapinfo -mt gives you swap usage.
Also, use glance and check memory load.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 10:27 AM
03-18-2002 10:27 AM
Re: MEMORY USAGE
I worry about the % of user process for cpu. It is normal for % of user to be high for memory.