服务监控新增运行参数信息显示
This commit is contained in:
parent
17facc8842
commit
9ca1d59bb8
@ -119,4 +119,12 @@ public class Jvm
|
|||||||
{
|
{
|
||||||
return DateUtils.getDatePoor(DateUtils.getNowDate(), DateUtils.getServerStartDate());
|
return DateUtils.getDatePoor(DateUtils.getNowDate(), DateUtils.getServerStartDate());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 运行参数
|
||||||
|
*/
|
||||||
|
public String getInputArgs()
|
||||||
|
{
|
||||||
|
return ManagementFactory.getRuntimeMXBean().getInputArguments().toString();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user