Nettest is a high-performance server and client for network speed measurement, written in Rust. The tool supports modern communication protocols and provides real-time accurate measurements with beautiful visualization.
π Complete Documentation: https://specure.github.io/nettest/docs
- Multithreading - Handle multiple clients simultaneously
- Asynchronous architecture - Efficient resource utilization
- Connection queue - Smart load distribution between workers
- TCP connections - Direct connection for maximum performance
- WebSocket - Browser client support
- TLS/SSL - Secure connections
- Interactive speed graphs - Real-time download and upload visualization
- Beautiful UI - Modern, responsive interface
- Live measurements - See your network performance in real-time
- Configurable number of workers
- Configurable ports and addresses
- SSL/TLS certificate support
Experience real-time network measurements with beautiful visualization
π Launch Measurement InterfaceDownload the latest builds directly:
- Ubuntu 24.04 x86_64: nettest-ubuntu-24-x86_64.tar.gz
- Ubuntu 24.04 ARM64: nettest-ubuntu-24-aarch64.tar.gz
- Ubuntu 22.04 x86_64: nettest-ubuntu-22-x86_64.tar.gz
- Ubuntu 22.04 ARM64: nettest-ubuntu-22-aarch64.tar.gz
- Debian 12 (Bookworm) x86_64: nettest-debian-12-x86_64.tar.gz
- Debian 12 (Bookworm) ARM64: nettest-debian-12-aarch64.tar.gz
- Debian 11 (Bullseye) x86_64: nettest-debian-11-x86_64.tar.gz
- Debian 11 (Bullseye) ARM64: nettest-debian-11-aarch64.tar.gz
- macOS Apple Silicon: nettest-macos-aarch64.tar.gz
- macOS Intel: nettest-macos-x86_64.tar.gz
- Windows x86_64: nettest-windows-x86_64.zip
- Windows ARM64: nettest-windows-aarch64.zip
Note:
- Download the appropriate archive for your architecture and distribution
- Extract:
- Linux/macOS:
tar -xzf nettest-<distribution>-<arch>.tar.gz
- Windows: Extract the ZIP file
- Run:
- Linux/macOS:
./nettest -s
(server) or./nettest -c <address>
(client)- Windows:
nettest.exe -s
(server) ornettest.exe -c <address>
(client)
# Debug build
cargo build
# Release build with optimizations
cargo build --release
The project includes automated builds via GitHub Actions:
- Ubuntu builds: Latest and LTS versions with native compilation
- Debian builds: Multiple versions (11, 12) for maximum compatibility
- macOS builds: Apple Silicon and Intel architectures
- Windows builds: x86_64 and ARM64 architectures
# Basic run
nettest -s
# TCP client
nettest -c <SERVER_ADDRESS>
# WebSocket client
nettest -c <SERVER_ADDRESS> -ws
# TLS client
nettest -c <SERVER_ADDRESS> -tls
Parameter | Description | Default |
---|---|---|
-l |
TCP listen address and port | 5005 |
-L |
TLS listen address and port | 443 |
-c |
Path to SSL certificate (PEM format) | - |
-k |
Path to SSL key file (PEM format) | - |
-u |
Drop privileges to specified user | - |
-d |
Run as daemon in background | false |
-log |
Log level (info, debug, trace) | - |
Parameter | Description | Default |
---|---|---|
-c |
Server address | 127.0.0.1 |
-tls |
Use TLS connection | false |
-ws |
Use WebSocket connection | false |
-t |
Number of threads | 3 |
-p |
Port number | 8080 |
-g |
Generate graphs | false |
-log |
Log level (info, debug, trace) | - |
Direct TCP connection for maximum performance:
Client <ββTCPββ> Server
Browser client support:
Client <ββWebSocketββ> Server
Secure connections:
Client <ββTLSββ> Server
Nettest is optimized for high performance:
- Multithreading: One server can support multiple clients
- Asynchronous processing: Efficient CPU and memory usage
- Smart queue: Automatic load distribution between workers
- Minimal latency: Optimized architecture for accurate measurements
- Live speed change visualization
- Detailed upload and download statistics
- Interactive charts with smooth animations
- Download speed - Real-time download performance
- Upload speed - Real-time upload performance
- Latency - Network response time
- Rust: 1.70+ (latest stable)
- Linux/macOS/Windows: Support for all major platforms
- Source code: Apache License 2.0 (LICENSE.txt)
We welcome contributions to Nettest development! Please read our contributing guidelines.
Nettest - Your reliable tool for network speed measurement! π