- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Utility to read system resource 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
10-03-2005 07:11 PM
10-03-2005 07:11 PM
Utility to read system resource usage.
I am getting error code 81 while executing ldapmodify command. As per this code, this is because of memory limitation.
I wanted to see how mutch memory is utilizing by each process. So please let me know How can I get Physical memory allocation details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 07:14 PM
10-03-2005 07:14 PM
Re: Utility to read system resource usage.
ftp://eh:spear9@hprc.external.hp.com/memory.htm
kmeminfo is very good
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 07:16 PM
10-03-2005 07:16 PM
Re: Utility to read system resource usage.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 07:21 PM
10-03-2005 07:21 PM
Re: Utility to read system resource usage.
UNIX95= ps -ef -o vsz= -o pid= -o args=|sort -nrk1
will give top 16 memory consuming processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 07:22 PM
10-03-2005 07:22 PM
Re: Utility to read system resource usage.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 07:22 PM
10-03-2005 07:22 PM
Re: Utility to read system resource usage.
# UNIX95= ps -ef -o sz,pid,comm,vsz
where,
sz The size in physical pages of the core image of
the process, including text, data, and stack
space.
vsz The size in kilobytes (1024 byte units) of the
core image of the process.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 09:50 PM
10-03-2005 09:50 PM
Re: Utility to read system resource usage.
See this link for detail:
http://www.compuware.com/products/vantage/servervantage.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 10:14 PM
10-03-2005 10:14 PM
Re: Utility to read system resource usage.
Ziad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 10:37 PM
10-03-2005 10:37 PM
Re: Utility to read system resource usage.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 10:56 PM
10-03-2005 10:56 PM
Re: Utility to read system resource usage.
Is the vertual memory and swap memory is same. As part of my application I wanted to increase the virtual memory. Please let me know How I can do that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 10:59 PM
10-03-2005 10:59 PM
Re: Utility to read system resource usage.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=701723
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 10:59 PM
10-03-2005 10:59 PM
Re: Utility to read system resource usage.
Virtual Memory - It includes memory used for code, stack and page swap.
Refer this: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=962395
You can virtual memory information as,
# vmstat
swap memory information as,
# swapinfo
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 11:01 PM
10-03-2005 11:01 PM
Re: Utility to read system resource usage.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=936991
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=701723
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 11:06 PM
10-03-2005 11:06 PM
Re: Utility to read system resource usage.
sam -> performance monitor -> system properties -> Memory tab
Find out your swapinfo and try to allocated swap for that memory configuration. For 1GB RAM you may have to have 1.5 to 2GB swap.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=119644
You can tune kernel tuables like, maxssiz and mazdsiz.
http://docs.hp.com/en/B3921-90010/maxdsiz.5.html
http://docs.hp.com/en/B3921-90010/maxssiz.5.html
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 04:37 PM
10-05-2005 04:37 PM
Re: Utility to read system resource usage.
I am closing this thread