linux – 从多个nginx服务器聚合流量统计数据的最佳工具是什么?

前端之家收集整理的这篇文章主要介绍了linux – 从多个nginx服务器聚合流量统计数据的最佳工具是什么?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
设置:
2 or more Nginx machines
each machine has the same virtual hosts
traffic is load balanced via DNS to each machine

我需要弄清楚什么是最好的工具来获取一些流量统计数据,主要是对点击量和总流量(千兆字节)感兴趣.显然,日志信息将来自Nginx,格式如下:

log_format  main  '$remote_addr $host $remote_user [$time_local] "$request" '
                    '$status $body_bytes_sent "$http_referer" "$http_user_agent" "$gzip_ratio"';

解决方法

awstats绝对是这项工作的工具.
原文链接:https://www.f2er.com/linux/400061.html

猜你在找的Linux相关文章