1

Running Amazon EC2 instance, t3.large tier. And observing interesting situation:

enter image description here

Every night (UTC+1 midnight) the same NetworkOut jump occurs. What are my options to investigate it?

The EC2 runs nginx and varnish only. Nginx access logs don't show anything like that. So it must be something different.

Aleksandr Makov
  • 290
  • 2
  • 10

1 Answers1

3

You can possibly make a script which periodically calls any tool like this (http://nethogs.sourceforge.net/) or similar others. Keep appending this output to a file with time info. Run this script as a daemon.

Next day you can see what is that "culprit" process.

This thread seems to have more such tools : Network usage top/htop on Linux

Sony Kadavan
  • 156
  • 3