Statistics access traffic of apache logs

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Statistics access traffic of apache logs相关的知识,希望对你有一定的参考价值。

#! /bin/bash
sum=0
exec <$1
while read line ;do
size=echo $line | awk ‘{print $10}‘
expr $size + 1 &>/dev/null
if [ $? -ne 0 ];then
continue
fi
((sum=sum+size))
done
echo "The total byes=echo $((${sum}/1024))"

以上是关于Statistics access traffic of apache logs的主要内容,如果未能解决你的问题,请参考以下文章

IP中的ingress traffic和egress traffic是啥概念

About Traffic Manager Monitoring

nagios使用check_traffic.sh监控网卡流量

Traffic-Server配置(待补充和更新)

Traffic Ccontrol(流量控制)

BZOJ 1018: [SHOI2008]堵塞的交通traffic