> For the complete documentation index, see [llms.txt](https://docs.cloudeka.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.id/deka_flexi/deka-agent/detail-deka-agent/system-timesync.md).

# System Timesync

Displays metrics related to time synchronization between different systems in the network. There are several graphs in System Timesync including the following:

## **Time Synchronized Drift**

Indicates how well the system has kept time synchronized with the time reference.

<figure><img src="https://lh7-us.googleusercontent.com/m2SMCa7QWrrzG1xFrR2ivmc_NdmcsC_n8_2PQmYlq73pYzhQARtwPGZany-691ovQmP6_lNEqyVfDGjE7-BrArcQPpSFkF-TDFfPgTwFoOfWKJMJmcPfC3shYtfVj9n_QcWUjOXjWqTP5hsdgnnxYTU" alt=""><figcaption><p>System Timesync </p></figcaption></figure>

## **Time PLL Adjust**

PPL (Phase-Locked Loop) is a method used to adjust the frequency and phase of a time signal to ensure proper synchronization with the time frequency.

<figure><img src="https://lh7-us.googleusercontent.com/eZh9Nxu78I_b0ybMrEShCJYv6hGRJ_4U6qPG7msPRw7Ogw9hqLXnTYv0PtsOc1dIV40U5yaNUSUh4QGiYhWEoy1km_Datxs0gaJVdA9MHvOgdN_0XB7dDYKDWOvSRZ9vN0HB29vjWmvlzojPhtU8pig" alt=""><figcaption><p>System Timesync</p></figcaption></figure>

## **Time Synchronized Status**

Displays information about whether the system has successfully synchronized the time with the time reference or not.

<figure><img src="https://lh7-us.googleusercontent.com/Icme18TBSmN75KZgL5OVOg7eroaktwjcDuv579sa2QJsFNI9RP-6LEAMUi-roUqbRJQF_RMSo6Ckq84ALzP-E5mYPpMrLxCJoffpE6k8VH494wq8ioWSjMM4roke4U2JBy9V96yDqAeOuZjQn9hPnYU" alt=""><figcaption><p>System Timesync</p></figcaption></figure>

## **Time Misc**

Displaying time-related metrics that are not included in other categories includes additional information about timing or other variables relevant to time management.

<figure><img src="https://lh7-us.googleusercontent.com/43Uw9fxDgRsZU0rZ3JNP3t0SFIf1vNFdedOt-bXSpyqGAnc7pPPN-eAi--CFf4hptj615WsNSjruO9hdBEJj20PF3FdDV47fvbie0v0ZolIvf8iIXh1wI5GuM1N18ub_un5PE8igxAU_KeTSx_NVGUg" alt=""><figcaption><p>System Timesync</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cloudeka.id/deka_flexi/deka-agent/detail-deka-agent/system-timesync.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
