Hello everyone, I have a problem with Outgoing traffic on my server I have check on task monitor I have a lot of Outgoing traffic with graph chart.
Where can i find the location store Outgoing traffic data?
Hello everyone, I have a problem with Outgoing traffic on my server I have check on task monitor I have a lot of Outgoing traffic with graph chart.
Where can i find the location store Outgoing traffic data?
Hi @makara
Hestia extracts the transmitted and received bytes from this output:
cat /proc/net/dev
And it uses rrdtool to add the data to rdd db that is located here:
/usr/local/hestia/web/rrd/net/
Inside that directory you will see the dbs named deviceName.rrd
Said that, you won’t be able to know what is causing the outgoing traffic using rrd. If you believe the traffic is from web, you should check web statistics for your domains, or if you have other services like sftp, ftp, mail… check them.
Thanks @sahsanu , for guiding me on how to find the location rrd file. I think the traffic is from my local network, now I have monitoring the traffic to check the issue.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.