打印指定级别的日志
grep ‘2022-12-07 20:00:4[5-7]’ consoleMsg.log >57debug.log
tail -f consoleMsg.log |egrep -i -A5 -B5 ‘ERROR’
内存标高
top # 查看飙高进程
ps -mp pid -o THREAD,tid,time 查看飙高线程
printf “%x\n” tid #转十六进制
jstack pid |grep tid -A 30 查看日志
grep ‘2022-12-07 20:00:4[5-7]’ consoleMsg.log >57debug.log
tail -f consoleMsg.log |egrep -i -A5 -B5 ‘ERROR’
top # 查看飙高进程
ps -mp pid -o THREAD,tid,time 查看飙高线程
printf “%x\n” tid #转十六进制
jstack pid |grep tid -A 30 查看日志
下一篇:Linux 服务器不支持中文字体
系统问题排查
如何打日志才能方便排查问题?
本文介绍Linux的less命令的用法。less命令适用于查看比较大的文件,例如:日志文件。
本文介绍Linux的more命令的用法。 more命令适用于查看比较大的文件,例如:日志文件。
本文介绍Linux的tail命令的用法。 tail命令适用于查看比较大的文件或者是查看持续更新的文件。
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M