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

Trends and history storage time

Let's cover another important point that is, at times, forgotten by Zabbix administrators. Differently from other monitoring tools, Zabbix allows each item to have its own time for data holding configured individually. There are two ways for this to occur.

History tables

Zabbix works with five history tables, two of which are used to store numerical data (history and history_unit).

Each item can have its own retention time defined in the History storage period field (in days). This period defines the maximum amount of time (in days) that the collected values from the particular item will remain in the database.

After this period, an internal process called housekeeping will remove the old data from the database. This function creates concurrency competition for reading and writing. At this point, the housekeeping tool needs to select the data that will be erased and also issue DELETE SQL statements that will be generated to eliminate this data.

Trend tables...

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