Documentation
¶
Overview ¶
Package main provides a command-line tool for benchmarking RADIUS server performance.
This tool tests RADIUS authentication and accounting services under various load conditions, providing detailed metrics on throughput, latency, and error rates.
Usage:
bmtest -b -server 127.0.0.1 -n 10000 -c 100 # Run benchmark test bmtest -auth -u testuser -p password # Test single authentication bmtest -acct-start -u testuser # Test accounting-start bmtest -config bm.yml # Load config from YAML file
The tool supports:
- Concurrent authentication and accounting testing
- Real-time statistics reporting
- CSV output for post-analysis
- YAML configuration files
- Single request testing for debugging
Click to show internal directories.
Click to hide internal directories.