aboutsummaryrefslogtreecommitdiffstats
path: root/performanceTests/environment/jmeterVM/collectd/install_collectd.sh
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-06-11 20:48:44 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-11 20:48:44 +0000
commiteca7d951a7632b8d8e745ca6552eff1ab8e536bb (patch)
tree036f8a15e7efe013720f68a67458bf451c8967ca /performanceTests/environment/jmeterVM/collectd/install_collectd.sh
parent4529faa9cdbc16209cbca24a964d709552c9fe2d (diff)
parentc1d414af5f411eeda06cf707e57d401e134398b8 (diff)
Merge "Refactor ves performance test"
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
+