does it usually indicate problems/bottleneck with the disks when the wait cpu% is high?
get this from ps on one of our AIX boxes:
$ ps -Ao pcpu,pmem,vsz,comm,user | head -10
%CPU %MEM VSZ COMMAND USER
0.0 0.0 64 swapper root
0.0 0.0 844 init root
14.0 0.0 48 wait root
14.3 0.0 48 wait root
14.5 0.0 48 wait root
14.4 0.0 48 wait root
14.4 0.0 48 wait root
14.3 0.0 48 wait root
0.0 0.0 48 wait root
what does a high number of VSZ indicate?
user@machine:/home/siho> ps aux | head -1; ps aux | sort -rn +3 | head
USER PID %CPU %MEM SZ RSS TTY STAT STIME TIME COMMAND
u_nlag 1077278 0.1 1.0 60960 31704 - A Aug 27 21:09 java -DbrCommon
u_nlag 1015910 0.1 1.0 70656 48336 - A Aug 29 11:54 java -DbrCommon
u_nlag 1003704 0.1 1.0 44608 24152 - A Aug 29 14:06 java -DbrCommon
u_nlag 970826 0.1 1.0 71008 46284 - A Aug 29 11:38 java -DbrCommon
u_nlag 831566 0.1 1.0 74644 43896 - A Aug 29 14:57 java -DbrCommon
u_nlag 807156 0.1 1.0 43988 27092 - A Aug 29 14:49 java -DbrCommon
u_nlag 630918 0.1 1.0 45288 28564 - A Aug 30 18:29 java -DbrCommon
could the java processes affect overall performance?
get this from ps on one of our AIX boxes:
$ ps -Ao pcpu,pmem,vsz,comm,user | head -10
%CPU %MEM VSZ COMMAND USER
0.0 0.0 64 swapper root
0.0 0.0 844 init root
14.0 0.0 48 wait root
14.3 0.0 48 wait root
14.5 0.0 48 wait root
14.4 0.0 48 wait root
14.4 0.0 48 wait root
14.3 0.0 48 wait root
0.0 0.0 48 wait root
what does a high number of VSZ indicate?
user@machine:/home/siho> ps aux | head -1; ps aux | sort -rn +3 | head
USER PID %CPU %MEM SZ RSS TTY STAT STIME TIME COMMAND
u_nlag 1077278 0.1 1.0 60960 31704 - A Aug 27 21:09 java -DbrCommon
u_nlag 1015910 0.1 1.0 70656 48336 - A Aug 29 11:54 java -DbrCommon
u_nlag 1003704 0.1 1.0 44608 24152 - A Aug 29 14:06 java -DbrCommon
u_nlag 970826 0.1 1.0 71008 46284 - A Aug 29 11:38 java -DbrCommon
u_nlag 831566 0.1 1.0 74644 43896 - A Aug 29 14:57 java -DbrCommon
u_nlag 807156 0.1 1.0 43988 27092 - A Aug 29 14:49 java -DbrCommon
u_nlag 630918 0.1 1.0 45288 28564 - A Aug 30 18:29 java -DbrCommon
could the java processes affect overall performance?