https://github.com/krisnova/load-test
Load testing a single host using only SSH and bash
https://github.com/krisnova/load-test
Last synced: over 1 year ago
JSON representation
Load testing a single host using only SSH and bash
- Host: GitHub
- URL: https://github.com/krisnova/load-test
- Owner: krisnova
- License: mit
- Created: 2023-02-06T17:59:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T18:27:40.000Z (over 3 years ago)
- Last Synced: 2025-01-31T09:31:57.839Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Load Test
Load testing for online hosts.
### Running a test
1. Edit the `hosts` file with the hosts you have SSH backend access to. Each of these hosts will be used to execute your test in parallel.
2. Edit the `test` file which is a bash script which will be executed on every host in the `hosts` file.
3. Run the `./run`file to begin the tests.
4. Tail the logs `tail -f out/*.log` to see stdout and stderr from the tests.
Note: You may add the same host to the `hosts` file more than once to run multiple copies of the same test on the host!