Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/negbie/hammerHEP
Stress your HEP server to the max
https://github.com/negbie/hammerHEP
Last synced: 17 days ago
JSON representation
Stress your HEP server to the max
- Host: GitHub
- URL: https://github.com/negbie/hammerHEP
- Owner: negbie
- Created: 2017-06-23T09:32:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T15:58:48.000Z (over 3 years ago)
- Last Synced: 2024-10-13T22:48:07.547Z (29 days ago)
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hep - hammerHEP - HEP Server stress-tool in Go (Contribution Guidelines / Tools)
README
![hammerHEPimg](https://user-images.githubusercontent.com/20154956/27484126-5eba9f42-5828-11e7-9ac5-ceda711253df.png)
### Install:
Get it from the releases:
https://github.com/negbie/hammerHEP/releasesOr:
```bash
go install github.com/negbie/hammerHEP
```### Usage of hammerHEP:
```bash
-address string
Destination Address (default "localhost")
-port string
Destination Port (default "9060")
-protocol string
Possible protocols are HEP,IPFIX (default "HEP")
-rate int
Packets per second (default 16)
-transport string
Possible transports are UDP,TCP,TLS (default "TLS")
################################################################hammerHEP -rate 100
```