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

查看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日志内容)