Project

General

Profile

« Previous | Next » 

Revision 8eaf6be2

Added by Andreas Kohlbecker almost 9 years ago

reporting the number of cores in the management gui - #4958

View differences:

src/main/webapp/manage/MemoryService.jsp
30 30
    ObjectNode node = jsonMapper.createObjectNode();
31 31
    node.put("recommendedMinimumHeap", recommendedMinimumHeap);
32 32
    node.put("recommendedMinimumPermGenSpace", recommendedMinimumPermGenSpace);
33
    node.put("availableProcessors", JvmManager.availableProcessors());
33 34
    node.putPOJO("heapMemoryUsage", heapMemoryUsage);
34 35
    node.putPOJO("permGenSpaceUsage", permGenSpaceUsage);
35 36

  

Also available in: Unified diff