> For the complete documentation index, see [llms.txt](https://docs.volunteers.thousandeyes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.volunteers.thousandeyes.com/help-center/our-tests/understanding-jitter.md).

# Understanding Jitter

![A cartoon of a blue square holding a question mark](https://3563921600-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6z2V3g47NJC7MtPOg7A2%2Fuploads%2Fgit-blob-ede2edecafc8c436e195dc934a6770e9af89ce69%2Funderstanding-jitter_1.png?alt=media)

Jitter is the amount of variation in latency. It’s measured in milliseconds. You can think of it as the time difference between each [packet of data](https://docs.volunteers.thousandeyes.com/help-center/our-tests/understanding-latency-packet-loss).

Packets should be sent over a network in a steady, continuous stream and with the packets evenly spaced. Imagine sending each page of a book to someone one page at a time. You want each page to get there in the right order and in a steady stream so the person at the other end can read the book without any problems. Sometimes packets can end up in a queue, delaying the steady stream of packets and disrupting the stability or your internet performance.

The lower your jitter the better (e.g., 5 ms is better than 10 ms).

If you are experiencing erratic internet performance and your jitter results are very high (in the region of 100 ms or higher) then you may wish to speak to your ISP to resolve the issue.

**Note**: You can export data to an excel sheet or as an image to share it with your ISP (internet service provider). Go to **Analytics**, select **Create chart**, then click **Download CSV** below the chart.

![Jitter chart](https://3563921600-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6z2V3g47NJC7MtPOg7A2%2Fuploads%2Fgit-blob-2e6fb3431f7cb048d4441aa5d8e1a00da9f794f1%2Funderstanding-jitter_2.png?alt=media)


---

# 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.volunteers.thousandeyes.com/help-center/our-tests/understanding-jitter.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.
