https://github.com/prateek/network-check-ec2-scripts
https://github.com/prateek/network-check-ec2-scripts
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prateek/network-check-ec2-scripts
- Owner: prateek
- Created: 2014-04-20T22:56:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-20T22:56:46.000Z (about 12 years ago)
- Last Synced: 2025-02-26T16:18:55.960Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Network Check Scripts #
A script to check the network latency between all pairs of EC2 hosts. It can be used to check if the nodes are within the same placement group.
The script assumes that all the nodes to be tested are provisioned using the same keypair, and no other nodes are provisioned using that keypair.
## Usage Notes ##
1. Fill in the appropriate values in `setEnv.sh`
```sh
export AWS_ACCESS_KEY=INSERT_HERE
export AWS_SECRET_KEY=INSERT_HERE
export AWS_REGION=INSERT_HERE
export KEY_NAME=INSERT_HERE
export KEY_PATH=INSERT_HERE
```
2. run `setEnv.sh`
3. run `iperf3Test.py`
4. Profit!