System Monitoring

View the details of the system.


Memory

Total Memory ({{memory['total.used'].value / 1000000 | number:0}}M / {{memory['total.max'].value / 1000000 | number:0}}M)

{{memory['total.used'].value * 100 / memory['total.max'].value | number:0}}%

Heap Memory ({{memory['heap.used'].value / 1000000 | number:0}}M / {{memory['heap.max'].value / 1000000 | number:0}}M)

{{(memory['heap.usage'].value * 100 | number:0)}}%

Non-Heap Memory ({{memory['non-heap.used'].value / 1000000 | number:0}}M / {{memory['non-heap.max'].value / 1000000 | number:0}}M)

{{(memory['non-heap.usage'].value * 100 | number:0)}}%

Threads (Total: {{thread['count'].value}})

Runnable ({{thread['runnable.count'].value}})

{{thread['runnable.count'].value * 100 / thread['count'].value | number:0}}%

Timed waiting ({{thread['timed_waiting.count'].value}})

{{thread['timed_waiting.count'].value * 100 / thread['count'].value | number:0}}%

Waiting ({{thread['waiting.count'].value}})

{{thread['waiting.count'].value * 100 / thread['count'].value | number:0}}%

Blocked ({{thread['blocked.count'].value}})

{{thread['blocked.count'].value * 100 / thread['count'].value | number:0}}%

Garbage collections

Mark Sweep count
{{gc['PS-MarkSweep.count'].value}}
Mark Sweep time
{{gc['PS-MarkSweep.time'].value}}ms
Scavenge count
{{gc['PS-Scavenge.count'].value}}
Scavenge time
{{gc['PS-Scavenge.time'].value}}ms