Outbound traffic

Linode Staff

We see from the graphs that the amount of outbound traffic has increased, but we can't see anything in the dashboard that would tell us where this traffic has been going.

1 Reply

Linode does not offer any tools for viewing the outbound traffic, but there are some commands you can run to get a look at your outbound traffic.

First install nethogs, this will show you what process is sending traffic.

sudo apt-get install nethogs

Or if your using CentOs run this command to install.

yum install nethogs -y

After you have nethogs installed you can run the below command on any distribution to start it.

sudo nethogs

tcpdump comes pre-installed, this will show you where the traffic is going.

sudo tcpdump

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct