美文网首页
【nginx】Shell获取某个时间段的nginx日志内容

【nginx】Shell获取某个时间段的nginx日志内容

作者: Bogon | 来源:发表于2022-02-22 08:58 被阅读0次

查看TPC连接数

  netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'

日志常用统计技巧

https://xstarcd.github.io/wiki/shell/logview_tips.html

shell获取某个时间段的nginx日志内容

https://blog.csdn.net/kelonsen/article/details/23033485

shell获取某个时间段的nginx日志内容

https://wiki.linuxchina.net/index.php/Shell%E8%8E%B7%E5%8F%96%E6%9F%90%E4%B8%AA%E6%97%B6%E9%97%B4%E6%AE%B5%E7%9A%84nginx%E6%97%A5%E5%BF%97%E5%86%85%E5%AE%B9

相关文章

网友评论

      本文标题:【nginx】Shell获取某个时间段的nginx日志内容

      本文链接:https://www.haomeiwen.com/subject/qtqgkrtx.html