It appears there's a discrepancy between your low daily traffic (2000 hits/day) and the reported exceeding of the 4TB/month data transfer li
Les réponses à vos questions / It appears there's a disc...
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

It appears there's a discrepancy between your low daily traffic (2000 hits/day) and the reported exceeding of the 4TB/month data transfer li

by
Nguyen Van Lai
Created on 2025-04-01 05:42:01 in Les réponses à vos questions

1 Reply ( Latest reply on 2025-04-01 07:35:00 by
fritz2cat 🇧🇪 🇪🇺
)

Hello,

I suppose that you are running a Linux machine

Use the following command: netstat -tuapen

in order to identify what programs are listening on what ports for providing some service.

If your web server has 2000 hits/day, there may be some other activity (legal or illegal) that makes a lot of network activity, outside the web server.

The connections marked as ESTABLISHED are active with a network partner.

The other ones are ready for servicing in inbound request.

 

For more precide information, install a package such as nload.

Read this: https://www.binarytides.com/linux-commands-monitor-network/