Powerful capabilities for your performance testing needs
Execute thousands of concurrent connections with minimal resource overhead
Monitor and analyze performance metrics in real-time
Extend and customize functionality with pluggable modules
Test any TCP-based protocol with custom implementations
Export data in Apache Arrow format for advanced analysis
BSD 3-Clause licensed, free to use and modify
Define your test scenarios in TOML configuration files
Run as Commander, Edge, or Standalone based on your needs
Collect and analyze telemetry data in real-time
# Quick Start Example
[test]
name = "http_test"
duration = "30s"
rate = 100
[http]
method = "GET"
url = "http://localhost:8080"
timeout = "5s"