From 2e334500fba9893f1f2d2ab3b9528c638d993a03 Mon Sep 17 00:00:00 2001 From: kjaniak Date: Mon, 7 Oct 2019 11:46:48 +0200 Subject: Add graphs for performance monitoring Performance tests need graphs representing: total, message queue on HV-VES, offset per kafka topic partition, incoming data rate. Added deletion of producers at test end. Gauges for offsets turned to Range vector (distinguishable based on tag). Since Producer is to fast it was reconfigured to send messages with 1 ms interval. Change-Id: I09fc1edbcd824294d0bb89acc2ea2306a6df00ca Issue-ID: DCAEGEN2-1807 Signed-off-by: kjaniak --- tools/performance/cloud/cloud-based-performance-test.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/performance/cloud/cloud-based-performance-test.sh') diff --git a/tools/performance/cloud/cloud-based-performance-test.sh b/tools/performance/cloud/cloud-based-performance-test.sh index cb106a56..937dcf3e 100755 --- a/tools/performance/cloud/cloud-based-performance-test.sh +++ b/tools/performance/cloud/cloud-based-performance-test.sh @@ -164,6 +164,8 @@ function start_performance_test() { sleep 1 done + echo "Attempting to delete producer pods" + kubectl delete pods -l app=${PRODUCER_APPS_LABEL} -n ${ONAP_NAMESPACE} echo "Performance test finished" exit 0 } -- cgit 1.2.3-korg