NetRunner CLI
A feature-rich Rust-based CLI to test and analyze your internet connection with style.
✨ Features
- 🚀 Beautiful Animations - Watch your tests progress with stylish visuals
- 📊 Comprehensive Metrics - Download, upload, ping, jitter, packet loss, and more
- 🔍 Network Diagnostics - Detailed analysis of your network configuration
- 📈 Test History - Track your connection over time with historical data
- 🌡️ Quality Ratings - Get a clear assessment of your connection quality
- 🎯 Multi-Server Testing - Test against multiple servers for accurate results
- 🎨 Colorful Output - Easy-to-read, color-coded results
- 💻 Cross-Platform - Works on Windows, macOS, and Linux
📥 Installation
From Crates.io
From Source
🚀 Usage
# Run an interactive menu
# Run a speed test with animations
# Run a network diagnostics test
# View your test history
# Run a full network analysis
# Output results in JSON format
# Run with detailed output
# Get help with all options
🎮 Interactive Mode
NetRunner CLI features a beautiful interactive menu. Just run:
And select from options including:
- 🚀 Run Speed Test
- 🔍 Run Network Diagnostics
- 📈 View Test History
- 🌐 Full Network Analysis
📋 Command Reference
Test Modes
speed
- Run a comprehensive internet speed testdiag
- Run network diagnostics to analyze your connectionhistory
- View and analyze your previous test resultsfull
- Run both speed test and diagnostics for complete analysis
Options
-s, --server <URL>
- Set custom test server URL-z, --size <MB>
- Set test file size in MB-t, --timeout <SECONDS>
- Set timeout for each test-j, --json
- Output results in JSON format-n, --no-animation
- Disable animations-d, --detail <LEVEL>
- Set detail level (basic, standard, detailed, debug)-m, --mode <MODE>
- Set test mode (speed, diag, history, full)-h, --help
- Display help information-V, --version
- Display version information
📈 Understanding Your Results
NetRunner provides a comprehensive assessment of your internet connection:
Metric | Excellent | Good | Average | Poor | Very Poor |
---|---|---|---|---|---|
Download | ≥100 Mbps | ≥50 Mbps | ≥25 Mbps | ≥10 Mbps | <10 Mbps |
Upload | ≥20 Mbps | ≥10 Mbps | ≥5 Mbps | ≥2 Mbps | <2 Mbps |
Ping | <20 ms | <50 ms | <100 ms | <150 ms | ≥150 ms |
Jitter | <5 ms | <15 ms | <25 ms | <40 ms | ≥40 ms |
Packet Loss | <0.1% | <1% | <2.5% | <5% | ≥5% |
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository at https://github.com/sorinirimies/netrunner_cli
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
📜 Changelog
See the CHANGELOG.md file for details on all changes.
Note: The changelog is automatically generated on each release using git-cliff. All commit messages are categorized and included in the release notes.