Re: [brutus] dead processes

2004-11-28 Thread Leo Simons
killed 3 dozen or so this time. Needed to send SIGKILL to some stuff.
- LSD
Leo Simons wrote:
[EMAIL PROTECTED]:~$  ps aux | grep gump | grep -v tomcat | egrep \
 'May|Jun'  dead-processes.txt
[EMAIL PROTECTED]:~$ cat dead-processes.txt | grep -c ''
81
# 81 process that have been lying around since june 13. Not good.
[EMAIL PROTECTED]:~$ cat dead-processes.txt | egrep -o 'gump +[0-9]+' \
| egrep -o '[0-9]+' | xargs sudo /sbin/kill
[EMAIL PROTECTED]:~$  ps aux | grep gump | grep -v tomcat | egrep  \
 'May|Jun'  dead-processes.txt
[EMAIL PROTECTED]:~$ cat dead-processes.txt | grep -c ''
[EMAIL PROTECTED]:~$
# I'm tempted to put up a crontab that kills these processes. WDYT?
- LSD
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [brutus] dead processes

2004-06-23 Thread Adam R. B. Jack
 # I'm tempted to put up a crontab that kills these processes. WDYT?

We've not found a good way to kill them from Python, so why not. Could we
get a mail (or report file somewhere) of what was killed?

regards

Adam


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [brutus] dead processes

2004-06-23 Thread Adam R. B. Jack
BTW: One of the 'admin to-do's is to see (not sure how) if Brutus is happy
or dogging. While you are in there, mind keeping an eye out? I think the
'slowness' is Python Gump leaking (and some stray CPU intensive paths that
Python let's one code so fast/easily ;-) but it'd be nice to know from an OS
perspective.

Thanks in advance, and hope this activity means you are invincible (or
invisible :).

regards,

Adam
- Original Message - 
From: Leo Simons [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 23, 2004 11:22 AM
Subject: [brutus] dead processes


 [EMAIL PROTECTED]:~$  ps aux | grep gump | grep -v tomcat | egrep \
  'May|Jun'  dead-processes.txt
 [EMAIL PROTECTED]:~$ cat dead-processes.txt | grep -c ''
 81

 # 81 process that have been lying around since june 13. Not good.

 [EMAIL PROTECTED]:~$ cat dead-processes.txt | egrep -o 'gump +[0-9]+' \
 | egrep -o '[0-9]+' | xargs sudo /sbin/kill
 [EMAIL PROTECTED]:~$  ps aux | grep gump | grep -v tomcat | egrep  \
   'May|Jun'  dead-processes.txt
 [EMAIL PROTECTED]:~$ cat dead-processes.txt | grep -c ''
 [EMAIL PROTECTED]:~$

 # I'm tempted to put up a crontab that kills these processes. WDYT?

 - LSD

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]