Mercurial > hg > Database > jungle-test-scripts
view scripts/killLogupdate.sh @ 8:8a33595a0d8c
add tree.rb
author | suruga |
---|---|
date | Wed, 07 Feb 2018 19:31:33 +0900 |
parents | b3df5f0ce4fb |
children |
line wrap: on
line source
#!/bin/sh ps agx | grep logupdate | grep -v grep | grep -v killLogupdate | perl -le 'while (<>){if (/(\d+)/){print "kill -9 $1"}}' | sh & ps agx | grep TopologyManager | grep -v grep | grep -v killLogupdate | perl -le 'while (<>){if (/(\d+)/){print "kill -9 $1"}}' | sh