From ccc95c93f14e60c36442f744d48bb2a925f7a3d0 Mon Sep 17 00:00:00 2001 From: Kay Roepke Date: Wed, 1 Apr 2015 14:40:34 +0200 Subject: [PATCH] input buffer class was removed by accident, show it again --- app/views/system/nodes/show.scala.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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