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

# Ping Test & Latency Tools

> Use EDBB’s latency, gateway, and looking-glass tools to benchmark network routes and choose the best VPS location.

export const CtaButton = ({label, link, openInNewTab}) => <a className="custom-cta-button" href={link} target={openInNewTab ? "_blank" : "_self"} rel={openInNewTab ? "noreferrer" : undefined}>
    {label}
  </a>;

# Measure Latency Before You Deploy

<Info>
  EDBB offers public tools so you can evaluate round-trip times and routing paths without provisioning a VPS. Combine them to pick the ideal data center for your workload.
</Info>

***

## Latency - Route Testing Toolkit

<CardGroup cols={2}>
  <Card title="🌍 Latency App">
    Compare round-trip times from your location to each EDBB POP.

    <CtaButton label="Open Latency Dashboard" link="https://latency.edbb.com" openInNewTab={true} />
  </Card>

  <Card title="🔭 Looking Glass">
    Run pings, traceroutes, and MTR tests directly from our network.

    <CtaButton label="Open Looking Glass" link="https://www.edbb.com/blog/looking-glass#list-of-our-worldwide-looking-glass-servers" openInNewTab={true} />
  </Card>

  <Card title="📡 Pingable Gateways">
    Benchmark latency with our on-net gateway list (no login required).

    <CtaButton label="View Gateway List" link="https://my.edbb.com/stgfefew_net_list.php" openInNewTab={true} />
  </Card>

  <Card title="🗺️ Location Map">
    Visualize our global footprint and drill into each data center.

    <CtaButton label="View Location Map" link="https://www.google.com/maps/d/u/0/edit?mid=1OMZyb6w3t_MNEQ-XYb8QlFjwqio&usp=sharing" openInNewTab={true} />
  </Card>
</CardGroup>

***

## Suggested Workflow

1. **Latency scan** – run the latency app to shortlist the top-performing locations.
2. **Route verification** – use the Looking Glass to confirm stable paths and evaluate packet loss.
3. **Gateway pings** – test the on-net gateway for the final candidates to gauge consistency.
4. **Document results** – save the numbers so you can compare with other providers or regions later.

With these tools, you can make a data-driven decision about where to deploy your EDBB VPS.
