> For the complete documentation index, see [llms.txt](https://spacecore.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spacecore.gitbook.io/wiki/ua/network-and-security-configuration/network-speed-testing.md).

# &#x20;Вимірювання швидкості мережі \[SpeedTest]

Тут ви можете побачити, як виміряти швидкість мережі найпростішим і найефективнішим способом на VDS і виділених серверах під керуванням ОС Linux.

{% hint style="info" %}
Для прикладу буде використано Ubuntu 20.04 LTS.
{% endhint %}

## **Переходимо до встановлення**

Спочатку потрібно оновити списки пакетів і системні репозиторії за допомогою наступної команди:

```
sudo apt-get -y update
```

Після кількох хвилин процес завершиться, тоді нам потрібно встановити утиліту curl:

```
apt-get install -y curl
```

Готово!

<figure><img src="/files/mI5HHqfJjh6qQaSdrOhV" alt=""><figcaption></figcaption></figure>

Тепер завантажуємо файли програмного забезпечення Speedtest:

```
curl -s https://install.speedtest.net/app/cli/install.deb.sh | sudo bash
```

Файли успішно завантажено.

<figure><img src="/files/FlOeNMZwxYvqva674nIK" alt=""><figcaption></figcaption></figure>

Далі застосовуємо цю команду для розпакування та встановлення Speedtest:

```
sudo apt-get install speedtest
```

Speedtest встановлено.

<figure><img src="/files/vH2vJVJ8AjsFg5pGmgRs" alt=""><figcaption></figcaption></figure>

Тепер ми можемо використати просту команду для перевірки швидкості мережі:

```
speedtest
```

Введіть команду та прийміть ліцензію.

<figure><img src="/files/kyZkFxMI42C0NCWa2j84" alt=""><figcaption></figcaption></figure>

Потім починається процес вимірювання швидкості мережі.

<figure><img src="/files/sj80rHjlv22TwwLDdGqY" alt=""><figcaption></figcaption></figure>

Після завершення нам надається повна інформація про результати тесту.

<figure><img src="/files/LCbsuaSUiao31WHc4KQq" alt=""><figcaption></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://spacecore.gitbook.io/wiki/ua/network-and-security-configuration/network-speed-testing.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.
