autocannon

Fast HTTP/1.1 benchmarking tool written in Node.js

brewmacoslinux
Try with needOr install directly
Source

About

Fast HTTP/1.1 benchmarking tool written in Node.js

Commands

autocannon

Examples

Basic benchmark of a local server with default settings$ autocannon http://localhost:3000
Benchmark with 100 concurrent connections for 30 seconds$ autocannon -c 100 -d 30 http://localhost:3000
Benchmark a specific endpoint with custom headers$ autocannon -H 'Authorization: Bearer token' http://localhost:3000/api/endpoint