[kill_cnpkmodule] typo
darcs-hash:20090723155014-bd074-cb316b3c0ead025038e65b9da7f62aeab14fbe3c.gz
This commit is contained in:
parent
1742897c20
commit
e5d6982a1e
1 changed files with 1 additions and 2 deletions
|
@ -9,5 +9,4 @@
|
||||||
# de cnpkmodule avec un time supérieur à 60 minutes
|
# de cnpkmodule avec un time supérieur à 60 minutes
|
||||||
|
|
||||||
ps ax | grep cnpkmodule | \
|
ps ax | grep cnpkmodule | \
|
||||||
perl -nle '/(\d*)\s+([^\s]*\s*){2}(\d*)/; \
|
perl -nle '/(\d*)\s+([^\s]*\s*){2}(\d*)/; if ($3 > 60) {kill 9, $1; print "cnpkmodule was killed"}'
|
||||||
if ($3 > 60) {kill 9, $1; print "cnpkmodule was killed"}'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue