Solaris Virtual Memory combines physical Memory with avaliable swap
Server-wl@root# df -kh swap
Filesystem size used avail capacity Mounted on
swap
144G 56K 144G 1% /var/run
Server-wl@root# top | grep -i swap
CPU states: 99.9% idle, 0.0% user, 0.1% kernel, 0.0% iowait, 0.0% swap Memory: 40G phys mem, 105G free mem, 59G total swap, 59G free swap
To check memory on solaris
bash-3.00$ prtconf -vp | grep -i mem
To check No of processors running on solaris
bash-3.00$ psrinfo -pv
Server-wl@root# top | grep -i swap
CPU states: 99.9% idle, 0.0% user, 0.1% kernel, 0.0% iowait, 0.0% swap Memory: 40G phys mem, 105G free mem, 59G total swap, 59G free swap
To check memory on solaris
bash-3.00$ prtconf -vp | grep -i mem
To check No of processors running on solaris
bash-3.00$ psrinfo -pv
No comments:
Post a Comment