Hello!
We have a problem with queue on zabbix server
OS Red Hat Enterprise Linux Server release 7.7
DB postgresql11 + timescaledb-postgresql-11-1.6.0
Zabbix 4.2.8
RAM 64 GB
CPU 10 Core
HDD SSD ARRAY
dd if=/dev/zero of=./testfile bs=1G count=40 oflag=direct
40+0 records in
40+0 records out
42949672960 bytes (43 GB) copied, 33.1436 s, 1.3 GB/s
My ZABBIX really slow write data to DB.
But iostat and top not show problem with disk or CPU.
We have't any error in zabbix_server.log
Our zabbix conf:
grep -v "^#" /etc/zabbix/zabbix_server.conf|grep -v "^[[:space:]]*$"
LogFile=/var/log/zabbix/zabbix_server.log
LogFileSize=256
PidFile=/var/run/zabbix/zabbix_server.pid
SocketDir=/var/run/zabbix
DBName=zabbix
DBUser=zabbix
DBPassword=-----------
HistoryStorageDateIndex=1
StartPollers=120
StartPreprocessors=32
StartPollersUnreachable=64
StartPingers=8
StartDiscoverers=64
StartTimers=4
StartEscalators=4
StartAlerters=4
SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
HousekeepingFrequency=12
CacheSize=1512M
StartDBSyncers=16
HistoryCacheSize=256M
HistoryIndexCacheSize=128M
TrendCacheSize=256M
ValueCacheSize=256M
Timeout=4
AlertScriptsPath=/opt/zabbix/zabbix_scripts/alertscripts
ExternalScripts=/usr/lib/zabbix/externalscripts
LogSlowQueries=3000
ProxyConfigFrequency=300
ProxyDataFrequency=300
StartLLDProcessors=16
StatsAllowedIP=127.0.0.1
We have a problem with queue on zabbix server
OS Red Hat Enterprise Linux Server release 7.7
DB postgresql11 + timescaledb-postgresql-11-1.6.0
Zabbix 4.2.8
RAM 64 GB
CPU 10 Core
HDD SSD ARRAY
dd if=/dev/zero of=./testfile bs=1G count=40 oflag=direct
40+0 records in
40+0 records out
42949672960 bytes (43 GB) copied, 33.1436 s, 1.3 GB/s
My ZABBIX really slow write data to DB.
But iostat and top not show problem with disk or CPU.
We have't any error in zabbix_server.log
Our zabbix conf:
grep -v "^#" /etc/zabbix/zabbix_server.conf|grep -v "^[[:space:]]*$"
LogFile=/var/log/zabbix/zabbix_server.log
LogFileSize=256
PidFile=/var/run/zabbix/zabbix_server.pid
SocketDir=/var/run/zabbix
DBName=zabbix
DBUser=zabbix
DBPassword=-----------
HistoryStorageDateIndex=1
StartPollers=120
StartPreprocessors=32
StartPollersUnreachable=64
StartPingers=8
StartDiscoverers=64
StartTimers=4
StartEscalators=4
StartAlerters=4
SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
HousekeepingFrequency=12
CacheSize=1512M
StartDBSyncers=16
HistoryCacheSize=256M
HistoryIndexCacheSize=128M
TrendCacheSize=256M
ValueCacheSize=256M
Timeout=4
AlertScriptsPath=/opt/zabbix/zabbix_scripts/alertscripts
ExternalScripts=/usr/lib/zabbix/externalscripts
LogSlowQueries=3000
ProxyConfigFrequency=300
ProxyDataFrequency=300
StartLLDProcessors=16
StatsAllowedIP=127.0.0.1
Comment