-
HTTP状态码介绍查看全部
-
常见系统配置文件查看全部
-
常见系统日志查看全部
-
nginx服务器配置 nginx.conf查看全部
-
常见系统日志文件查看全部
-
常见系统日志文件 1.系统日志 /var/log/messages //系统主日志文件 /var/log/secure //认证、安全日志 /var/log/dmesg //和系统启动相关日志 2.应用服务 access.log //Nginx访问日志 mysqld.log //mysql运行日志 mariadb //mariadb运行日志 xferlog //访问FTP服务器相关日志 3.程序脚本 开发语言:C、C++、java、php 框架:Django、MVC、Servlet 脚本语言:shell、Python查看全部
-
resettem=$(tput sgr0) Logfile_path='/opt/logs/nginx/access.log' Check_http-status() { Http_status_codes=('cat $Logfile_path|grep -ioE "HTTP\/1\.[1|0]\"[[:blank]][0-9]{3}"|awk -F"'[ ]+" '{ if($2>=100&&$2<200) {i++} else if($2>=200&&$2<300) {j++} else if($2>=300&&$2<400) {k++} else if($2>=400&&$2<500) {n++} else if($2>=500) {p++} }END{ print i?i:0,j?j:0,k?k:0,n?n:0,p?p:0,i+j+k+n+p }' ')查看全部
-
echo -e '\E[33m'"The number of http status[100+] :" ${resttem} ${Http_status_codes[0]} echo -e '\E[33m'"The number of http status[200+] :" ${resttem} ${Http_status_codes[1]} echo -e '\E[33m'"The number of http status[300+] :" ${resttem} ${Http_status_codes[2]} echo -e '\E[33m'"The number of http status[400+] :" ${resttem} ${Http_status_codes[3]} echo -e '\E[33m'"The number of http status[500+] :" ${resttem} ${Http_status_codes[4]} echo -e '\E[33m'"All request number :" ${resttem} ${Http_status_codes[5]} }查看全部
-
Check_http_code() { Http_Code=('cat $Logfile_path|grep -ioE "HTTP\/1\.[1|0]\"[[blank:]][0-9]{3}"|awk -v total=0 -F '[ ]+''{ if ($2!="") {code[$2]++;total++} else {exit} }END{ print code[404]?code[404]:0,code[403]?code[403]:0,total }' echo -e '\E[33m'"The number of http status[404]:" ${resettem} ${Http_Code[0] } echo -e '\E[33m'"The number of http status[403]:" ${resettem} ${Http_Code[1] } echo -e '\E[33m'"All request number:" ${resettem} ${Http_Code[2]} } Check_http_status CHeck_http_code查看全部
-
http 状态吗查看全部
-
cat /opt/logs/nignx/access.log |grep -ioE "HTTP\/1\.[1|0]\"[[:blank:]][0-9]{3}"查看全部
-
常见系统日志文件查看全部
-
修改 0-5查看全部
-
3333查看全部
-
qiuhe查看全部
举报
0/150
提交
取消