Hi All,
I'm having an annoying tuning problem!
We are in the stage of shifting an application that runs on an SP2 machine with AIX 4.3 to a P5 570 machine with AIX 5.2
Funny enough, we know that this application is not certified to run on 5L but our management is pushing for it. Any way, I know for sure that this application is a CPU intensive and we are running a test instance of the application for now on the 5.2 partition of the p5 570 machine. I used to have one process that eats the whole CPU dedicated to this partition and now they are two as follows:
on topas
Is there any way on earth that i can tune them or at least find out what they are actually doing?
I know that one is used for asset management and it has to run always in the background and the other is a lengthy report that starts every day at 7 AM and it never ends until the database goes down for the backup!
any comments will be appreciated.
Regards,
Khalid
I'm having an annoying tuning problem!
We are in the stage of shifting an application that runs on an SP2 machine with AIX 4.3 to a P5 570 machine with AIX 5.2
Funny enough, we know that this application is not certified to run on 5L but our management is pushing for it. Any way, I know for sure that this application is a CPU intensive and we are running a test instance of the application for now on the 5.2 partition of the p5 570 machine. I used to have one process that eats the whole CPU dedicated to this partition and now they are two as follows:
Code:
# ps aux | more
USER PID %CPU %MEM SZ RSS TTY STAT STIME TIME COMMAND
oracle 48816 65.9 1.0 28072 12452 - A 22:28:50 840:41 ora_snp1_EMP2
oracle 47960 46.1 3.0 53096 37476 - A 07:01:11 351:48 oracleEMP2 (DESCR
on topas
Code:
Name PID CPU% PgSp Owner oracle 48816 47.9 2.1 oracle
oracle 47960 47.6 26.6 oracle
Code:
# vmstat 1
System Configuration: lcpu=1 mem=5120MB
kthr memory page faults cpu
----- ----------- ------------------------ ------------ -----------
r b avm fre re pi po fr sr cy in sy cs us sy id wa
1 1 203615 1005614 0 0 0 93 446 0 306 307 287 94 1 4 1
2 0 203619 1005610 0 0 0 0 0 0 266 2468 338 99 1 0 0
2 0 203619 1005610 0 0 0 0 0 0 258 2135 294 99 0 0 0
2 0 203619 1005610 0 0 0 0 0 0 248 2106 284 99 1 0 0
2 0 203619 1005610 0 0 0 0 0 0 257 2334 313 99 0 0 0
2 0 203619 1005610 0 0 0 0 0 0 250 2118 289 99 0 0 0
2 0 203619 1005618 0 0 0 9 148 0 302 2413 421 96 4 0 0
2 0 203619 1005618 0 0 0 0 0 0 254 2114 314 99 0 0 0
2 0 203619 1005618 0 0 0 0 0 0 251 2427 290 99 1 0 0
2 0 203619 1005618 0 0 0 0 0 0 248 2108 288 99 1 0 0
Is there any way on earth that i can tune them or at least find out what they are actually doing?
I know that one is used for asset management and it has to run always in the background and the other is a lengthy report that starts every day at 7 AM and it never ends until the database goes down for the backup!
any comments will be appreciated.
Regards,
Khalid