Sponsored Content
Operating Systems AIX Performance issue / tuning advice Post 302480489 by firefox111 on Wednesday 15th of December 2010 04:48:32 AM
Old 12-15-2010
Performance issue / tuning advice

Please take a look at this system and give your analysis / advice. Can it be tuned to get a better performance?
We are not getting more hardware ressources at the moment.
We have to live with what we have. Application running on the system is SAS. OS is AIX 6.1
Let me know if you need output of more commands...

Code:
# vmstat -w 1 20

System configuration: lcpu=6 mem=20480MB ent=3.00

 kthr          memory                         page                       faults                 cpu
------- --------------------- ------------------------------------ ------------------ -----------------------
  r   b        avm        fre    re    pi    po    fr     sr    cy    in     sy    cs us sy id wa    pc    ec
 22  19    3579818      86874     0     0     0 67844 123310     0 10913  32142 85599 49 49  0  2  2.94  97.9
 26  18    3580751      87123     0     0     0 67666  93373     0  8490  26159 132536 48 45  0  7  2.80  93.5
 28  15    3582827      87089     0     0     0 76540 144681     0 11421  34167 101260 48 50  0  2  2.96  98.5
 26  19    3584824      87106     0     0     0 75337 127281     0 10684  33874 119796 49 50  0  1  2.98  99.2
 50   8    3585697      87109     0     0     0 92728 140676     0  9537  33579 85175 50 49  0  2  2.95  98.4
 35   7    3586172      88186     0     0     0 77249 136529     0 12591  31836 89203 46 53  0  1  2.97  99.0
 24  20    3588964      87137     0     0     0 73329 136712     0 11062  28124 76413 50 48  0  2  2.98  99.2
 42  13    3589926      87094     0     0     0 78307 123497     0  9240  29060 106892 52 48  0  1  2.99  99.7
 35  13    3585537      87208     0     0     0 69645 141586     0 10055  24548 87894 42 52  0  6  2.83  94.5
 35   9    3596513      87645     0     0     0 28480  44099     0  6482  41033 45360 51 49  0  0  3.00  99.9
 56   5    3567954      87653     0     0     0 56711 124429     0  7532  40724 13891 48 52  0  0  3.00 100.0
 51   9    3566138      86282     0     0     0 83624 126816     0  7582  48011 14971 46 54  0  0  3.00 100.1
 29  12    3527596      87942     0     0     0 59565  86520     0 10428  35858 22459 45 55  0  0  3.00  99.9
 43   9    3519915      89237     0     0     0 74838 130716     0  7460  30086 23766 51 49  0  0  3.00 100.2
 47   4    3519288      86889     0     0     0 65930  78800     1  8244  36199 18878 51 49  0  0  3.00 100.1
 38   5    3498940      87741     0     0     0 59209 136282     0 10774  34718 66311 47 50  0  2  2.93  97.7
 55   5    3509379      87351     0     0     0 89311 141676     0  8963  37806 42990 52 48  0  0  3.00 100.1
 38   8    3518601      87748     0     0     0 89609 119495     0  9635  38512 106600 52 47  0  1  2.98  99.4
 39   6    3525575      88857     0     0     0 84893 151599     0  8268  29233 118665 52 47  0  1  2.98  99.2
 36   8    3533680      87521     0     0     0 89532 145853     0  9447  35574 79352 51 48  0  0  2.99  99.8

Code:
#vmstat -v
              5242880 memory pages
              5060608 lruable pages
                89262 free pages
                    1 memory pools
              1534573 pinned pages
                 80.0 maxpin percentage
                  3.0 minperm percentage
                 90.0 maxperm percentage
                 28.6 numperm percentage
              1448701 file pages
                  0.0 compressed percentage
                    0 compressed pages
                 28.6 numclient percentage
                 90.0 maxclient percentage
              1448701 client pages
                    0 remote pageouts scheduled
                  260 pending disk I/Os blocked with no pbuf
               731746 paging space I/Os blocked with no psbuf
                 2484 filesystem I/Os blocked with no fsbuf
                    0 client filesystem I/Os blocked with no fsbuf
            596244370 external pager filesystem I/Os blocked with no fsbuf


Last edited by pludi; 12-15-2010 at 06:14 AM.. Reason: quote -> code
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Performance tuning.

can someone tell me a good site to go to in order to learn this. please do not recommen nay books because i dont have interest in that. if you know of any good sites with good straight forward explanation on how to split loads on machines that has excessive loading, please let me know Also,... (1 Reply)
Discussion started by: TRUEST
1 Replies

2. Filesystems, Disks and Memory

EXT3 Performance tuning

Hi all, long time ago I posted something, but now, it is needed again :( Currently, I am handling with a big NFS Server for more than 200 clients, this sever has to work with 256 NFSDs. Because of this huge amount of NFSDs, there are thousands of small write accesses down to the disk and... (3 Replies)
Discussion started by: malcom
3 Replies

3. UNIX for Dummies Questions & Answers

Performance Tuning

Hi to all, I'm interested in finding an introduction about Performance Tuning under Unix (or Linux); can somebody please point me in the right direction? Best regards (1 Reply)
Discussion started by: domyalex
1 Replies

4. Shell Programming and Scripting

Oracle-performance tuning

Sorry, This is out of scope of this group.But I require the clarification pretty urgently. My Oracle database is parallely enabled. Still,in a particular table queries do not work "parallely" always. How is this? (9 Replies)
Discussion started by: kthri
9 Replies

5. Shell Programming and Scripting

Performance Tuning

Hi All, In last one week, i have posted many questions in this portal. At last i am succeeded to make my 1st unix script. following are 2 points where my script is taking tooooo long. 1. Print the total number of records excluding header & footer. I have found that awk 'END{print NR -... (2 Replies)
Discussion started by: Amit.Sagpariya
2 Replies

6. UNIX for Advanced & Expert Users

Performance diagnosis & tuning

Hi, I am facing a strange issue. Application is deployed in a cluster with 2 Unix nodes (with same configuration). On one node the application is working fine but on another node we see this behavior I found using vmstat- when the server is not yet started everything is OK; when you start the... (3 Replies)
Discussion started by: ash.abrol
3 Replies

7. Solaris

Solaris Performance tuning

Dear all, I have a Local zone , where users feel that performance is not good. Is it wise to collect the inputs from the local zone rather than taking from the global zone. And also Can I tune from Global zone , so that it will reflect in local zone. Rgds rj (2 Replies)
Discussion started by: jegaraman
2 Replies

8. Tips and Tutorials

The Most Incomplete Guide to Performance Tuning

Overview: Introduction What Does Success Mean? What Does Performance Mean? Every Picture is Worth a Thousand Words Work Like a Physicist Work Like You Walk - One Step at a Time Learn to Know Your System Choose Your Weapons! Tools of the Trade 1 - vmstat A Little Theory Along the Way -... (1 Reply)
Discussion started by: bakunin
1 Replies

9. AIX

IBM AIX I/O Performance Tuning

I have a IBM Power9 server coupled with a NVMe StorWize V7000 GEN3 storage, doing some benchmarks and noticing that single thread I/O (80% Read / 20% Write, common OLTP I/O profile) seems slow. ./xdisk -R0 -r80 -b 8k -M 1 -f /usr1/testing -t60 -OD -V BS Proc AIO read% IO Flag IO/s ... (8 Replies)
Discussion started by: c3rb3rus
8 Replies
All times are GMT -4. The time now is 02:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy