# Network Speed Measurement \[SpeedTest]

Here you can see how to measure network speeds in the simplest and most efficient way on VDS and Dedicated servers running OC Linux.

{% hint style="info" %}
For example, **Ubuntu 20.04 LTS** will be used.
{% endhint %}

## Moving on to installation

First, we need to update the package lists and system repositories using the following command:

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

After a few minutes the process was finished, then we need to install the utility curl:

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

Is ready!

<figure><img src="https://287241268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyXvdNIxNLIOcexv7AfU2%2Fuploads%2FjdQyJv92BtvPGPX08xbh%2Fimage.png?alt=media&#x26;token=428cefb0-b1d9-4121-8aeb-4b138ee03ac2" alt=""><figcaption></figcaption></figure>

Now download files of **Speedtest** software itself:

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

Files downloaded successfully.

<figure><img src="https://287241268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyXvdNIxNLIOcexv7AfU2%2Fuploads%2FYpht8bbS04o0yV40t5gd%2Fimage.png?alt=media&#x26;token=1adbc93d-72f0-4b2b-a653-6030e5f9513f" alt=""><figcaption></figcaption></figure>

Next we apply this command to unpack and install Speedtest:

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

Speedtest is installed.

<figure><img src="https://287241268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyXvdNIxNLIOcexv7AfU2%2Fuploads%2F06vuauQBJPKpzbkDI30x%2Fimage.png?alt=media&#x26;token=b92c2d0f-e012-4669-a04b-3911296e1af7" alt=""><figcaption></figcaption></figure>

Now we can use a simple command to check the network speed:

```
speedtest
```

Enter the command and accept the license.

<figure><img src="https://287241268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyXvdNIxNLIOcexv7AfU2%2Fuploads%2F8XbvgeuvXmQOtkHv7L9W%2Fimage.png?alt=media&#x26;token=8eac5eee-1649-487d-a209-de14bb42d185" alt=""><figcaption></figcaption></figure>

Then begins the process of measuring the network speed.

<figure><img src="https://287241268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyXvdNIxNLIOcexv7AfU2%2Fuploads%2FVNc2JVEsH4SDyZ6ziBVt%2Fimage.png?alt=media&#x26;token=a9693bd8-df07-4d17-88a8-ba1045b80920" alt=""><figcaption></figcaption></figure>

Upon completion, we are provided with full information about the results of the test:

<figure><img src="https://287241268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyXvdNIxNLIOcexv7AfU2%2Fuploads%2FdbLNSiCDcyTozAdb46DA%2Fimage.png?alt=media&#x26;token=c4281a84-f3c3-40de-a784-1d4f07bce975" alt=""><figcaption></figcaption></figure>
