diff options
Diffstat (limited to 'src/fuel-plugin/deployment_scripts')
-rwxr-xr-x | src/fuel-plugin/deployment_scripts/install.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/fuel-plugin/deployment_scripts/install.sh b/src/fuel-plugin/deployment_scripts/install.sh index efdc926e..93dfcae7 100755 --- a/src/fuel-plugin/deployment_scripts/install.sh +++ b/src/fuel-plugin/deployment_scripts/install.sh @@ -71,4 +71,16 @@ cat << EOF > /etc/collectd/collectd.conf.d/intel-rdt.conf </Plugin> EOF +cat << EOF > /etc/collectd/collectd.conf.d/hugepages.conf +LoadPlugin hugepages + +<Plugin hugepages> + ReportPerNodeHP true + ReportRootHP true + ValuesPages true + ValuesBytes false + ValuesPercentage false +</Plugin> +EOF + service collectd restart |