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
2 Answers
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...
-
Thanks, this made it show traffic more realistically for me. It shows Zoom's traffic though as
root unknown UDP.SaTa– SaTa2020-10-02 20:05:37 +00:00Commented Oct 2, 2020 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– Alexis Wilke2021-01-01 23:31:22 +00:00Commented Jan 1, 2021 at 23:31
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.
-
1I only found
ntopngin www.ntop.org. It's difficult to install and use. I quit. The application might have changed.Rick– Rick2023-03-26 15:47:56 +00:00Commented Mar 26, 2023 at 15:47
iptraf, It's very powerful.