wangzhengquan
2021-02-05 31b6fc52f49449189e31e13626c392d4c576c833
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