【nginx&shell】对nginx的请求日志按接口进行统计

shell中常用的命令:sort和uniq

0c337d1c5a58418c875fb1cb99f96407


nginx日志统计流量

https://www.cnblogs.com/mikeluwen/p/7026012.html


Nginx Access Log日志统计分析常用命令

https://www.huaweicloud.com/articles/27a1172e6c9e7bab6555fda4fb0d7825.html


sort排序、uniq去重、wc统计

https://blog.csdn.net/lijing742180/article/details/84674928


sort | uniq -c | sort -rnk 1 在数据统计中的重要用途

https://blog.csdn.net/stpeace/article/details/53240201


基于shell统计nginx访问日志

https://www.modb.pro/db/32404

http://www.04007.cn/article/528.html


通过nginx日志利用shell统计日pv和uv

https://blog.csdn.net/qq_33324608/article/details/71171574


根据时间段增量统计 Nginx 日志不同接口的访问量

https://blog.51cto.com/liubin0505star/1844903


shell脚本统计nginx日志每分钟/小时的qps,pv

https://blog.csdn.net/wojiuwangla/article/details/107382214

你可能感兴趣的:(【nginx&shell】对nginx的请求日志按接口进行统计)