0
点赞
收藏
分享

微信扫一扫

WAS生成Java core和heap dump 及保存位置

生态人 2022-01-07 阅读 72

Java core:

使用websphere生成:

在troubleshooting里面生成

Linux使用kill -3 进程号生成

保存位置:

master:/opt/IBM/WebSphere/AppServer/profiles/App65                //App里面

dmgr:/opt/IBM/WebSphere/AppServer/profiles/Dmgr65                //Dmgr里面

ncMemXX:/opt/IBM/WebSphere/AppServer/profiles/App65                //App里面

nodeagent:/opt/IBM/WebSphere/AppServer/profiles/App65                //App里面

heap dump:

was同理

保存位置:

dmgr:/opt/IBM/WebSphere/AppServer/profiles/Dmgr65

master、nodeagent、ncMemXX:/opt/IBM/WebSphere/AppServer/profiles/App65/

举报

相关推荐

0 条评论