> For the complete documentation index, see [llms.txt](https://wiki.qwins.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.qwins.co/nastroika-os-i-po/izmerenie-skorosti-seti.md).

# Измерение скорости сети

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

Установка:

Для начала нам нужно обновить списки пакетов и репозиториев системы, используем команду.

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

Через пару минут процесс завершился, далее нам нужно установить утилиту curl.

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

Теперь скачиваем файлы самого Speedtest были загружены на наш сервер.

```
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
```

После того, как все завершилось, мы видим, что файлы  успешно загружены.

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

После этого нам нужно установить сам Speedtest.

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

После не длительной установки видим, что все установлено. Теперь нам нужно ввести команду, что бы начать выполнять замер.

```
speedtest
```

<figure><img src="/files/TUDmVaUqpx0xJe8Yinzn" alt=""><figcaption><p>YES нужно ввести самому в ручном порядке.</p></figcaption></figure>

После принятия лицензии у Вас появится меню, где будут все данные.

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

По ссылке Result URL можно будет ознакомиться с результатами подробнее или сохранить их.

### Метод под Ubuntu 24.04

Для того, чтобы измерить скорость сети через Speedtest на последней версии Ubuntu, вам нужно прописать команду.

```
wget -qO- "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-x86_64.tgz" | tar xz && ./speedtest
```


---

# 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:

```
GET https://wiki.qwins.co/nastroika-os-i-po/izmerenie-skorosti-seti.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
