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: Solaris 8: Why is netstat so slow? - comp.unix.solarisHi, We have 3 servers running Solaris 8. The netstat command on one of these servers runs very slowly ... seconds to print each line of output. iostat, sar and vmstat runs ... Adding date/time to line in vmstat - comp.unix.solaris... here, would like to add date and/or time to line of output > vmstat 2 |awk ... mrtg to smf - comp.unix.solaris Adding date/time to line in vmstat - comp.unix.solaris MRTG runs ... prstat -a vs. vmstat - comp.unix.solarisWhat is the difference between Sun JDK and OpenJDK ? - comp.lang ... prstat -a vs. vmstat - comp.unix.solaris I have a server, running several java application ... top: 50 ... vmstat High Wait Queue - comp.unix.solaris... Sun 4500 with 6-400mhz cpus, 6GB ram, Solaris 2.6. Running ... Paging is on, but if it's not (and if the output ... analysis high IOWait problem - comp.unix.solaris vmstat ... Memory and Scan Rate - comp.unix.solarisWe are running Solaris 10 3/05. The system has run ... should happen, but it > might be slow ... where I'm allocating ( malloc() ) 10 megabytes a second, and I'm running vmstat ... Solaris 9: nscd and nscd.conf - High cpu use. - comp.unix.solaris ...... better performance according to statistics from output ... it in the figures, but the remaining ones will be slow ... CPU core temp display on Solaris 10? - comp.unix.solaris ... Trouble-shooting performance issue in Solaris 10 ***Beginner ...> output below, we noticed that there are 2 Oracle ... Issues - Troubleshooting Solaris : solaris, vmstat... ... SPARC and x86 based systems running Solaris 10 10/07 OS Load average: What does it mean ? - comp.unix.solarisRunning queue and load average are the same metrics ? ... 15, 7 users, load average: 8.46, 8.17, 9.50 vmstat 1 10 ... load-average values in the first line of top output ... slow sftp/scp - comp.unix.solaris... 10hdx_cap` ----- output ... Suggestions 1: kstat NIC duplex... - comp.unix.solaris slow sftp/scp - comp.unix.solaris make sure you are running ... NFS slowdown - Solaris client, Linux server. - comp.unix.solaris ...The output files are fairly large ... of getattr requests while in slow mode. > Can you force it to happen by running ... by at least > > a factor of 10 and the Solaris ... vmstatFor example vmstat 2 10 means output statistics each 2 ... Solaris vmstat. vmstat [-cipqsS] [disks] ... Linux vmstat does not count itself as a running process. Solaris Performance Monitoring & Tuning – iostat, vmstat ...The first line of output is for the ... November 2nd, 2011 at 10:25 pm. Yes, in solaris there is ... Solaris Performance Monitoring – IOSTAT, VMSTAT, NETSTAT (Fuente de este ... 7/24/2012 10:11:10 AM
|