- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX 11i V3 Displaying real memory usage for ...
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
08-10-2010 07:51 AM
08-10-2010 07:51 AM
HP-UX 11i V3 Displaying real memory usage for a process
I am trying to find the actual amount of memory that a process is using. I have a memory monitor built into an application that shows memory that is reserved and what is actually in use at the time in a live display, and I can run the statistics and get a report to get the same information, but it is a 3 page report everytime it updates (I have it set for 30 minutes) and I only need 2 numbers from the entire report. So what I am trying to find is something that will give me the numbers I want so that I can pipe it to a file to be put into an spreadsheet later without having to dig thru 3 pages for each half hour of the day to find 2 numbers. I have searched the internet, and tried several commands that I have found but none of them are showing the numbers that the application is showing. For instance when I do the top command it does not show me anything close to what the memory monitor is saying is being used. Any ideas on a better command to accomplish this or switches that would display the correct info at the Unix prompt? Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2010 10:31 PM
08-10-2010 10:31 PM
Re: HP-UX 11i V3 Displaying real memory usage for a process
hi,
Proper place for your issue is,
" HP-UX > system administration" in IT Resource Center forums area.
The link is:
http://forums11.itrc.hp.com/service/forums/categoryhome.do?categoryId=156
As threads can not be moved from here to there,pls ask again there.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2011 07:41 AM
07-20-2011 07:41 AM
Re: HP-UX 11i V3 Displaying real memory usage for a process
todos los links que enlazan a foros antiguos no sirven.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2011 04:21 AM
07-27-2011 04:21 AM
Re: HP-UX 11i V3 Displaying real memory usage for a process
Maybe with the 'ps -el' the size colum show the actual memory used by the process.
With the 'ps -ef -o pid,user,vsz,sz,cmd' also you got the memory information with less colums.
David