Solaris 10 - runningf slow - vmstat output

  • Follow


Got a few applications running on here - its a V240 with 4Gb of RAM.

According to vmstat, cpu looks good but there seem to be a high number
of page reclaims and minor faults with regards paging.

Any ideas? Would more physical memory help?
0
Reply BertieBigBollox (157) 6/20/2012 11:56:33 AM

On 20.06.12 13:56, BertieBigBollox@gmail.com wrote:
> Got a few applications running on here - its a V240 with 4Gb of RAM.
>
> According to vmstat, cpu looks good but there seem to be a high number
> of page reclaims and minor faults with regards paging.
>
> Any ideas? Would more physical memory help?

Depends on memory utilization. How much is free?

I prefer to use sar.

My crontab for user sys:
00,05,10,15,20,25,30,35,40,45,50,55 * * * * /usr/lib/sa/sa1
59 23 * * * /usr/lib/sa/sa2 -i 300 -A

Every 5 minutes values for the last 5 minutes are stored.
Close to midnight a summary is created and stored in /var/adm/sa.

Executing sar shows the values from today.
Remember that Solaris 10 does not show waitIO (wio) anymore.
Look at sar -r for memory utilization, sar -d for disk activity, sar -g 
for paging and sar -w for swapping activities.
0
Reply frank18 (89) 6/20/2012 8:05:08 PM


On Jun 20, 9:05=A0pm, Frank Langelage <fr...@lafr.de> wrote:
> On 20.06.12 13:56, BertieBigBol...@gmail.com wrote:
>
> > Got a few applications running on here - its a V240 with 4Gb of RAM.
>
> > According to vmstat, cpu looks good but there seem to be a high number
> > of page reclaims and minor faults with regards paging.
>
> > Any ideas? Would more physical memory help?
>
> Depends on memory utilization. How much is free?
>
> I prefer to use sar.
>
> My crontab for user sys:
> 00,05,10,15,20,25,30,35,40,45,50,55 * * * * /usr/lib/sa/sa1
> 59 23 * * * /usr/lib/sa/sa2 -i 300 -A
>
> Every 5 minutes values for the last 5 minutes are stored.
> Close to midnight a summary is created and stored in /var/adm/sa.
>
> Executing sar shows the values from today.
> Remember that Solaris 10 does not show waitIO (wio) anymore.
> Look at sar -r for memory utilization, sar -d for disk activity, sar -g
> for paging and sar -w for swapping activities.

Dont you enable sar via services now rather than crontab -e?
0
Reply BertieBigBollox (157) 6/22/2012 9:28:38 AM

In article <8915c73c-f79e-4543-80fa-6ba2be8adfb3@a16g2000vby.googlegroups.com>,
BertieBigBollox@gmail.com <bertiebigbollox@gmail.com> wrote:
>Dont you enable sar via services now rather than crontab -e?

sar(1M)
     The sar service is managed by the service management  facil-
     ity, smf(5), under the service identifier:

     svc:/system/sar

John
groenveld@acm.org
0
Reply groenvel (510) 6/22/2012 1:58:40 PM

3 Replies
236 Views

(page loaded in 0.148 seconds)

Similiar Articles:













7/24/2012 10:11:10 AM


Reply: