> ## Documentation Index
> Fetch the complete documentation index at: https://io.net/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Connectivity Displays Incorrectly

> To troubleshoot connectivity tier issues, users can test network speeds via a sample Docker container. Here's how:

1. Pull the Python 3.9 Slim container:

   ```
   docker pull python:3.9-slim
   ```
2. Run the container:

   ```
   docker run -it --name speedtest-container python:3.9-slim /bin/bash
   ```
3. Install the speedtest tool:

   ```
   pip install speedtest-cli
   ```
4. Test the network speed:

   ```
   speedtest-cli
   ```

<Frame>
  <img src="https://mintcdn.com/ionet-cca8037f/4P4zg-ApBHAWcHCz/images/docs/c253d1c75dd3b1539b73ff5dff611670c7b322ba8a1c05ffb80c46f44221db55-DockerIssue6.jpg?fit=max&auto=format&n=4P4zg-ApBHAWcHCz&q=85&s=cc6b9502f7455b3153e181bb556671e7" alt="" className="mx-auto" style={{ width:"81%" }} width="1314" height="1382" data-path="images/docs/c253d1c75dd3b1539b73ff5dff611670c7b322ba8a1c05ffb80c46f44221db55-DockerIssue6.jpg" />
</Frame>

We recommend running similar speed tests periodically within your containers to monitor connectivity performance. You can also guide users on how to perform these tests at regular intervals or during specific instances for troubleshooting.
