Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodkranz/crgo
https://github.com/rodkranz/crgo
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rodkranz/crgo
- Owner: rodkranz
- Created: 2016-09-15T18:21:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T13:10:19.000Z (over 7 years ago)
- Last Synced: 2024-11-07T22:42:30.525Z (about 2 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Concurrence Request Go #
- Use to test the time os request for websites.
- Concurrence Request
- Version: 1.0.0## Getting Started
The minimum requirement of GO is 1.5. ([Install Go](https://golang.org/dl/))
To install **crgo**
```
$ go get github.com/rlopes-fixeads/crgo
```
To compile **crgo**
```
$ go build -x crgo main.go
```
## How to useHow to use the **crgo**
```
$ crgo [url] [url] [url] ...
```
Example to use with urls.
```
$ ./crgo http://www.google.com/ http://www.facebook.com/ http://www.terra.com.br/
[0.14s] elapsed time for request [http://www.google.com/] with [11546]
[0.86s] elapsed time for request [http://www.facebook.com/] with [88051]
[0.98s] elapsed time for request [http://www.terra.com.br/] with [262425]
[1.77s] elapsed time.
```## License
This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.