<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Nethogs &#8211; Monitor Linux Network Traffic Usage Per Process	</title>
	<atom:link href="https://www.tecmint.com/nethogs-monitor-per-process-network-bandwidth-usage-in-real-time/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/nethogs-monitor-per-process-network-bandwidth-usage-in-real-time/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 02 Oct 2025 04:40:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/nethogs-monitor-per-process-network-bandwidth-usage-in-real-time/comment-page-1/#comment-2347239</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 02 Oct 2025 04:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2335#comment-2347239</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/nethogs-monitor-per-process-network-bandwidth-usage-in-real-time/comment-page-1/#comment-2347177&quot;&gt;Max&lt;/a&gt;.

@Max,

I get your frustration on Linux network monitoring, which can definitely feel like a mess compared to what people expect it should do out of the box. But to be fair, what you’re describing is possible, just not always obvious.

Tools like &lt;strong&gt;nethogs&lt;/strong&gt;, &lt;strong&gt;iftop&lt;/strong&gt;, &lt;strong&gt;bmon&lt;/strong&gt;, or &lt;strong&gt;bpftrace&lt;/strong&gt; can show you per-process bandwidth usage in real time. If you want historical data (like “&lt;strong&gt;what uploaded 4GB yesterday&lt;/strong&gt;”), you need something like &lt;strong&gt;vnstat&lt;/strong&gt; combined with &lt;strong&gt;iptables&lt;/strong&gt;/&lt;strong&gt;nftables&lt;/strong&gt; logging or even &lt;strong&gt;sysdig&lt;/strong&gt; with capture filters. 

The reason Linux doesn’t “&lt;strong&gt;just tell you&lt;/strong&gt;” is that applications often spawn subprocesses, share sockets, and communicate through libraries — so it’s harder to neatly label “&lt;strong&gt;this exact program uploaded X GB&lt;/strong&gt;” without deeper inspection. But the kernel and tools absolutely give you enough hooks to track it down if you configure them.

So yeah, it’s not perfect out of the box — but saying Linux and security shouldn’t be in the same sentence is a stretch. Most security pros rely on Linux because of the visibility and control it offers. It just has a steeper learning curve.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/nethogs-monitor-per-process-network-bandwidth-usage-in-real-time/comment-page-1/#comment-2347177">Max</a>.</p>
<p>@Max,</p>
<p>I get your frustration on Linux network monitoring, which can definitely feel like a mess compared to what people expect it should do out of the box. But to be fair, what you’re describing is possible, just not always obvious.</p>
<p>Tools like <strong>nethogs</strong>, <strong>iftop</strong>, <strong>bmon</strong>, or <strong>bpftrace</strong> can show you per-process bandwidth usage in real time. If you want historical data (like “<strong>what uploaded 4GB yesterday</strong>”), you need something like <strong>vnstat</strong> combined with <strong>iptables</strong>/<strong>nftables</strong> logging or even <strong>sysdig</strong> with capture filters. </p>
<p>The reason Linux doesn’t “<strong>just tell you</strong>” is that applications often spawn subprocesses, share sockets, and communicate through libraries — so it’s harder to neatly label “<strong>this exact program uploaded X GB</strong>” without deeper inspection. But the kernel and tools absolutely give you enough hooks to track it down if you configure them.</p>
<p>So yeah, it’s not perfect out of the box — but saying Linux and security shouldn’t be in the same sentence is a stretch. Most security pros rely on Linux because of the visibility and control it offers. It just has a steeper learning curve.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Max		</title>
		<link>https://www.tecmint.com/nethogs-monitor-per-process-network-bandwidth-usage-in-real-time/comment-page-1/#comment-2347177</link>

		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Wed, 01 Oct 2025 22:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2335#comment-2347177</guid>

					<description><![CDATA[There are plenty of open-source network monitoring tools for Linux… but none of them do what actually matters.

For example, Linux can’t tell you which specific application uploaded 4GB of data yesterday (or a few days ago). Instead, it breaks things down by process, floods you with inter-process chatter, and makes it look like your own browser is uploading gigabytes every day.

Something as basic (and critical) as identifying which program is responsible for network uploads — especially unauthorized ones — is completely missing from this so-called &#039;secure&#039; OS.

The truth? There’s nothing in Linux that truly performs this function. &#039;Linux&#039; and &#039;security&#039; should never be used in the same sentence.]]></description>
			<content:encoded><![CDATA[<p>There are plenty of open-source network monitoring tools for Linux… but none of them do what actually matters.</p>
<p>For example, Linux can’t tell you which specific application uploaded 4GB of data yesterday (or a few days ago). Instead, it breaks things down by process, floods you with inter-process chatter, and makes it look like your own browser is uploading gigabytes every day.</p>
<p>Something as basic (and critical) as identifying which program is responsible for network uploads — especially unauthorized ones — is completely missing from this so-called &#8216;secure&#8217; OS.</p>
<p>The truth? There’s nothing in Linux that truly performs this function. &#8216;Linux&#8217; and &#8216;security&#8217; should never be used in the same sentence.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John		</title>
		<link>https://www.tecmint.com/nethogs-monitor-per-process-network-bandwidth-usage-in-real-time/comment-page-1/#comment-1298024</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Sun, 01 Dec 2019 00:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2335#comment-1298024</guid>

					<description><![CDATA[I&#039;ve got an unauthorized upload of about 180K/sec running, and while my browser is doing a little uploading, it&#039;s not anywhere close to that amount. I&#039;d like to determine what process is doing it, what files are being uploaded and maybe where they are going. 

I had a backlog of browser crash reports, but I&#039;m sure they aren&#039;t as much as the nearly 300Mb that&#039;s been uploaded in my current session. Among other things, nobody wants their files being hacked, and nobody wants their bandwidth stolen by an unauthorized user or rogue process.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got an unauthorized upload of about 180K/sec running, and while my browser is doing a little uploading, it&#8217;s not anywhere close to that amount. I&#8217;d like to determine what process is doing it, what files are being uploaded and maybe where they are going. </p>
<p>I had a backlog of browser crash reports, but I&#8217;m sure they aren&#8217;t as much as the nearly 300Mb that&#8217;s been uploaded in my current session. Among other things, nobody wants their files being hacked, and nobody wants their bandwidth stolen by an unauthorized user or rogue process.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dean Russell Niemela		</title>
		<link>https://www.tecmint.com/nethogs-monitor-per-process-network-bandwidth-usage-in-real-time/comment-page-1/#comment-926075</link>

		<dc:creator><![CDATA[Dean Russell Niemela]]></dc:creator>
		<pubDate>Mon, 23 Oct 2017 09:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2335#comment-926075</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/nethogs-monitor-per-process-network-bandwidth-usage-in-real-time/comment-page-1/#comment-791625&quot;&gt;Vab&lt;/a&gt;.

its me Prettyboydean29@gmail.com]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/nethogs-monitor-per-process-network-bandwidth-usage-in-real-time/comment-page-1/#comment-791625">Vab</a>.</p>
<p>its me <a target="_blank" href="mailto:Prettyboydean29@gmail.com">Prettyboydean29@gmail.com</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vab		</title>
		<link>https://www.tecmint.com/nethogs-monitor-per-process-network-bandwidth-usage-in-real-time/comment-page-1/#comment-791625</link>

		<dc:creator><![CDATA[Vab]]></dc:creator>
		<pubDate>Thu, 16 Jun 2016 23:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2335#comment-791625</guid>

					<description><![CDATA[Hi I have a problem here: http://unix.stackexchange.com/questions/290147/unknown-network-connections-in-nethogs-is-it-safe  
what are those IP addresses? can you help me there? 
thank you]]></description>
			<content:encoded><![CDATA[<p>Hi I have a problem here: <a target="_blank" href="http://unix.stackexchange.com/questions/290147/unknown-network-connections-in-nethogs-is-it-safe" rel="nofollow ugc">http://unix.stackexchange.com/questions/290147/unknown-network-connections-in-nethogs-is-it-safe</a><br />
what are those IP addresses? can you help me there?<br />
thank you</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
