Results 1 to 5 of 5
- 02-19-2009, 09:57 AM #1
Newbie
- Join Date
- Feb 2009
- Posts
- 4
how to check solaris memory usage?
how to check solaris memory usage?
- 02-26-2009, 10:36 AM #2
WHC Administrator
- Join Date
- Dec 2003
- Posts
- 3,539
You can use prastat -a command.
DataCenterTalk Rate, review and Discuss about datacenters.
DatacenterSearch Where your datacenter search ends.
- 02-26-2009, 03:22 PM #3
Junior WHC Addict
- Join Date
- Oct 2008
- Posts
- 154
You can use
sar -r -f sa25
sar -u 10 60
mpstat 10 60
- 07-13-2009, 09:56 PM #4
Newbie
- Join Date
- Jun 2009
- Posts
- 13
more help:
Solaris display Memory Size (RAM size):
prtconf | grep Mem
or
prtconf|grep -i mem
Available page sizes (SWAP) for Solaris:
pagesize -a
Display RAM Size on HP-UX:
dmesg
Display RAM Size on AIX
lsdev -C|grep mem
Now if memory device is mem0, then type
lsattr -El mem0
All linux distro:
free
Also almost all UNIX system support vmstat command, use vmstat to get more info.
vmstat
- 07-16-2009, 02:17 AM #5
Junior WHC Addict
- Join Date
- Jun 2009
- Posts
- 211
Thanks for great information. vmstat is good choice
Athlon



LinkBack URL
About LinkBacks




Reply With Quote






Bookmarks