Hi All,
I have configured my SQL server with the following settings, using the mysqltuner.pl script as guidance:
[client]
user=zabbix
password=zabbix
port = 3306
[mysqld]
bind-address = 127.0.0.1
port = 3306
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
query_cache_size=7M
query_cache_limit=10M
join_buffer_size=128k
thread_cache_size=10
table_cache=55
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
max_connections = 400
innodb_buffer_pool_size=10G
tmpdir=/dev/shm
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
and I have the following information in my Zabbix Status window on the Dashboard:
Status of Zabbix
Parameter Value Details
Zabbix server is running Yes localhost:10051
Number of hosts (monitored/not monitored/templates) 161 95 / 0 / 66
Number of items (monitored/disabled/not supported) 6193 6043 / 30 / 120
Number of triggers (enabled/disabled) [problem/ok] 1150 1149 / 1 [14 / 1135]
Number of users (online) 14 3
Required server performance, new values per second 169.64 -
However performance is still significantly affected and when clicking any links results in very long wait times querying data.
The server is running with 8 vCPU's which are Xeon processors running @ 2 Ghz. It has 12 GB of RAM and plenty of storage.
Please can someone assist in tuning the DB to resolve these performance issues ?
Thank you
I have configured my SQL server with the following settings, using the mysqltuner.pl script as guidance:
[client]
user=zabbix
password=zabbix
port = 3306
[mysqld]
bind-address = 127.0.0.1
port = 3306
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
query_cache_size=7M
query_cache_limit=10M
join_buffer_size=128k
thread_cache_size=10
table_cache=55
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
max_connections = 400
innodb_buffer_pool_size=10G
tmpdir=/dev/shm
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
and I have the following information in my Zabbix Status window on the Dashboard:
Status of Zabbix
Parameter Value Details
Zabbix server is running Yes localhost:10051
Number of hosts (monitored/not monitored/templates) 161 95 / 0 / 66
Number of items (monitored/disabled/not supported) 6193 6043 / 30 / 120
Number of triggers (enabled/disabled) [problem/ok] 1150 1149 / 1 [14 / 1135]
Number of users (online) 14 3
Required server performance, new values per second 169.64 -
However performance is still significantly affected and when clicking any links results in very long wait times querying data.
The server is running with 8 vCPU's which are Xeon processors running @ 2 Ghz. It has 12 GB of RAM and plenty of storage.
Please can someone assist in tuning the DB to resolve these performance issues ?
Thank you

Comment