aboutsummaryrefslogtreecommitdiffstats
path: root/performanceTests/environment/jmeterVM/collectd/install_collectd.sh
diff options
context:
space:
mode:
authorPawel <pawel.kasperkiewicz@nokia.com>2020-06-10 14:26:08 +0200
committerPawel <pawel.kasperkiewicz@nokia.com>2020-06-10 14:26:08 +0200
commitc1d414af5f411eeda06cf707e57d401e134398b8 (patch)
treec73711615c18b1ad43ce990b8a299bcda823f2be /performanceTests/environment/jmeterVM/collectd/install_collectd.sh
parent3b6ba181623e844d5012362209d2f29616315395 (diff)
Refactor ves performance test
Issue-ID: DCAEGEN2-608 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I17154b59390af7340b7e86ae0ac3336583dd9318
Diffstat (limited to 'performanceTests/environment/jmeterVM/collectd/install_collectd.sh')
-rwxr-xr-xperformanceTests/environment/jmeterVM/collectd/install_collectd.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/performanceTests/environment/jmeterVM/collectd/install_collectd.sh b/performanceTests/environment/jmeterVM/collectd/install_collectd.sh
new file mode 100755
index 00000000..4c8ab593
--- /dev/null
+++ b/performanceTests/environment/jmeterVM/collectd/install_collectd.sh
@@ -0,0 +1,6 @@
+#! /bin/bash
+
+sudo apt-get update && sudo apt-get install collectd -y
+sudo cp vesPerformanceTestsEnv/collectd/collectd.conf /etc/collectd/collectd.conf
+sudo service collectd restart
+