npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

pongspeedtest

v1.2.0

Published

Fast internet speed test, DNS lookup, latency map, and outage checker from your terminal. Ping, download, upload, jitter, bufferbloat, What's My IP, and more.

Downloads

79

Readme

pong

Fast internet speed test from your terminal. Ping, download, upload, jitter, bufferbloat, and experience scores.

Zero dependencies. Works with Node.js 18+.

Install

npm install -g pongspeedtest

Usage

# Full speed test
pong

# Choose a server
pong --server lax

# JSON output (for scripts and piping)
pong --json

# Compact one-line output
pong --simple

# Skip phases you don't need
pong --skip upload,bloat

# List available servers
pong --list-servers

Output

  ▸ pong speed test  —  Auto (Nearest)
  ────────────────────────────────────────────────

  Ping       26.2 ms  (Good)
  Jitter     2.1 ms   (Excellent)

  Download   302 Mbps  (Excellent)

  Upload     36.3 Mbps  (Good)

  Bloat      Grade A  (+3ms under load)

  ────────────────────────────────────────────────
  Experience Scores

  4K Video     ████████████████████ 100/100
  Video Call   ██████████████████░░  89/100
  Gaming       ██████████████████░░  89/100
  Web          ███████████████████░  96/100

  Share results: https://pong.com/results?src=cli&...

  Powered by pong.com

JSON Output

pong --json | jq .download
{
  "server": { "code": "auto", "name": "Auto (Nearest)" },
  "ping": 26.2,
  "jitter": 2.1,
  "download": 302.4,
  "upload": 36.3,
  "bufferbloat": { "grade": "A", "bloatMs": 3.2 },
  "scores": { "video4k": 100, "videoCall": 89, "gaming": 89, "web": 96 },
  "resultsUrl": "https://pong.com/results?src=cli&..."
}

Servers

| Code | Location | |------|----------| | auto | Auto nearest (default) | | ewr | Newark, US | | lax | Los Angeles, US | | yyz | Toronto, CA | | lhr | London, GB | | fra | Frankfurt, DE | | nrt | Tokyo, JP | | sin | Singapore, SG | | bom | Mumbai, IN | | syd | Sydney, AU | | gru | Sao Paulo, BR |

What's Measured

  • Ping: Round-trip latency (trimmed mean of 20 samples)
  • Jitter: Latency variation (mean absolute deviation)
  • Download: Multi-stream download throughput
  • Upload: Multi-stream upload throughput
  • Bufferbloat: Latency increase under load (graded A through F)
  • Experience Scores: 4K Video, Video Call, Gaming, Web Browsing (0 to 100)

License

MIT. By pong.com.