AIX CPU usage


 
Thread Tools Search this Thread
Operating Systems AIX AIX CPU usage
# 8  
Old 10-04-2016
Perhaps it would have been useful to know this. I now suggest you look at network settings. If there is a mismatch between the speeds of the switch port and the NIC then you might hit trouble, of if there is an extra step across the network (even a change of subnet on the same physical switch) that can slow bulk data transfer down too.

There are more things to consider now. I too would not expect it to read any indices for a backup done. I think it should read the object definitions and the full tables.

Can you explain more about your network between the LPARs, the device managing the backup and the recipient that gets the data?

If these are not run concurrently, is there anything else with a very high data volume being transferred over the network around the same time?



Robin
# 9  
Old 10-04-2016
Oooo. RMAN.

ugh.
[story]
There is a sort of scripting language that is used to set up parameters for an RMAN backup. If you set "threads" to a high value (usually more than 4) you can get I/O saturation on most types of I/O devices, as well as signficant cpu usage.

Our DBA set threads to 20 on our one huge customer db. Incremental backups at 0400 completely ate the server and squashed all of our DB batch jobs for about two hours every night. On Saturday morning when full backups ran, all 16 cpus were nearly maxed out, nobody could work on the system until the backup was over - like 6 hours later. A refresh of the TEST db took 40+ hours. In this case the TEST server was hammered into oblivion.

It took several months to get the DBA to decide RMAN tuning was indeed the problem.
One change and all the system issues went away.
[/story]

I would strongly suggest that if your DBA does not know RMAN to open a support ticket with Oracle and get competent help.
# 10  
Old 10-05-2016
I suspected network issues between LPAR2 db server and net-backup server, but the full backup of LPAR2 which runs on the weekend completes in the same time as LPAR1. This specific performance issue is only noticed for RMAN incremental backup. I also verified, it's the same RMAN script runs on LPAR1 & LPAR2, and the RMAN logs are having same contents on both sides. Pasting below the topas output taken while the incremental backup running.

Thanks

---------- Post updated at 10:13 AM ---------- Previous update was at 10:07 AM ----------

Apologize, format issues, pasting down again.

Code:
CPU                   LPAR1      LPAR2
user%                  12.7        6.4
kern%                  11.2        6
wait%                    1.1       3.8
idle%                    75         83.9
Physc                   2.91       1.34
Entc%                 36.43      16.73
  
Network           LPAR1          LPAR2
BPS                 30.7M          6.41M
I-Pkts               2.43k          825.2
O-pkts              21.8k          4.62K
B-in                  395k           116K
B-out              30.3M           6.30M
  
Disk           LPAR1             LPAR2
Busy%            8                10.7
BPS               3.14G           944M
TPS               6.79K           2.39K
B-Read           3.14G           942M
B-write           1.14M          2.32M
  
FileSystem   LPAR1          LPAR2
BPS             784M           250M
TPS             2.24K           2.13K
B-Read        784M            250M
B-write        428K             269K


Last edited by zaxxon; 10-06-2016 at 03:03 AM.. Reason: Delete more than 70 FONT and SIZE tags. Add CODE tags. Get rid of unneeded "[/B][B]" sequences.
# 11  
Old 10-06-2016
Too bad you ignore constantly to use/try out nmon - it would be a help for you or others/anybody else in the future too.
Anyway, there are big differences in the BPS disk and FS paragraphs about up to 2-3 times between LPAR 1 and 2. Maybe have a test with dd or something else going somewhat direct to the storage (SAN?) to check if has the same performance for both LPARs.
Also check back with the storage/SAN guys, if they can see if there is more traffic on the port for LPAR 2 than LPAR 1, throttling it's IO.

Your output does not show anything about current memory situation including paging space. That would also be visible in a nmon output.
I remember that especially RMAN used lots of paging space in my former environment.


Btw.: Please do not just post an update with new formatting but correct the garbage post you have left next time, thanks Smilie

Last edited by zaxxon; 10-06-2016 at 04:07 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Tricky situation with process cpu usage - AIX

OS: AIX so we frequently receive a lot of cpu related alerts. all types of checks have been created to keep an eye on the cpu but a lot of these checks make too much noise as the CPU is always being seen as high. the system and application owners say there's no issue with the cpu. so now,... (6 Replies)
Discussion started by: SkySmart
6 Replies

2. AIX

How to monitor the IBM AIX server for I/O usage,memory usage,CPU usage,network..?

How to monitor the IBM AIX server for I/O usage, memory usage, CPU usage, network usage, storage usage? (3 Replies)
Discussion started by: laknar
3 Replies

3. Solaris

Multi CPU Solaris system shows 100% CPU usage.

Hello Friends, On one of my Solaris 10 box, CPU usage shows 100% using "sar", "vmstat". However, it has 4 CPUs and prstat and glance are not showing enough processes to justify high CPU utilization. ========================================================================= $ prstat -a ... (4 Replies)
Discussion started by: mahive
4 Replies

4. Solaris

current CPU usage, memory usage, disk I/O oid(snmp)

Hi, I want to monitor the current cpu usage, monitor usage , disk I/o and network utlization for solaris using SNMP. I want the oids for above tasks. can you please tell me that Thank you (2 Replies)
Discussion started by: S_venkatesh
2 Replies

5. HP-UX

how can I find cpu usage memory usage swap usage and logical volume usage

how can I find cpu usage memory usage swap usage and I want to know CPU usage above X% and contiue Y times and memory usage above X % and contiue Y times my final destination is monitor process logical volume usage above X % and number of Logical voluage above can I not to... (3 Replies)
Discussion started by: alert0919
3 Replies

6. AIX

Which tools can show the AIX CPU, Memory and I/O usage?

If somebody knows there are some tools can show how many CPU, memory useage on AIX and can automatically send email? Such as when setup if CPU is used over 80%, send alert by email automatically. Maybe BMC has this tool? (6 Replies)
Discussion started by: rainbow_bean
6 Replies

7. Shell Programming and Scripting

How to calculate Memory and CPU Usage on AIX

I have written a script that will calculate CPU usage and Memory usage of a particular process on AIX Unix. I know the PID and I am using the command -- # for CPU Usage MSG_CPU_USG=`ps uax | grep ${PID} | awk {'print $3'}` #for Memory Usage MSG_MEM_USG=`ps uax | grep ${PID} | awk {'print... (0 Replies)
Discussion started by: asutoshch
0 Replies

8. AIX

AIX 5.3 P570 - CPU Usage reports 1500000000.003

Does anyone had an issue with AIX reporting huge CPU Usage Times for jobs? I am seeing process using ps that are reporting billions for the CPU Times. This only seems to happen once in awhile. (0 Replies)
Discussion started by: vigsgb
0 Replies

9. UNIX for Advanced & Expert Users

Monitoring CPU usage on AIX 5.3 with SNMP

Hi I would like to monitor CPU usage ( %) , memory utilization and such on an AIX 5.3 with snmp. How would I do that ? :confused: If I do "snmpwalk -c public -v1 hosttomonitor" I get nothing about the CPU. I've done this on Linux ( not much trouble doing it on linux ) but I'm having a hard... (2 Replies)
Discussion started by: art
2 Replies

10. Programming

Monitor CPU usage and Memory Usage

how can i monitor usages of CPU, Memory, Hard disk etc. under SUN Solaries through a c program or java program i want to store that data into database so i can show it graphically thanks in advance (2 Replies)
Discussion started by: Gajanad Bihani
2 Replies
Login or Register to Ask a Question