no change
CPUPERCENT=90
process running 90+ cpu but not killed
watcher running
cpu information, "ps" instead of "top" command, we could not draw?
because the "ps" the information coming from the same userdir have more than one
example; output of
ps aux | egrep "^[^ ]* *$PID" | sed -e "s/ +/ /"
onur 30471 0.0 0.0 24820 1180 ? Ss Dec06 0:00 SCREEN -c /home/onur/.screenrc-a2s-cstrike-18-27015 -mdLS a2s-2-onur-212.175.66.109-27015 bash -c ./srcds_run -console ip 212.175.66.109 -port 27015 -game cstrike -dir /home/onur/212.175.66.109-27015/srcds_ns +map de_dust2 +maxplayers 22 -tickrate 66 +sv_stats 0
onur 30475 0.0 0.0 10336 1504 pts/8 Ss+ Dec06 0:00 /bin/sh ./srcds_run -console ip 212.175.66.109 -port 27015 -game cstrike -dir /home/onur/212.175.66.109-27015/srcds_ns +map de_dust2 +maxplayers 22 -tickrate 66 +sv_stats 0
onur 30489
6.9 1.4 293844 153660 pts/8 Sl+ Dec06 189:15 ./srcds_i686 -console ip 212.175.66.109 -port 27015 -game cstrike -dir /home/onur/212.175.66.109-27015/srcds_ns +map de_dust2 +maxplayers 22 -tickrate 66 +sv_stats 0
here, "cpu" value 6.9 but
top -c output;
30489 onur -99 0 286m 150m 16m S
16 1.5 189:22.36 ./srcds_i686
here, "cpu" value is 16
:/