vBulletin Search Engine Optimization
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
AIX Gurus,
One of my customers complained of wait process running on TOP. Can anyone help me out on how to trace which process or program is causing this. I checked exexuting ps aux that shows again wait consuming memory and the user is root. Thanks, Gowrish |
|
|||
|
On 2008-01-16, [email protected] <[email protected]> wrote:
> One of my customers complained of wait process running > on TOP. Can anyone help me out on how to trace which process or > program is causing this. I checked exexuting ps aux that shows again > wait consuming memory and the user is root. If you have many "wait" processes using CPU, you could have bought a smaller machine. ![]() A "wait" process will run on each CPU when that CPU doesn't have any work to do. -- Jurjen Oskam Savage's Law of Expediency: You want it bad, you'll get it bad. |
|
|||
|
[email protected] wrote:
> AIX Gurus, > One of my customers complained of wait process You customer should be rather pleased to learn that this is the kernel process that gets scheduled during idle CPU cycles. The more you see it, the less busy your system is CPU-wise. Niel |