提交 ec333807 编写于 作者: O Oliver Gondža

Merge pull request #965 from vjuranek/jvm_info

Add Java VM name
......@@ -135,6 +135,7 @@ public class UsageStatistics extends PageDecorator {
if(c.getNode()==j) {
n.put("master",true);
n.put("jvm-vendor", System.getProperty("java.vm.vendor"));
n.put("jvm-name", System.getProperty("java.vm.name"));
n.put("jvm-version", System.getProperty("java.version"));
}
n.put("executors",c.getNumExecutors());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册