MB of traffic a log file reports:
cat #ACCESS_LOG# | awk '{SUM+=$10}END{print SUM/1024/1024}'
Posted by Luis Romero to Custom Exposure (2014-05-08 12:25)
MB of traffic a log file reports:
cat #ACCESS_LOG# | awk '{SUM+=$10}END{print SUM/1024/1024}'