This is a discussion on unix find out ram usage command within the Solaris/OpenSolaris forums, part of the UNIX operating systems category; Dear friends, Under linux free -m command works like a charm. What about UNIX system. there is not free command ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
Dear friends,
Under linux free -m command works like a charm. What about UNIX system. there is not free command at all. How do i find out ram usage under UNIX (both HP-UX and Solari ?I'd appreciate if someone help me out, ASAP. thanks |
| Sponsored Links | ||
|
|
|
||||
|
Solaris display Memory Size (RAM size):
Code:
prtconf | grep Mem Code:
prtconf|grep -i mem Code:
pagesize -a Code:
dmesg Code:
lsdev -C|grep mem Code:
lsattr -El mem0 All linux distro: Code:
free Code:
vmstat
__________________
Rocky Jr. You may have my body & soul, but you will never touch my pride! If you have knowledge, let others light their candles at it. Certified to work on HP-UX / Sun Solaris / RedHat |
|
|||
|
Hi all,
prtconf & prtdiag | grep memory only gives the total memory allocated to system not the dynamic memory usage of the system which free -m gives on any Linux system which is best command. vmstat gives the o/p in bytes.What is the option that would give o/p in Megabyte like free -m. ? Appreciate anybody will clear this. Thanks, shrinivas . Linux sys admin. |
|
|||
|
I know this is a somewhat dated thread, but I thought I [c-w]ould add to it in case somebody else needs the info:
I use the command: Code:
top Hope that helps =)... |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CPU usage Shell script (Monitoring CPU Usage) | atulmatkar | Shell scripting | 2 | 05-10-2008 11:24 PM |
| UNIX command to find out whether particular process of a particular user is running | Santosh Sharma | Shell scripting | 1 | 01-17-2008 04:26 PM |
| Linux Find Out RAM CAS Latency Command | andrei048 | Linux hardware | 1 | 01-04-2008 11:56 AM |
| Unix command to check memory usage | sweta | HP-UX | 2 | 12-07-2007 11:07 AM |
| Implementation of find command in Perl | Bhushan | Shell scripting | 2 | 08-22-2007 01:15 PM |