How to log nginx vhost bandwidth?
- by bwizzy
I'm looking for a way to be able to track the bandwidth of multiple vhosts on an nginx web server. I'm guessing there is a way that I can set up the log files to output this information and then I can write a script to parse through the log files and add up the file sizes.
If that is the case does anyone know the correct log format, and if there is already a script out there that does this?