From 7fa12fdd8d4428a8b21ad143943858a1ca2e0e27 Mon Sep 17 00:00:00 2001 From: Hengye Date: Tue, 25 Feb 2020 09:15:58 +0800 Subject: Create PDP Monitoring GUI Model Monitorning GUI to monitor PDPs Statistics, including Web and Rest Server by embeded jetty. Issue-ID: POLICY-2311 Signed-off-by: Hengye Change-Id: I9bd0d50eaa7ae4dbd07d17389da2cf107e854c61 --- .../src/main/resources/webapp/index.html | 82 ++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 gui-pdp-monitoring/src/main/resources/webapp/index.html (limited to 'gui-pdp-monitoring/src/main/resources/webapp/index.html') diff --git a/gui-pdp-monitoring/src/main/resources/webapp/index.html b/gui-pdp-monitoring/src/main/resources/webapp/index.html new file mode 100644 index 0000000..9fba67f --- /dev/null +++ b/gui-pdp-monitoring/src/main/resources/webapp/index.html @@ -0,0 +1,82 @@ + + + + + + + ONAP Policy Client Monitoring + + + + + + + + + + + + +
+
+
+ +
ONAP Policy Framework PDP Monitoring
+
+
+
+
+

PDP List

+
    +
+
+
+
+
+

PDP (Policy Decision Point) Information

+
+

PDP Aggregated Statistics

+
+

PDP Engine Worker Statistics

+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg