Speed Test Plugin

August 16, 2026 ยท View on GitHub

Internet speed test plugin for lla - test download speeds and latency from multiple servers.

Features

  • Full Speed Test: Test download speed from multiple CDN servers (Cloudflare, Google, GitHub)
  • Latency Testing: Measure ping latency to multiple DNS providers
  • Quick Test: Fast single-server speed test
  • History Tracking: Keep track of past speed test results
  • Speed Rating: Get a rating based on your connection speed

Installation

lla install
# Then enable the plugin
lla use  # Select speed_test

Usage

Run a Full Speed Test

lla plugin run speed_test test

Run a Quick Speed Test

lla plugin run speed_test quick

View Speed Test History

lla plugin run speed_test history

Clear History

lla plugin run speed_test clear-history

Interactive Menu

lla plugin run speed_test menu

Show Help

lla plugin run speed_test help

Configuration

The plugin stores its configuration in ~/.config/lla/speed_test/config.toml:

remember_history = true      # Save test results to history
max_history_size = 50        # Maximum history entries to keep
test_size_mb = 10            # Test file size in MB

[colors]
success = "bright_green"
info = "bright_cyan"
warning = "bright_yellow"
error = "bright_red"
speed_fast = "bright_green"
speed_medium = "bright_yellow"
speed_slow = "bright_red"

Output Example

๐Ÿš€ Running Internet Speed Test...
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

๐Ÿ“ก Testing latency...
   โ€ข Cloudflare DNS: 12ms
   โ€ข Google DNS: 15ms
   โ€ข OpenDNS: 18ms

โฌ‡๏ธ  Testing download speed...
   โ€ข Cloudflare: 85.42 Mbps
   โ€ข Google: 72.31 Mbps
   โ€ข GitHub: 68.15 Mbps

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿ“Š Results Summary
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
   Download Speed: 85.42 Mbps
   Best Server: Cloudflare
   Latency: 12ms
   Fastest DNS: Cloudflare DNS

   Rating: โœจ Very Good

โœ“ Test completed!