Originally posted by: kamesh.gowri
We are getting user process to 99%. We checked that one user is working with some java application. Intimated them to kill some process. Unfortunately some important app is running in server, so they were unable to kill process. For past 2 days server is in this state. Is there any other way to reduce the user process without killing pid ?
sar 1 3
System configuration: lcpu=4 mode=Capped
14:25:42 %usr %sys %wio %idle physc
14:25:43 99 1 0 0 2.00
14:25:44 99 1 0 0 2.00
14:25:45 99 1 0 0 2.00
Average 99 1 0 0 2.00
=====================
ps aux |grep wait
root 57372 0.5 0.0 384 384 - A Mar 07 14290:21 wait
root 61470 0.5 0.0 384 384 - A Mar 07 13898:14 wait
root 8196 0.0 0.0 384 384 - A Mar 07 1189:10 wait
root 53274 0.0 0.0 384 384 - A Mar 07 1118:18 wait
Thanks
Aravinth
#AIX-Forum