NetworkMiner is recommended for cybersecurity analysts, network administrators, and IT professionals who need a reliable solution for network traffic analysis and forensic investigation. It is also beneficial for educators and students in computer science and cybersecurity fields looking to understand network protocols and analysis methods.
Based on our record, Nethogs seems to be more popular. It has been mentiond 5 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I'm not sure how it works beyond that it reads /proc, but whatever it does it uses a whole lot more compute than nethogs does (which also displays per process and also uses /proc as the information source). This is fine for most of my machines, but for lower-specced machines I'll probably have to stick with nethogs[1] [1]: https://github.com/raboof/nethogs. - Source: Hacker News / over 1 year ago
Nethogs(rpm) is a much simpler solution. It's also available on the repos. Source: over 2 years ago
Ngrep is ok, I just use nethogs, nmap and tcpick, and tcpdump with termshark for most network analysis. Source: over 2 years ago
Hello. I'm running linux mint at the moment. And I use a program that check the network sometimes that's called nethogs. https://github.com/raboof/nethogs. Source: about 4 years ago
I think nethogs might do this if I'm looking at the screenshot properly. Bandwhich appears to show what's being connected to on a per-process basis. Source: about 4 years ago
Wireshark - Wireshark is a network protocol analyzer for Unix and Windows. It lets you capture and interactively browse the traffic running on a computer network.
tcpdump - tcpdump is a common packet analyzer that runs under the command line.
iftop - iftop does for network usage what top(1) does for CPU usage.
SmartSniff - SmartSniff is a packet sniffer that capture TCP/IP packets and display them as sequence of conversations between clients and servers.
nload - Monitor network traffic and bandwidth usage in real time
netcat - Netcat is a featured networking utility which reads and writes data across network connections...