Performance Monitor monitoring packets received on specific port?

Performance Monitor monitoring packets received on specific port?

We're using dozens of ports to receive hundreds of UDP connections per second (each connection is one packet) from gps devices. The programs that do the listening are poorly written and don't log any kind of stats. Performance monitor will let us watch the number of packets for an entire nic but we're hoping to see if it's possible to see how many packets are coming in on a particular port.

Can performance monitor do that? Is anything else capable of this without disrupting the network? I think Wireshark could, but it would have to interrupt in order to set itself up as a proxy right? This is a production environment, we don't want to drop a single packet if we can avoid it.

相关内容