![]() |
|
|
|
|
|||||||
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Looking for monitor/top | pavelmac | UNIX for Dummies Questions & Answers | 1 | 09-27-2005 08:12 PM |
| How to monitor pty | l-roner | AIX | 2 | 07-08-2005 07:17 AM |
| PC monitor | mangolinux | SUN Solaris | 1 | 02-14-2005 12:58 PM |
| Sun Monitor | Jai | UNIX for Dummies Questions & Answers | 8 | 12-13-2001 09:12 AM |
| Monitor Resoltuion | ajnabi | UNIX for Advanced & Expert Users | 9 | 12-11-2001 12:31 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
monitor aix bottleneck
Hi All,
I would like to create a script that will monitor the server if it's heavy on the processing. I have already some scripts for monitoring disk capacity, application monitoring, etc but not on the bottleneck of the server processing. I don't know which one to measure/query. Can you give me some hints? It's my first time I got bottelneck on the server when I run mksysb and it's year-end with the user. Thanks in advance, itik |
| Forum Sponsor | ||
|
|
|
|||
|
There are several places bottlenecks can occur, so I'd start to make a list of things the script should watch in you place:
1) memory - monitor output of "vmstat" 2) processor - monitor output of "vmstat" 3) disk I/O - monitor output of "iostat" 4) network traffic - monitor output "entstat" and compare the increasing numbers 5) swapping - monitor output of "lsps" and/or "vmstat" I hope this helps. bakunin |
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|