Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdogruyol/cryload
HTTP benchmarking tool written in Crystal
https://github.com/sdogruyol/cryload
Last synced: about 2 months ago
JSON representation
HTTP benchmarking tool written in Crystal
- Host: GitHub
- URL: https://github.com/sdogruyol/cryload
- Owner: sdogruyol
- License: mit
- Created: 2015-07-25T17:55:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T16:30:43.000Z (over 3 years ago)
- Last Synced: 2024-10-27T07:32:31.663Z (about 2 months ago)
- Language: Crystal
- Homepage:
- Size: 453 KB
- Stars: 121
- Watchers: 6
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crystal - cryload - HTTP benchmarking tool (HTTP)
- awesome-crystal - cryload - HTTP benchmarking tool (HTTP)
README
# cryload
HTTP benchmarking tool writen in [Crystal](http://crystal-lang.org/)
## Installation
### From Source
Cryload is tested on Crystal `0.9.1`
```
git clone https://github.com/Sdogruyol/cryload.git && cd cryload
crystal build src/cryload.cr --release
```### OS X
```
brew tap sdogruyol/cryload
brew install cryload
```## Usage
You can specify the number of requests after the url. The default request number is 1000.```
./cryload -s http://wwww.localhost:9292 -n 10000
```![Screenshot](screenshot.png)
### Bash Completion
Run these commands to enable Bash Autocompletion
```
cryload --completion >> ~/.cryload.completion.sh
echo 'source ~/.cryload.completion.sh' >> .bash_profile
```## Development
DONE:
1. Request number
2. Pretty output
3. Performance
4. Kill signal handlingTODO:
1. Multithreading
## Contributing
1. Fork it ( https://github.com/sdogruyol/cryload/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request## Contributors
- [Sdogruyol](https://github.com/sdogruyol) Sdogruyol - creator, maintainer