Apache bandwidth calculated erroneously

kbitdn

New member
Joined
Oct 22, 2015
Messages
1
Hello,

i've got a server which counts 23Gb for Apache (In bandwidth details) but it is wrong.

If I make a manual recount for httpd logs for the same domain and date is shown:
4529.78

In /home/USER/domains/MYDOMAIN/logs/decompressed_logs/
"cat * | awk '{ SUM += $10 } END { print SUM / 1024 / 1024 } '"

What is the real process for bw count?

The logs format for bytes is:
%O %I

Thank you in advance
 
Back
Top