man netstat -a
netstat -s
네트웍 통계를 보여준다.
active connections openings : 이 서버가 다른 곳에 접속한 횟수
passive connection openings : 다른 서버가 이 곳에 접속한 횟수
packets received, packets sent : 주고 받은 패킷 수
TCPLostRetransmit, TCPFastRetrans : 재전송
트래픽이 매우 크고 TCP lost나 retrans가 많다면 네트웍에 이상이 있거나 대역폭이 부족한 것이다.
netstat -a
listening socket과 non-listening socket의 정보를 보여준다.
(state : listening, established, time_wait, syn_sent, syn_recv, fin_wait1, closing 등..)
netstat -a --tcp : tcp만 보여준다.
netstat -a --udp : udp만 보여준다.
netstat -an : 포트번호를 숫자로 보여준다.(well-known port를 변환해서 보여주지 않는 다.)
댓글 없음:
댓글 쓰기