apib

HTTP performance testing tool for APIs and web services

brewmacoslinux
Try with needOr install directly
Source

About

HTTP performance-testing tool

Commands

apib

Examples

Basic performance test with 100 requests to a URL$ apib -c 10 -d 30 http://example.com/api
Load test with custom headers and POST data$ apib -c 50 -d 60 -H 'Authorization: Bearer token' -p '{"key":"value"}' http://example.com/endpoint
Test with specific number of requests and concurrent connections$ apib -c 20 -n 1000 http://example.com/api/users