摘要: 内存前十:ps aux | head -1; ps aux | sort -k4nr | head -10 ip连接数统计: netstat -tun | awk '{print $5}' | cut -d: -f1 |sort | uniq -c | sort -n 端口占用:lsof -i:80 阅读全文
posted @ 2020-05-15 14:32 Binz 阅读(359) 评论(0) 推荐(0)