|
|||||||
| 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
|
|||
|
|||
|
Swap space issue
I have Solaris-10 with mutiple zones running in it. My Big Brother monitoring is complaining for very less swap space available, but I am not able to find, what process has consumed its swap space and how to clear it. All zones including global server have almost blank /tmp with very less data.
HTML Code:
root@apps_serv201:/# df -h /tmp Filesystem size used avail capacity Mounted on swap 512M 88K 512M 1% /tmp root@apps_serv201:/# /usr/sbin/swap -s total: 75843704k bytes allocated + 39689080k reserved = 115532784k used, 1395416k available root@apps_serv201:/# /bin/vmstat 1 2 | tail -1 16 0 0 1394080 43647304 81 135 0 0 0 0 0 0 0 0 0 40221 49765 43543 10 4 86 root@apps_serv201:/# /usr/sbin/swap -l swapfile dev swaplo blocks free /dev/zvol/dsk/rpool/swap 256,1 16 25165808 24877088 PHP Code:
PHP Code:
Last edited by solaris_1977; 09-11-2012 at 05:10 PM.. |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
prstat -Z output would be a good start to investigate.
|
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Here is the output -
PHP Code:
|
|
#4
|
|||
|
|||
|
So you have about 72 GB of virtual memory used by zones, 5 of them use more than 8 GB, I would start by investigating them.
In any case, there doesn't seem to have real paging issue as most of the swap area is free. You might want to add more swap area though to avoid running out of virtual memory. The swapinfo script you downloaded gives bogus results (-25GB used RAM looks unrealistic ) |
| 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 |
| Swap space issue. | mohtashims | HP-UX | 2 | 09-06-2012 05:08 PM |
| No Space Left - Memory/Swap issue | aychbee45 | Solaris | 21 | 02-18-2011 02:37 AM |
| swap space issue | sumeet | Solaris | 10 | 12-30-2010 02:12 PM |
| Issue with insufficient swap or memory space | kavithakuttyk | UNIX for Advanced & Expert Users | 3 | 09-25-2009 01:02 PM |
| Issue with insufficient swap or memory space | kavithakuttyk | Shell Programming and Scripting | 2 | 09-24-2009 03:59 AM |
|
|