AIX server running very slow


 
Thread Tools Search this Thread
Operating Systems AIX AIX server running very slow
# 1  
Old 04-30-2014
AIX server running very slow

Hello,

All the commands on AIX are running very slow.

Below is few stats but I didn't find any issue in cpu or memory reosurces

Code:
vmstat

System configuration: lcpu=4 mem=6144MB ent=1.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
 7  1 1414375 14796   0   0   0   0    0   0  17 2747 8531  1  1 98  0  0.01   1.4


Code:
Topas Monitor for host:amdc-mgts23lp-ux03       EVENTS/QUEUES    FILE/TTY
Wed Apr 30 13:25:52 2014   Interval:2           Cswitch  136.1K  Readch   568.6K
                                                Syscall    4678  Writech   38236
CPU     User% Kern% Wait% Idle%   Physc  Entc%  Reads      2775  Rawin         0
Total    41.7  37.9  10.0  10.4    1.78 177.63  Writes       86  Ttyout      502
                                                Forks         3  Igets         0
Network    BPS  I-Pkts  O-Pkts    B-In   B-Out  Execs         3  Namei       262
Total    16.3K   108.5   111.5   8.12K   8.20K  Runqueue   4.00  Dirblk        0
                                                Waitqueue   1.5
Disk    Busy%      BPS     TPS  B-Read  B-Writ                   MEMORY
Total     0.0    14.0K    3.50       0   14.0K  PAGING           Real,MB    6144
                                                Faults    50303  % Comp     92
FileSystem          BPS    TPS  B-Read  B-Writ  Steals        0  % Noncomp   7
Total              646K  2.72K    611K   34.7K  PgspIn        0  % Client    7
                                                PgspOut       0
Name           PID  CPU%  PgSp Owner            PageIn    49149  PAGING SPACE
mmkproc     6619222 28.1  448K root             PageOut       0  Size,MB   10112
db2sysc    10682452 28.1 14.1M conxinst         Sios      49156  % Used      0
getty       5243128  0.0  588K root                              % Free    100
db2fmp     10485842  0.0 8.32M conxinst         NFS (calls/sec)
random      4391098  0.0  448K root             SerV2         0  WPAR Activ    0
topas      14155864  0.0 3.28M db2inst1         CliV2         0  WPAR Total    0
sshd       18743354  0.0  808K db2inst1         SerV3         0  Press: "h"-help
mmkproc     6226032  0.0  448K root             CliV3         0         "q"-quit
mmkproc     7733262  0.0  448K root
db2sysc    15269894  0.0  945M db2inst1
db2sysc    13631594  0.0 2.27M root
vtiol        720918  0.0  512K root
syncd       2425054  0.0  596K root
db2fmcd     7798816  0.0 1.37M root
java        4718790  0.0 66.8M root
IBM.GblR    9633842  0.0 3.68M root
dsmc       17760268  0.0 22.2M root
mmfsd64     7864416  0.0  105M root
adclient    4456638  0.0 5.63M root
ksh         7143484  0.0  528K root


Best regards,
Vishal
# 2  
Old 05-01-2014
All the commands? Can you clarify a little? Slow in what way? Do you want me to debug your issue from the output of two commands without knowing what workload you are running?

Is it oracle queries are slow, opening files, counting to a million or a script that has a 10 minute wait in it?

You have a few possibilities that spring to mind straight away:-
CPU is idle according to the vmstat output, but this is the average since last boot. If you have not had a boot for a while, this figure is less useful. Try vmstat 3 3 and have a look at the output for that. It will give you 3 lines, cumulative average since boot, then the difference after 3 seconds and then the difference a further 3 seconds from the second line. Read the manual page for vmstat and explore the other options to see if that gives you anything.

Still with the vmstat, that shows you are not paging, which is a double edged sword. You performance is not hindered, but you have unused real memory.


The nmon output conflicts with this though. Here, you can see two processes using ~30% CPU each and you are waiting for IO too and paging.

What do these suggest to you?




Robin
# 3  
Old 05-01-2014
The guy has been banned - he will not be able to answer anymore.
- Closing the thread -
These 4 Users Gave Thanks to zaxxon For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Need to check long running processes on the database server and the os is AIX

Hello, Please help me with a script with which I can check long running processes on the database server and the os is AIX. Best regards, Vishal (5 Replies)
Discussion started by: Vishal_dba
5 Replies

2. Shell Programming and Scripting

Slow Running Script (Reading 8000 lines)

Slow runnin script. The problem seems to be the sed calls. In summary the script reads list of users in file1. For each username search two files (file 1 & file2) for the username and get the value in the next line after "=". Compare these values with each other. If the same then output... (9 Replies)
Discussion started by: u20sr
9 Replies

3. UNIX for Dummies Questions & Answers

Ubuntu seems running slow!

Hello, My PC seems running slow: OS32 system, Pentium(R)4---2.40Ghz, 1GB RAM, 80GB HDI am running Ubuntu 11.10 (Oneiric Ocelot) alone in this box, which seems very slow to me. Is this normal? Compared with my other PC (Running XP) with 1.99GHz AMD Athlon 3200+, 2GB RAM,500GB HD, XP and Mint... (11 Replies)
Discussion started by: yifangt
11 Replies

4. AIX

ORACLE Database running slow on AIX ( nmon / topas )

Hello, How can I know if ORACLE Database is running slow due to Memory or due to processing power ? I have only Oracle Database running on a P4 with 4GB RAM. Could anyone suggest any tools which can help me determine exactly if it is memory issue or processor issue. (43 Replies)
Discussion started by: filosophizer
43 Replies

5. Solaris

Slow while running a command for the first time

I am facing a performance problem on a Solaris 10 Sparc V890 server, it is an old one I know. The first time we realized there is a problem with the server, is the time when ftp transfers are made. There were 4 other identical servers doing much better. Network drivers are checked and there... (3 Replies)
Discussion started by: royalliege
3 Replies

6. Red Hat

postgresql issues - system running really slow

Hi All, I'm new here. i was wondering if anyone could shed a light on the problem i am having. I use a system for distributing broadband amongst users of for example a hotel, the system was designed by someone in the US and it is based on redhat 2.4 (i know its old) and the system uses... (3 Replies)
Discussion started by: clive306
3 Replies

7. UNIX for Dummies Questions & Answers

Unix is running slow??

All, This is my interview questions. Let me explain the question. Some one is asking me that, the unix server is running very slow. As a unix unix admin, what are the steps we should follow?? What/which process we should check?? What is the way to find the root cause ? Please let me know.... (8 Replies)
Discussion started by: govindts
8 Replies

8. HP-UX

SAM running slow

Any ideas on why SAM would take so long to load and initialize? (4 Replies)
Discussion started by: csaunders
4 Replies

9. SCO

Server running slow

Hi, Wonder is someone can help. I've got a server SCO_SV 3.2v5.0.7 PentIII that is located at a different site and is running slow and has been for a week. I've been speaking to a third party who say nothing is wrong with it but its still running slow. The 3rd party advise it could be a... (2 Replies)
Discussion started by: tez
2 Replies

10. Solaris

Solaris running very slow!!

Hi all, Solaris is working very slow as login to solaris takes time say after 10 to 15 mins we get the login prompt back after logging in as oracle account/other account. This causes most Batch run delays(DWHouse jobs) scheduled through cronjobs. Where should one look for such issues to... (3 Replies)
Discussion started by: a1_win
3 Replies
Login or Register to Ask a Question