Linux面试整理(二) 1、查看http的并发请求数及其TCP连接状态; netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}' 2、用tc... 09/29Linux扩展Linux笔试