My kernel usage is running up to 54%. What could that mean? What could be eating resources on this AIX 6.1.0.0 machine?

|
My kernel usage is running up to 54%. What could that mean? What could be eating resources on this AIX 6.1.0.0 machine?
|
|||||||
|
|
This most likely mean that the kernel spends a lot of time talking to devices, probably your disk and a reasonable cause could be swapping. You need to use an AIX System administration book to find the exact tools to identify exactly what is going on. If AIX has "sar" this is a very powerful tool, but otherwise "iostat" and "vmstat" will give you a good idea of what goes wrong, and you then have to figure out why this happens. |
|||
|
|
|
A single snapshot of CPU load isn't very useful, additionally we'd need to understand the configuration of the machine (is it an micro-partition, what's the entitled capacity, how many virtual CPU's, etc.) Ultimately, you need to investigate the issue using something like nmon (topas_nmon if your version of AIX has it built in). If the machine is truly 6.1.0.0 then you should also patch to a much, much more recent version of AIX before you worry too much about a single performance issue. So in summary - there's no where near enough information to reasonably answer your query. |
|||||||
|
|
I agree with the comments before about the lack of information. However read the IBM Redbooks about AIX Performance tuning. This should at least point you in the right direction. |
|||||
|