Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Zabbix Performance Tuning

You're reading from   Zabbix Performance Tuning Tune and optimize Zabbix to maximize performance

Arrow left icon
Product type Paperback
Published in Jun 2015
Publisher
ISBN-13 9781783987641
Length 152 pages
Edition 1st Edition
Tools
Arrow right icon
Toc

Table of Contents (13) Chapters Close

Preface 1. Evolution of Zabbix FREE CHAPTER 2. Zabbix and I – Almost Heroes 3. Tuning the Zabbix Server 4. Tuning the MySQL Database 5. Tuning the Frontend 6. Adjusting the Storage 7. Tuning the Operating System 8. Doing the Extra Work 9. Using the Zabbix Proxy 10. Monitoring the Health of Zabbix 11. The Next Challenge Index

Testing compression


After the changes, restart the web server (Apache, Nginx, or lighttpd) and check the logs for errors.

In a basic test with compression modules, we're able to identify that we have a considerable gain in file size. The following table shows the level of compression and page load times (tr_staus.php is the page that shows the status of the triggers) on a virtual server with 500 active triggers:

Compression modules

Apache without mod_deflate

Nginx without gzip

lighttpd without mod_compress

Apache with mod_deflate

Nginx with gzip

lighttpd with mod_compress

Size

1.2 MB

1.2 MB

1.2 MB

51.5 KB

51.5 KB

51.5 KB

Time

~5 sec

~6 sec

~6 sec

~5 sec

~3 sec

~4 sec

Of course, the tests may have different results with different hardware. The focus is on exemplifying how compression impacts the visualization of Zabbix screens.

If you don't have access to the web server settings (to enable the modules), you can add a small piece of PHP code in each .php file in Zabbix, and...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image