Open pjgerardo opened 1 day ago
So, is BytesSent
equivalent to 'bandwidth'? It looks like they’re all showing as 0 in that sample log.
This should do it (assumes certain fields, e.g., TotalTime).
goaccess access.log --log-format='%^ %v [%d:%t %^] %h %^"%m %U" %s %e %b %^ %L %^"%^" "%u"' --date-format=%d/%b/%Y --time-format=%T --http-protocol=no
If it's the objectsize
, you could try:
goaccess access.log --log-format='%^ %v [%d:%t %^] %h %^"%m %U" %s %e %^ %b %L %^"%^" "%u"' --date-format=%d/%b/%Y --time-format=%T --http-protocol=no
Hi all
I'm testing GoAccess to read Wasabi bucket logs that supposedly are equal to AWS S3 logs so I'm using the "--log-format awss3" option. Everything works great, but the one thing missing is the bandwidth amount the actual data I want to check 😄
Is there anything specific I should check as to why it won't show the bandwidth?
Here are a few example lines: