public marks

PUBLIC MARKS with tags command & network

10 January 2007 15:30

Linux 流量分析的指令 - Real-Blog

by realmip
在高流量的 Linux server 下分析流量十分有用,以下是幾個有用的指令: 1. 列出每個連線 IP 的連線數量: netstat -nta | fgrep "ESTABLISHED" | cut -b 49-75 | cut -d ':' -f1 | sort | uniq -c | sort -n -r –key=1,7 | head -25

PUBLIC TAGS related to tag command

analysis +   linux +   network +   server +  

Active users

realmip
last mark : 10/01/2007 15:38