https://github.com/ohler55/perfer
HTTP performance benchmark tool.
https://github.com/ohler55/perfer
Last synced: 5 months ago
JSON representation
HTTP performance benchmark tool.
- Host: GitHub
- URL: https://github.com/ohler55/perfer
- Owner: ohler55
- License: mit
- Created: 2018-02-11T15:07:45.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-07T08:07:06.000Z (over 1 year ago)
- Last Synced: 2025-04-30T20:04:07.593Z (5 months ago)
- Language: C
- Size: 84 KB
- Stars: 32
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# perfer
[](http://travis-ci.org/ohler55/perfer?branch=master)
High performance HTTP benchmarking tool.
## Usage
```
$ perfer --threads 4 --connections 20 --path index.html locahost:8080
```## Installation
```
$ make
```After running make the **perfer** app should be in the `bin` directory.
## What is it?
**perfer** is a High performance HTTP benchmarking tool. It attempts to
make as many request as it can to an address and port. While sending requests
and receiving responses it tracks the throughtput and latency averages and
reports those at the end of the run. **perfer** was developed to be able to
find the limits on [OpO](http://opo.technology) and then on the
[Agoo](https://github.com/ohler55/agoo) Ruby gem.## Releases
See [file:CHANGELOG.md](CHANGELOG.md)
Releases are made from the master branch. The default branch for checkout is
the develop branch. Pull requests should be made against the develop branch.## Links
- *GitHub* *repo*: https://github.com/ohler55/perfer
Follow [@peterohler on Twitter](http://twitter.com/#!/peterohler) for
announcements and news about the perfer application.