freebsd-ports/benchmarks/apib/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

13 lines
617 B
Text

apib is a tool that makes it easy to run performance tests of HTTP API
servers. It has most of the features of Apache Bench (ab), but is also
intended as a more modern replacement. In particular, it offers:
- Proper HTTP 1.1 support including keep-alives and chunked encoding
- Ability to spawn multiple I/O threads to take advantage of multiple
CPU cores
- Non-blocking I/O for high concurrency
- Support for POST and PUT of large objects
- Support for OAuth 1.0 signatures
- Ability to output results to a file so they may be automated
- Remote CPU monitoring
- Simple command-line interface