09 2021 档案

摘要:1、SSH连接目标主机,找到对应容器ID docker ps | grep eam 2、进入容器,并启用bash docker exec -it 01c6ab243ff4 /bin/bash 3、按Arthas文档,分析服务 monitor -c 60 *Controller* * '#cost > 阅读全文
posted @ 2021-09-30 09:56 WinChance 阅读(78) 评论(0) 推荐(0)
摘要:TODO:需要学习的命令 jps jstat -gcutil pid xxxx jmap histo:live pid 阅读全文
posted @ 2021-09-23 11:48 WinChance 阅读(28) 评论(0) 推荐(0)
摘要:#RabbitMQ基本概念 消息队列之 RabbitMQ 阅读全文
posted @ 2021-09-08 09:42 WinChance 阅读(31) 评论(0) 推荐(0)