码迷,mamicode.com
首页 > 其他好文 > 详细

nginx日志截取

时间:2019-06-10 15:50:19      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:txt   int   sort   访问   log   head   cut   nginx   access   

cat access.log | awk ‘$4 >="[22/Jun/2018:11:41:00" && $4 <="[22/Jun/2018:11:43:00"‘ > 1.txt # 日志截取

awk ‘{print $4}‘ access.20181124.log |cut -c 14-18|sort|uniq -c|sort -nr|head -n 100 >zuigao.txt # 每分钟最高访问量

nginx日志截取

标签:txt   int   sort   访问   log   head   cut   nginx   access   

原文地址:https://blog.51cto.com/13594742/2406675

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!