微信扫一扫
netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'
NOde1
Node2
Node3
Master节点正常
相关推荐