摘要: 1.过滤出容器的PID docker inspect 容器id |grep Pid 2. nsenter -t $Pid -n /bin/sh tcpdump -i any -nn port 17575 阅读全文
posted @ 2021-05-25 17:29 zhuguoqing 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 日志前面有时间戳 #!/bin/sh LC_ALL=c //临时更外系统语言环境为英文 a_time=`date -d '10 minute ago' '+%b %d %H:%M'` n_time=`date -d now '+%b %d %T'` sed -n "/${a_time}:[0-60] 阅读全文
posted @ 2021-05-25 17:07 zhuguoqing 阅读(94) 评论(0) 推荐(0) 编辑