Hi !
I have installed Zabbix 1.4.4 and recently 1.4.5 with an Oracle 10g backend on a VMWare virtual machine (deployed on ESX3.0.1, 4x2,6Ghz and 16Go RAM. The VM itself : 3Go RAM and can use all CPUs). OS : RHEL4.
I'm monitoring 5 hosts with items fournished by default with the agent (such as net.*, system.*, etc...) through templates. Totally : 5 hosts, 130 items, no trigger.
Even though I have few things to monitor, web interface is slow (about 5seconds to show a page) and the average load seems abnormally high on the server :
- without zabbix : <1
- with zabbix_server (no hosts) : 1,2
- with zabbix_server (5 hosts) : unstable between 3-5
Some details about my install configuration :
For the PHP frontends, I've installed Apache 2 and PHP 5.2.5 configured with Oracle instant Client 10 for oci8 module :
About the Zabbix server, after installing lib-sqlora8 and libcurl, I installed zabbix server with the following configuration :
I'm expecting the Oracle backend to be responsible to this. I've tested the Zabbix on a local Ubuntu VM with Zabbix 1.4.4 and mysql 5 with good performances. I'm going to test on this VM ZAbbix with Oracle 10g XE backend to see if I found the same performances.
For those who uses an Oracle backend :
Can you tell me if you have such bad perfs as described below ? Or did you make something to correct this ?
What differences have between your configuration and mine ?
Thanks.
I have installed Zabbix 1.4.4 and recently 1.4.5 with an Oracle 10g backend on a VMWare virtual machine (deployed on ESX3.0.1, 4x2,6Ghz and 16Go RAM. The VM itself : 3Go RAM and can use all CPUs). OS : RHEL4.
I'm monitoring 5 hosts with items fournished by default with the agent (such as net.*, system.*, etc...) through templates. Totally : 5 hosts, 130 items, no trigger.
Even though I have few things to monitor, web interface is slow (about 5seconds to show a page) and the average load seems abnormally high on the server :
- without zabbix : <1
- with zabbix_server (no hosts) : 1,2
- with zabbix_server (5 hosts) : unstable between 3-5
Some details about my install configuration :
For the PHP frontends, I've installed Apache 2 and PHP 5.2.5 configured with Oracle instant Client 10 for oci8 module :
Code:
./configure \
--enable-module=so \
--prefix=/u02/zabbix/apache \
--with-port=8888
Code:
./configure \
--prefix=/u02/zabbix/apache/php \
--with-config-file-path=/u02/zabbix/apache/conf \
--with-apxs2=/u02/zabbix/apache/bin/apxs \
--with-oci8=instantclient,/usr/lib/oracle/10.2.0.3/client/lib/ \
--enable-sigchild \
--enable-bcmath \
--with-gd \
--with-zlib-dir=/u02/zabbix/sources/php-5.2.5/ext/zlib
Code:
./configure \
--prefix=/u02/zabbix/serveur \
--enable-server \
--with-oracle=/u02/zabbix/libsqlora8 \
--with-net-snmp \
--with-libcurl=/u02/zabbix/libcurl/bin/curl-config
For those who uses an Oracle backend :
Can you tell me if you have such bad perfs as described below ? Or did you make something to correct this ?
What differences have between your configuration and mine ?
Thanks.
(and have a look at the right hand bottom at the time made for the creation of this graph...).
Comment