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!