2016年9月26日 星期一

Windows / Linux 查詢連線數量(connections & sessions)

Linux:
看全部: netstat -aunt | wc -l
只看 TCP: netstat -ant | wc -l
只看 UDP: netstat -aut | wa -l
Windows:
只看TCP: netstat -an | find "TCP" /c
只看UDP: netstat -an | find "UDP" /c

參考網址:
http://ithelp.ithome.com.tw/questions/10045673

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。