- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to get info about 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-14-2003 09:28 PM
07-14-2003 09:28 PM
I am interested in getting the following info:
- phisical RAM total and available( or used )
- virtual RAM -- -----------------------
- swap - ---------------------------
- shared ----------------------------
- buffers ---------------------------
- cache ----------------------------
(without looking at top)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2003 09:34 PM
07-14-2003 09:34 PM
Re: how to get info about memory ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2003 09:40 PM
07-14-2003 09:40 PM
Solutiontotal: used: free: shared: buffers: cached:
Mem: 261283840 226140160 35143680 73728 10203136 111652864
Swap: 1300881408 0 1300881408
MemTotal: 255160 kB
MemFree: 34320 kB
MemShared: 72 kB
Buffers: 9964 kB
Cached: 109036 kB
SwapCached: 0 kB
Active: 12992 kB
Inact_dirty: 88876 kB
Inact_clean: 17204 kB
Inact_target: 332 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 255160 kB
LowFree: 34320 kB
SwapTotal: 1270392 kB
SwapFree: 1270392 kB
NrSwapPages: 317598 pages
cheers
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2003 10:35 PM
07-14-2003 10:35 PM
Re: how to get info about memory ?
but you can use this in hpux:
# swapinfo -tam
hth
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2003 10:40 PM
07-14-2003 10:40 PM
Re: how to get info about memory ?
I don't have exection rights on swapinfo
Anything else ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 09:54 AM
07-16-2003 09:54 AM
Re: how to get info about memory ?
makes it friendly to read.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 12:53 PM
07-16-2003 12:53 PM
Re: how to get info about memory ?
For hpux: swapinfo, vmstat
For linux: cat /proc/meminfo, free
Caesar