Zabbix Server Performance Tuning Quiz Day3 P6
30 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is the default size of the trend cache in Zabbix server?

  • 4M (correct)
  • 2G
  • 128K
  • 8M
  • When does the Zabbix server flush trends into the database?

  • When a new day starts
  • When a new week starts
  • When a new month starts
  • When a new hour starts (correct)
  • What is the purpose of the value cache in Zabbix server?

  • To accumulate trend data
  • To make much faster calculation of trigger expressions and access historical data (correct)
  • To store configuration parameters
  • To cache calculated trend function data
  • What triggers the replacement of existing trend calculation in the database by new trend calculation?

    <p>When a server flushes trend cache and there are already trends in the database for this hour</p> Signup and view all the answers

    What is the default size of the trend function cache in Zabbix server?

    <p>4M</p> Signup and view all the answers

    What is the shared memory size for caching calculated trend function data?

    <p>TrendFunctionCacheSize</p> Signup and view all the answers

    On a large installation, when is it recommended to stop the Zabbix server if a restart is needed?

    <p>At the end of one hour and start at the beginning of the next hour</p> Signup and view all the answers

    What is the purpose of the trend cache in Zabbix server?

    <p>Accumulates the trend data in runtime</p> Signup and view all the answers

    What is the purpose of the trend function cache in Zabbix server?

    <p>Shared memory size for caching calculated trend function data</p> Signup and view all the answers

    What is the default size of the value cache in Zabbix server?

    <p>8M</p> Signup and view all the answers

    What is the recommended percentage of total RAM for the innodb_buffer_pool_size in the sample MySQL configuration?

    <p>75%</p> Signup and view all the answers

    What is the trigger condition for Zabbix housekeeper processes causing performance degradation?

    <p>More than 500GB of historical data stored</p> Signup and view all the answers

    What is the main benefit of table partitioning in Zabbix?

    <p>Faster data removal</p> Signup and view all the answers

    What is the recommended frequency of partition creation for current data in Zabbix table partitioning?

    <p>Monthly</p> Signup and view all the answers

    What is the impact of not creating partitions for current data in Zabbix table partitioning?

    <p>Performance degradation</p> Signup and view all the answers

    Which command-line utility is recommended for debugging Zabbix performance issues?

    <p>vmstat</p> Signup and view all the answers

    What is the threshold for a database query to be logged as a slow query in Zabbix server configuration?

    <p>3000 milliseconds</p> Signup and view all the answers

    Which log file is recommended to be checked for 'slow query' lines during Zabbix performance issues?

    <p>/var/log/zabbix/zabbix_server.log</p> Signup and view all the answers

    What is the recommended duration before a database query is logged as a slow query in Zabbix server configuration?

    <p>3 seconds</p> Signup and view all the answers

    What is the impact of slow queries on a database in Zabbix?

    <p>Performance degradation</p> Signup and view all the answers

    What parameter controls the cache size in the Zabbix server configuration file?

    <p>ValueCacheSize</p> Signup and view all the answers

    When the Value cache is full, what mode does Zabbix start working in?

    <p>Low memory mode</p> Signup and view all the answers

    Which of the following is not a data collector in Zabbix?

    <p>Cache pollers</p> Signup and view all the answers

    Which process in Zabbix is responsible for specific tasks related to data storage and maintenance?

    <p>Housekeepers</p> Signup and view all the answers

    What does the sample Zabbix server configuration file provide?

    <p>Tuning examples for processes and in-memory cache sizes</p> Signup and view all the answers

    What significantly affects Zabbix performance, as all collected data must be written into it?

    <p>Database performance</p> Signup and view all the answers

    What is emphasized for optimizing MySQL database performance in Zabbix?

    <p>Minimal tuning and using the latest stable version</p> Signup and view all the answers

    Which Zabbix process is responsible for problem suppression?

    <p>Housekeepers</p> Signup and view all the answers

    What type of poller is not mentioned as a data collector in Zabbix?

    <p>Cache pollers</p> Signup and view all the answers

    What does Zabbix start working in when the Value cache is full?

    <p>Low memory mode</p> Signup and view all the answers

    Study Notes

    Zabbix Server Performance Metrics and Tuning

    • Zabbix server has performance metrics such as cache hits and misses, with the cache size controlled by the ValueCacheSize parameter in the Zabbix server configuration file.
    • When the Value cache is full, Zabbix starts working in low memory mode, making internal monitoring and direct DB queries, which can degrade overall performance.
    • Data collectors in Zabbix include pollers for passive and active checks, trappers, ICMP pingers, history pollers, ODBC pollers, HTTP pollers, Java pollers, proxy pollers, and discoverers.
    • Internal processes in Zabbix involve history syncers, configuration syncers, housekeepers, and timers, each responsible for specific tasks related to data storage, configuration, maintenance, and problem suppression.
    • A sample Zabbix server configuration file is provided, with tuning examples for processes and in-memory cache sizes.
    • A data collection diagram illustrates the various data collectors, internal processes, and caches in Zabbix.
    • Practical setup instructions are provided, including testing configuration cache size, linking templates, and changing item update intervals.
    • Database performance significantly affects Zabbix performance, as all collected data must be written into the database, and various Zabbix processes access the database directly.
    • MySQL tips for optimizing database performance are provided, emphasizing the importance of minimal tuning and using the latest stable version for significant performance improvements.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    ZCP_day_3_slides_Part6.pdf

    Description

    Test your knowledge of Zabbix server performance metrics and tuning with this quiz. Explore cache size control, data collectors, internal processes, practical setup instructions, and database performance optimization tips to enhance Zabbix server performance.

    More Like This

    Use Quizgecko on...
    Browser
    Browser