https://github.com/teaglebuilt/storm
Command Line Interface for load testing web services
https://github.com/teaglebuilt/storm
api-testing asyncio cli command-line-tool load-testing python requests
Last synced: about 2 months ago
JSON representation
Command Line Interface for load testing web services
- Host: GitHub
- URL: https://github.com/teaglebuilt/storm
- Owner: teaglebuilt
- Created: 2019-09-20T19:31:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:37:24.000Z (over 3 years ago)
- Last Synced: 2025-04-04T20:46:42.415Z (about 1 year ago)
- Topics: api-testing, asyncio, cli, command-line-tool, load-testing, python, requests
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storm
> Command Line Interface for load testing services
Simplify load testing in a quick and orderly fashion from your fingertips in your terminal workspace. This is not ready for use.
### Coming to Pypi soon
sample command
```
storm -r 100 -c 10 https://google.com
```
> Initial Output
```
.... Running!
Requests: 100
Concurrency: 10
JSON File: None
URL: https://google.com
```
> When complete
```
.... Done!
--- Results ---
Slowest 1.446800993s
Fastest 0.4680411059999998s
Average 0.644037188s
Total Time 7.283678078s
Requests Per Min 824s
Requests Per Sec 14s
```