diff --git a/app/views/system/nodes/show.scala.html b/app/views/system/nodes/show.scala.html index 5b0a50c40..9f9e8e1e6 100644 --- a/app/views/system/nodes/show.scala.html +++ b/app/views/system/nodes/show.scala.html @@ -127,6 +127,19 @@

Memory/Heap usage

Buffers

+
+ Metrics +

Input buffer

+ + @defining(node.getBufferInfo.getInputBuffer.utilizationPercent) { utilizationPercent => +
+
@utilizationPercent%
+
+ @node.getBufferInfo.getInputBuffer.utilization messages in input buffer. + (@utilizationPercent% utilized) + } +
+
Metrics

Process buffer