An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)






## 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)