Pull requests welcome
To edit I use Xmind
💰 - Paid services, tools, etc
- Siege
- Apache Benchmark
- wrk
- Vegeta
- Gatling
- httperf
- GoReplay
- weighttp
- httpress
- Web Polygraph
- Bees with Machine Guns!
- k6
- Blazemeter 💰
- CloudTest 💰
- flood IO 💰
- Loader 💰
- OctoPerf 💰
- stress-ng
- sysbench
- Phoronix Test Suite
- OpenSSL Speed
- TRex Realistic traffic generator
- Avalanche 💰
- hdparm -tT /dev/sda
- dd
- How to use 'dd' to benchmark your disk or CPU?
- Write
dd bs=16k count=102400 oflag=direct if=/dev/zero of=test_data
dd bs=1M count=256 if=/dev/zero of=test conv=fdatasync
- Read
dd bs=16K count=102400 iflag=direct if=test_data of=/dev/null
- Bonnie++
- Performance Testing Guidance for Web Applications
- Performance Testing Checklist
- JMeter Tutorial for Load Testing – The ULTIMATE Guide
- High Performance Browser Networking
- 3 best practices for container performance testing
- Measure Performance with the RAIL Model
- Using Avalanche vs. TRex to Simulate CDN and Attack Traffic