会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Peter Jones
博客园
首页
新随笔
联系
订阅
管理
11 2020 档案
Linux和docker容器内存查看和定位父子容器及子容器对应的java应用
摘要:ps aux –-sort -rss | head -10 #列出占用内存的进程排序 ps -ef | grep 28047 #查看父进程 ps aux | grep 28028 #查看子进程(容器) docker ps -a | grep e6050 #定位容器id #rsyslogd重启 sys
阅读全文
posted @
2020-11-26 14:46
Peter.Jones
阅读(242)
评论(0)
推荐(0)
docker容器统计
该文被密码保护。
posted @
2020-11-18 17:31
Peter.Jones
阅读(0)
评论(0)
推荐(0)
Activiti7工作流-<一>流程部署
该文被密码保护。
posted @
2020-11-17 09:41
Peter.Jones
阅读(0)
评论(0)
推荐(0)
shiro 密码如何验证?
该文被密码保护。
posted @
2020-11-16 10:40
Peter.Jones
阅读(4)
评论(0)
推荐(0)
JPA之Specification查询(新)
该文被密码保护。
posted @
2020-11-11 21:07
Peter.Jones
阅读(0)
评论(0)
推荐(0)
公告