DB2 high CPU


 
Thread Tools Search this Thread
Operating Systems AIX DB2 high CPU
# 8  
Old 08-16-2010
I will do the configs tomorrow... you are very clever thanks a lot

---------- Post updated at 08:39 AM ---------- Previous update was at 08:02 AM ----------

well I changed these parameters and untill we started DB2 I run the command:
Code:
vmstat -v
              6291456 memory pages
              6091921 lruable pages
              5077989 free pages
                    3 memory pools
               370646 pinned pages
                 80.0 maxpin percentage
                  3.0 minperm percentage
                 90.0 maxperm percentage
                  1.2 numperm percentage
                76542 file pages
                  0.0 compressed percentage
                    0 compressed pages
                  1.2 numclient percentage
                 90.0 maxclient percentage
                76542 client pages
                    0 remote pageouts scheduled
                    0 pending disk I/Os blocked with no pbuf
                    0 paging space I/Os blocked with no psbuf
                 2484 filesystem I/Os blocked with no fsbuf 
                  650 client filesystem I/Os blocked with no fsbuf
                    0 external pager filesystem I/Os blocked with no fsbuf

as we see the 2484 filesystem I/Os blocked with no fsbuf
is still present... I will try to read about fsbuf and try find out why I have these i/o blocks
# 9  
Old 08-16-2010
I am not sure if there is not just an intial impact that might occure just because of intense traffic when starting up everything after a boot. I would tend to monitor those counters if they increase in normal day work, especially after peak times.

Anyway it is good to read tuning guides, IBM Redbooks about performance, Jaqui Lynch's articles about tuning etc. Also the man page on ioo is very interesting.
This User Gave Thanks to zaxxon For This Post:
# 10  
Old 08-18-2010
Quote:
Originally Posted by zaxxon
Code:
ioo -p -o j2_dynamicBufferPreallocation=32

Default is 16. This is dynamic so remount is needed. If the counter still increases rather quick, you can do additionally:
Excuse me, but I still learn
How do you know that Vit0_Corleone use jfs2 and problem with it not other filesystem, maybe jfs?
Maybe, j2_dynamicBufferPreallocation can use for jfs too?
# 11  
Old 08-18-2010
As he said he is using AIX 6.1 I strongly doubt that he is using jfs. jfs is somewhat out of date and very limited. If he is using jfs, I strongly recommend changing that.
# 12  
Old 08-18-2010
john1212, zaxxon
Of course I am using JFS2.. And we use 100GB files for DB2 and these files are allocated in one partition that's why we have so big load.. We are waiting storage upgrade and than we will allocate DB2 containers to separate file systems.. I will post then result :-)
This User Gave Thanks to Vit0_Corleone For This Post:
# 13  
Old 08-18-2010
... for posting the result then Smilie
# 14  
Old 08-18-2010
Quote:
Originally Posted by Vit0_Corleone
well I changed these parameters and untill we started DB2 I run the command:
Code:
vmstat -v

as we see the 2484 filesystem I/Os blocked with no fsbuf
is still present... I will try to read about fsbuf and try find out why I have these i/o blocks
I think Vit0_Corleone writen "unill we started DB2" means "before we started DB2".
Hence my conclusion that the problem is not with DB2, and not with filesystems include db2.
I haven't yet written but this would be my request.
I'm sorry Vit0_Corleone, if I wrong read your message.

Very seriously.
I think
Code:
mvstat-v

at line:
filesystem I/Os blocked with no fsbuf
display a summary of the statistics Since boot.

If you interesing filesystems on SAN you ought to show statistics:
client filesystem I/Os blocked with no fsbuf

Last edited by john1212; 08-18-2010 at 07:54 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Kswapd high cpu utilization.

Hi, Please suggest how to troubleshoot, kswapd is utilizing high cpu? also wanted to know which parameters are important and needs to be added with sar command for monitoring the performance of Linux (Oracle 5.8 -64 bit Please guide me. I am facing the issue where server is getting... (0 Replies)
Discussion started by: manoj.solaris
0 Replies

2. Shell Programming and Scripting

High cpu usage

I have created one script and i have added it into cron to run after 10 mins. However I have noted that whenever that script runs, It causes CPU utilization of server to increase about 10-20 % I have rechecked script and there is no way i can make changes, Script contain only 2-3 commands. So... (4 Replies)
Discussion started by: Nakul_sh
4 Replies

3. Red Hat

CPU is high

Hi , We found CPU is high due to python process .Is this something that Oracle team should look on or Unix team has to work on it ?Could you please advise use of python process ? top - 12:03:03 up 43 days, 15:11, 5 users, load average: 1.53, 1.33, 1.23 Tasks: 126 total, 3 running, 123... (12 Replies)
Discussion started by: Maddy123
12 Replies

4. Red Hat

High CPU Utilization

Hi Experts, I need to understand few basic things regarding top command result from one of the node i have collected: Cpu0 : 4.6%us, 2.0%sy, 0.0%ni, 91.4%id, 1.3%wa, 0.3%hi, 0.3%si, 0.0%st Cpu1 : 0.0%us, 0.3%sy, 0.0%ni, 99.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu2 : ... (5 Replies)
Discussion started by: mackjack87
5 Replies

5. Shell Programming and Scripting

what would a script include to find CPU's %system time high and user time high?

Hi , I am trying to :wall: my head while scripting ..I am really new to this stuff , never did it before :( . how to find cpu's system high time and user time high in a script?? thanks , help would be appreciated ! :) (9 Replies)
Discussion started by: sushwey
9 Replies

6. Web Development

High CPU with Moodle

Hello list, I am managing a Moodle site on Apache2 server with Ubuntu. There are 20-30 simultaneous users and the server get 100% CPU and it stop working. The server is a dual core 3GHz and 4GB o memory. I think thta it is enough powerful machine for a Moodle site. How could I configure... (0 Replies)
Discussion started by: jlazkano
0 Replies

7. Red Hat

apache high cpu load on high traffic

i have a Intel Quad Core Xeon X3440 (4 x 2.53GHz, 8MB Cache, Hyper Threaded) with 16gig and 1tb harddrive with a 1gb port and my apache is causing my cpu to go up to 100% on all four cores heres my http.config <IfModule prefork.c> StartServers 10 MinSpareServers 10 MaxSpareServers 15... (4 Replies)
Discussion started by: awww
4 Replies

8. UNIX for Advanced & Expert Users

high cpu utilization

good morning. just wanted to ask if there's a way to check what causes the high cpu utilization of a server for the past 2 months? My jffnms report resulted to high utilization for a specific server last month. is there a way to check via a command line? thanks (9 Replies)
Discussion started by: lhareigh890
9 Replies

9. AIX

High CPU utilization

Hi am facing high cpu utilization on my sybase server. I have P550 Number Of Processors: 4 Processor Clock Speed: 1656 MHz CPU Type: 64-bit Kernel Type: 32-bit LPAR Info: 1 65-D837E Memory Size: 7840 MB in topas it shows Name PID CPU% PgSp Owner dataserv 565264 ... (1 Reply)
Discussion started by: vjm
1 Replies

10. Solaris

High CPU Utilization

Good morning, I need some help figuring out what's eating up my cpu. My application can't get enough cpu to do its job. this is a sunfire V440 2CPU's at 1/593 GHZ with 8GB of memory. In the morning hours the box is at less than 3%. I can't figure out what else is using the CPU. We use foglight and... (2 Replies)
Discussion started by: bbouhaik
2 Replies
Login or Register to Ask a Question