Hi! I installed Zabbix 1.6 from SVN (build 6204). Backend database is PostgreSQL. I have 2 dedicated machines for Zabbix, in a Red Hat Cluster setup. My database is on an external storage connected via FiberChannel (4gbps). PostgreSQL runs on one server on top of the XFS, and Zabbix/Apache/PHP on another. OS is CentOS 5.
Now, my problem is that performance is horrible. Machines have 16GB of RAM, 2x quad core Opteron processors, and zabbix server is working OK. Load of the machines is very low (< 1), and still, every page I try to load takes forever. When I click and choose one host, web loads for ~ 5.5 seconds. It's a complete disaster for such an expensive setup
I just can't figure out where the delay comes from
Queries run on database like Select * from items are calculated very fast, I've tried ANALYZE, VACUUM FULL on database, and no significant gains. I'm really puzzled. I even moved database to local hard drives (10k rpm SCSI drives on adaptec controller with batter powered cache memory), and no gains. So the storage/FC/cables are no problem. I've tried GFS, and pages were loading sligthly faster (around 3.5 secs per page).
What am I missing here?! I'm really desperate... Disk I/O is not the probelm. RAM is not the problem. CPU is not the problem. Then W T F IS THE PROBLEM?!
Now, my problem is that performance is horrible. Machines have 16GB of RAM, 2x quad core Opteron processors, and zabbix server is working OK. Load of the machines is very low (< 1), and still, every page I try to load takes forever. When I click and choose one host, web loads for ~ 5.5 seconds. It's a complete disaster for such an expensive setup
I just can't figure out where the delay comes from
Queries run on database like Select * from items are calculated very fast, I've tried ANALYZE, VACUUM FULL on database, and no significant gains. I'm really puzzled. I even moved database to local hard drives (10k rpm SCSI drives on adaptec controller with batter powered cache memory), and no gains. So the storage/FC/cables are no problem. I've tried GFS, and pages were loading sligthly faster (around 3.5 secs per page).What am I missing here?! I'm really desperate... Disk I/O is not the probelm. RAM is not the problem. CPU is not the problem. Then W T F IS THE PROBLEM?!

Comment