查看当前pod连接数

netstat -n|awk '/^tcp/{++S[$NF]}END{for (key in S) print key,S[key]}'