search for: nethogs

Displaying 4 results from an estimated 4 matches for "nethogs".

Did you mean: methods
2014 Dec 03
5
partedmagic connecting to a comcast address
i have been noticing a short connection burst in system monitor every time i connect to internet. i got curious and decided to run wireshark to see what was happening. seems that i am connecting to 96.195.141.178 with destination of "PartedMagic". this seemed strange because i do not have PartedMagic installed, so i ran a 'whois' check. this is what it showed: IP Location
2014 Dec 03
0
partedmagic connecting to a comcast address
...ffic with tcpdump or wireshark and analyze it. What type of traffic is it? (transport layer protocol, as well as application protocol -- ex: HTTP is TCP port 80) Are there any DNS queries that happen prior to the spike? Use wireshark to capture them and that might give a clue. You could also use nethogs to diagnose and determine what program is causing the spike. http://nethogs.sourceforge.net/ -- ---~~.~~--- Mike // SilverTip257 //
2019 Apr 16
2
Measure network bandwidth per process
Hi, Is there a way to measure network bandwidth per process in CentOS Linux release 7.6.1810 (Core) using any utility? I was reading about nethogs but it does not have the option to run it in daemon mode so that we can take a look at historical data to figure out the process which was consuming high network bandwidth instead it is a good tool for Live monitoring. Please suggest. Thanks in Advance. Best Regards, Kaushal
2019 Apr 18
0
Measure network bandwidth per process
On Tue, Apr 16, 2019 at 10:30 PM Kaushal Shriyan <kaushalshriyan at gmail.com> wrote: > Hi, > > Is there a way to measure network bandwidth per process in CentOS Linux > release 7.6.1810 (Core) using any utility? I was reading about nethogs but > it does not have the option to run it in daemon mode so that we can take a > look at historical data to figure out the process which was consuming high > network bandwidth instead it is a good tool for Live monitoring. > > Please suggest. Thanks in Advance. > > Best Regar...