A system administrator has noticed that a server's time is not in sync with its designated time source. They need to verify the current synchronization status and performance of the server's timekeeping. Which command should they use?
To check the current time synchronization status and performance metrics such as system time, frequency, and estimated error, the chronyc tracking command should be used. This command provides detailed information about the performance of the timekeeping system, making it invaluable for diagnosing issues related to time synchronization. Other commands like chronyc sources, chronyc add server, and chronyc sourcestats serve different purposes: sources displays information about the time sources that are currently being used, add server is not a valid command, and sourcestats reports on the drift and dispersion of the sources being tracked. However, when it comes to verifying the synchronization status and performance of the server, chronyc tracking is the correct command to use.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What does the `chronyc tracking` command provide?
Open an interactive chat with Bash
What are the functions of the other `chronyc` commands mentioned?
Open an interactive chat with Bash
What is the significance of time synchronization in servers?