I use a good program: nethogs,is like a "top" for tcp traffic someone know something similar for udp? I want to see the udp bandwitch used by program
Asked
Active
Viewed 3,132 times
2 Answers
5
I compiled the last nethogs from the github repo and I found that they added UDP too:
nethogs -h
-C : capture TCP and UDP.
just download the master folder from github and do make
to test it...

Badr Elmers
- 442
-
Thanks, this made it show traffic more realistically for me. It shows Zoom's traffic though as
root unknown UDP
. – SaTa Oct 02 '20 at 20:05 -
Excellent. I was wondering whether a certain computer would be getting the UDP heavy load and it does... I can see it reaches 2Mb/s on that port as well. – Alexis Wilke Jan 01 '21 at 23:31
2
You can use ntop
:
ntop - display top network users
Also :
ntop shows the current network usage. It displays a list of hosts that are currently using the network and reports information concerning the (IP and non-IP) traffic generated and received by each host. ntop may operate as a front-end collector (sFlow and/or netFlow plugins) or as a stand-alone collector/display program. A web browser is needed to access the information captured by the ntop program.

PersianGulf
- 10,850
-
1I only found
ntopng
in www.ntop.org. It's difficult to install and use. I quit. The application might have changed. – Rick Mar 26 '23 at 15:47
iptraf
, It's very powerful. – PersianGulf Apr 21 '15 at 19:44