다음 명령
[root@machine1 output]# netstat -s --udp
IcmpMsg:
InType0: 371137
InType3: 296
InType8: 386843
InType11: 4
InType13: 141
InType15: 1
InType17: 49
InType37: 16
OutType0: 386783
OutType3: 32599
OutType8: 362140
OutType14: 81
OutType69: 9453
Udp:
817280 packets received
35616 packets to unknown port received.
0 packet receive errors
719370 packets sent
0 receive buffer errors
0 send buffer errors
UdpLite:
IpExt:
InBcastPkts: 164884
InOctets: 183199850306
OutOctets: 262639339161
InBcastOctets: 86010324
InNoECTPkts: 180536251
InECT0Pkts: 7283
[root@machine1 output]#
817280
모든 UDP 포트에서 초당 수신된 패킷 수를 제공합니다 ( ).
하지만 특정 UDP 포트 514에서 수신된 패킷만 알고 싶습니다.
환경: RHEL 7.x
[root@machine1 output]# netstat -an | grep 514
udp 0 0 0.0.0.0:514 0.0.0.0:*
netstat
UDP 포트 514에서 수신된 패킷을 이해하는 데 사용할 수 있는 옵션은 무엇입니까 ? 단위시간당...