Should web-based system manager be running when not in use?
- From: "bd" <dalestubblefield@xxxxxxxxx>
- Date: 30 Mar 2007 13:49:06 -0700
My top three process that are hogging the CPU are wsmexec. (Actually,
they look like this:
root 53420 1 40 Mar 14 - 7828:13 /usr/websm/bin/wsmexec /
bin/ksh -c set -ua?##---- Begin Variables ----##?VimNAME='default'?
VimCLASS='default'?##---- End Variables ----##?? ( (/usr/sbin/lsjfs
| sed 1,1d | awk -F: 'BEGIN {FS=":"} {print
$1,$2,$6,$7,$15,$16,"jfs","unmounted"}' ) ; (/usr/sbin/lsjfs2 | sed
1,1d | awk -F: 'BEGIN {FS=":"} {print $1,$2,$6,$7,"no","false","jfs2"}
') ; echo "-" ; (df -k | awk '{print $7,$3,$4}' )) | awk ' BEGIN
{m="n"} {if ($0 == "-") {m="y"};if (m == "n") {t1[$1]=$2;t2[$1]=
$3;t3[$1]=$4;t4[$1]=$5;t5[$1]=$6;t6[$1]=
$7;t7[$1]="-";t8[$1]="-";t9[$1]=$8} else {t7[$1]=$2;t8[$1]=
$3;t9[$1]="mounted"}} END { for (i in t1) {print
i,":",t1[i],":",t2[i],":",t3[i],":",t4[i],":",t5[i],":",t6[i],":",t7[i],":",t8[i],":",t9[i],":"} }'
| while read line? do??echo "$line" | wsmoutput -header
"VimNAME:mountpoint:size:options:compressed:bigfile:vfs:free:used:mounted:"?
done?
Should this process be running even when I am not using the Web-Based
System Manager?
If so, I would like to kill the process (literally) to free up the
CPU.
Thanks,
Dale
.
- Prev by Date: Memory leak on AIX 5.3
- Next by Date: Re: I have sinned, need a guru, not a priest.
- Previous by thread: Memory leak on AIX 5.3
- Next by thread: AIX 4.2.1.0 add pv to rootvg
- Index(es):
Relevant Pages
|