说明: 下面分享一下我用Shell编写的分析Nginx日志的脚本,它可以快速得出排名最前的网 站和IP等,内容如下所示: Most of the ip: ------------------------------------------- 220 59.41.24.48 178 59.41.24.80 172 183.57.82.35 Most of the time: -------------------------------------------- 51 15:55 51 15:16 36 <chenht_tao> 上传 | 大小:1kb
说明: 解决centos6 64位系统 /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found问题,以下是步骤: ar -x libstdc++6_4.7.2-5_amd64.deb && tar xvf data.tar.gz cd usr/lib/x86_64-linux-gnu/ cp libstdc++.so.6.0.17 /usr/lib64 cd /usr/lib64/ rm libstdc++.so.6 ln libstdc <xiaoshijian> 上传 | 大小:320kb