标签:jin host 系统 server-id code rem jinfo 命令使用 配置
jinfo命令用法:
jinfo [ option ] pid
jinfo [ option ] executable core
jinfo [ option ] [server-id@]remote-hostname-or-IP
参数:
pid?? 进程号
executable?? 产生core dump的java executable
core?? core file
remote-hostname-or-IP? 主机名或ip
server-id??? 远程主机上的debug server的唯一id
选项:
no option? 打印命令行参数和系统属性
-flags? 打印命令行参数
-sysprops? 打印系统属性
-h? 帮助
示例:
(1)jinfo pid
(2)jinfo -flags pid
标签:jin host 系统 server-id code rem jinfo 命令使用 配置
原文地址:https://blog.51cto.com/8985332/2516650