wangzhengquan
2021-02-05 14c345b38d57fd814f217eb8465963a08ca79f7e
test_net_socket/net_mod_socket.sh
@@ -53,6 +53,11 @@
    
}
function stop() {
   ps -ef | grep -e "test_net_mod_socket" -e "heart_beat"| awk  '{print $2}' | xargs -i kill -15 {}
}
function close() {
   ps -ef | grep -e "test_net_mod_socket" -e "heart_beat"| awk  '{print $2}' | xargs -i kill -9 {}
   ipcrm -a