user1903439
user1903439

Reputation: 2001

Received udp data rate measurement

I want to measure the udp packets rate which I receive on my pc on a particular port. Is there any application which can show the received udp throughput and its variation with the passage of time.

Upvotes: 3

Views: 1146

Answers (1)

Davide Berra
Davide Berra

Reputation: 6568

You can try to sniff the traffic on your host with Wireshark, filter by a certain UDP port and then access to the statistical menu.

Look at this example output:

enter image description here

Follow this link for a brief explanation of Wireshark statical capabilities: Wireshark Statistics

Upvotes: 4

Related Questions