UNIX/AIX Performance Tuning = some basics please


 
Thread Tools Search this Thread
Operating Systems AIX UNIX/AIX Performance Tuning = some basics please
# 1  
Old 09-18-2010
UNIX/AIX Performance Tuning = some basics please

Hi all,

From Googling, I found that the basics used for troubleshooting UNIX/AIX performance issues are commands like vmstat, iostat and sar. I believe these are generic commands regardless of what UNIX flavour is in used, only difference being is the format of the output.

In a real case scenario, you will not be allowed to install anything when a customer rang wanting you to check/troubleshoot performance issues. Are these commands "sufficient" enough to check/troubleshoot performance issues?

BTW, is there any best practice specific to AIX that's known to cause performance issues?

Thanks in advance.
# 2  
Old 09-18-2010
Well it all depends on what your tracking down but AIX has many performance utilities. vmstat/iostat/uptime are great for any system if you understand the output and can give you a quick snapshot of the system. To name a few other utilities check out svmon, topas, nmon(nice but not installed by default), lsps,entstat,fileplace,filemon. There are several AIX redbooks dedicated to performance tunning and troubleshooting. Infocenter is a great reference also.

also - a great way to know if there a performance issue is to have historical data. If you dont' know what normal looks like then your job is much harder. For example you may think the server has high CPU usage but it might be acceptable and the norm for that load.


check out the perfpmr utility. ftp://ftp.software.ibm.com/aix/tools/perftools/perfpmr

Last edited by frank_rizzo; 09-18-2010 at 12:37 AM.. Reason: added txt
# 3  
Old 09-18-2010
Have a look here for memory, cpu, network and disk IO. These explain the generic AIX commands and tools rather well.

Apart from that search in the forums for memory tuning and performance and you will find a lot of threads explaining you what to do and how to do it.

Hope this helps,
kind regards
zxmaus
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. Shell Programming and Scripting

Single command for add 2 columns and remove 2 columns in unix/performance tuning

Hi all, I have created a script which adding two columns and removing two columns for all files. Filename: Cust_information_1200_201010.txt Source Data: "1","Cust information","123","106001","street","1-203 high street" "1","Cust information","124","105001","street","1-203 high street" ... (0 Replies)
Discussion started by: onesuri
0 Replies

4. AIX

How to do Performance monitoring and tuning in AIX

How to do Performance monitoring and tuning in AIX. (2 Replies)
Discussion started by: AIXlearner
2 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. SCO

SCO unix server performance tuning

Hello, Can someone share his experience with SCO unix server performance tuning? - how to make some performance analysis - how to tune up a server for better performance Thank you! (0 Replies)
Discussion started by: forumuser7
0 Replies

7. 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

8. 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

9. 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

10. 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
Login or Register to Ask a Question