|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Command for finding RAM size in HP-UX
I am trying to find RAM size in my HP-UNIX server. what command I should use for this?
I am using top command but not clear about below line from top o/p Memory: 1517080K (471284K) real, 1877692K (751256K) virtual, 8078944K free Page# 1/6 |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Try this: Code:
echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Jim,
Thanks a lot for your quick response. It's showing Total Physical Memory: 32768 MB , Total Configured Memory: 32768 MB, that means 32 GB. Is my interpretation correct? Thanks, Venkat |
|
#4
|
||||
|
||||
|
- although it is meant for 'swap space' inquiry, it shows a line starting with the word "memory" - and this is the size of your physical memory. Code:
$ swapinfo HTH good luck, and success ! _____________________ alexandre botao ("comets never dodge") |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Retrieve RAM memory size from "top" command output | royalibrahim | Shell Programming and Scripting | 10 | 02-09-2011 05:41 AM |
| RAM Size | Rupaa | Red Hat | 4 | 07-15-2010 11:41 AM |
| how to know RAM size | palash2k | UNIX for Dummies Questions & Answers | 4 | 10-16-2008 04:20 AM |
| Finding Heap size Command--Urgent | Anji | Shell Programming and Scripting | 2 | 05-16-2008 08:52 AM |
| getting RAM size | arunkumar_mca | Programming | 6 | 05-30-2005 08:08 AM |
|
|