https://github.com/scorphus/plugin-ab
Collection of Fish functions to aid benchmarking with ApacheBench
https://github.com/scorphus/plugin-ab
Last synced: about 1 year ago
JSON representation
Collection of Fish functions to aid benchmarking with ApacheBench
- Host: GitHub
- URL: https://github.com/scorphus/plugin-ab
- Owner: scorphus
- License: mit
- Created: 2015-10-29T01:36:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T03:15:16.000Z (about 10 years ago)
- Last Synced: 2025-02-16T20:28:05.872Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## ab
Collection of Fish functions to aid benchmarking with ApacheBench. The following
function are included:
- `ab-bench`: Benchmarch an application with AB
- `ab-plot`: Draw a plot from an AB gnuplot file
- `ab-scatterplot`: Draw a scatterplot from an AB gnuplot file
### Install
```fish
$ omf install https://github.com/scorphus/plugin-ab.git
```
## License
[MIT](http://opensource.org/licenses/MIT) © [scorphus](https://github.com/scorphus)