- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: determine free memory
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
07-06-2001 11:15 AM
07-06-2001 11:15 AM
determine free memory
I'm trying to find out how to obtain memory usage information (used/free vs total physical memory) on an HPUX 11 box. Is there a utility/command that gets this information easily?
Also, when one uses 'swapinfo' to get the swap space information, does the amount listed under memory include regular memory usage or is it just memory swap space?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 11:23 AM
07-06-2001 11:23 AM
Re: determine free memory
You can use "top" to see (among many other things) your memory usage. Top is included with the OS. If you purchased GlancePlus, you can use the memory report (m) in it to observe your data, also.
The "memory" item in a swapinfo output is pseudoswap usage. Pseudoswap is imaginary swap (the OS lying to itself, if you will). It consumes no physical RAM and no disk space.
All The Best,
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 11:39 AM
07-06-2001 11:39 AM
Re: determine free memory
You can use vmstat check man pages for vmstat will give you the details. The memory listed with swapinfo is the system memory avail for paging if I understand correctly.
Also you can use Glance which is more precise.
Goodluck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 11:42 AM
07-06-2001 11:42 AM
Re: determine free memory
1. TOP
2. Glance
3. PerfView.
Then there are cobinations of ps commnads which tell you what memeory is being used.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 12:00 PM
07-06-2001 12:00 PM
Re: determine free memory
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 12:57 PM
07-06-2001 12:57 PM
Re: determine free memory
top, vmstat, glance will be able to give you memory utilization.
Prashant.