Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aybabtme/monitor
Quick and dirty HTTP monitoring tool
https://github.com/aybabtme/monitor
Last synced: about 1 month ago
JSON representation
Quick and dirty HTTP monitoring tool
- Host: GitHub
- URL: https://github.com/aybabtme/monitor
- Owner: aybabtme
- Created: 2014-11-11T19:02:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-26T10:19:41.000Z (almost 10 years ago)
- Last Synced: 2023-03-30T06:26:08.972Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 578 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monitor
HTTP monitoring tool. `GET` an endpoint at some frequency, with some
concurrency, for some duration. See how it reacts.# Demo
![demo-of-command](https://raw.githubusercontent.com/aybabtme/monitor/master/demo.gif)
## load testing
This tool is not meant as a load tester, although it can likely serve
like that.It's really more meant to get a rough idea of the performance of an HTTP
endpoint. It's not fancy at all.Checkout [`boom`][boom] or [`vegeta`][vegeta] if you want something more fancy in Go,
or use `ab` or [`siege`][siege][boom]: https://github.com/rakyll/boom
[vegeta]: https://github.com/tsenart/vegeta
[siege]: http://www.joedog.org/siege-home/