Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffynuts/hammer-url
Hammer an url for load-testing
https://github.com/fluffynuts/hammer-url
Last synced: 5 days ago
JSON representation
Hammer an url for load-testing
- Host: GitHub
- URL: https://github.com/fluffynuts/hammer-url
- Owner: fluffynuts
- License: bsd-3-clause
- Created: 2023-06-12T11:05:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-12T11:05:57.000Z (over 1 year ago)
- Last Synced: 2024-11-10T05:23:40.353Z (2 months ago)
- Language: C#
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hammer-url
---Simple load-testing tool: hammers the requested url as fast as possible with
the provided concurrencyUsage:
---
hammer-url.exe "http://www.some-service.net/path/to/api?a=b" -n 100will attempt to retrieve the value at "http://www.some-service.net/path/to/api?a=b" as
quickly as possible with a maximum concurrency of 100