首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
Nginx统计站点访问量、高频url统计
Nginx统计站点访问量、高频url统计
it
2023-03-22
88
查看访问最频繁的前100个IPawk '{print $1}' access_temp.log | sort -n |uniq -c | sort -rn | head -n 100统计访问最多的url 前20名cat access_temp.log |awk '{print $7}'| sort|uniq -c| sort -rn| head -20 | more
转载请注明原文地址: https://lol.8miu.com/read-3321.html
最新回复
(
0
)