-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from scalableinternetservices/UpdateTsungSlides
Add tsung fixes
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,6 +115,18 @@ | |
/bin/launch_tsung.sh | ||
``` | ||
|
||
To fix security group names, replace | ||
|
||
```bash | ||
--security-groups='["tsung"]' \ | ||
``` | ||
|
||
by | ||
|
||
```bash | ||
--security-groups allow_http allow_ssh outbound_http outbound_tls \ | ||
``` | ||
|
||
You can manually run the script commands in case you want to update any params. | ||
|
||
```bash | ||
|
@@ -177,7 +189,7 @@ | |
ec2.cs291.com account: | ||
|
||
```sh | ||
rsync -auvL [email protected]:tsung_logs . | ||
rsync -auvLe 'ssh -i demo.pem' [email protected]:tsung_logs . | ||
``` | ||
|
||
Running that command a second time will only fetch any new files (assuming you | ||
|
@@ -461,7 +473,7 @@ | |
## Reminder: Fetch your Tsung data as soon as it is available | ||
|
||
```bash | ||
rsync -auvL [email protected]:tsung_logs . | ||
rsync -auvLe 'ssh -i demo.pem' [email protected]:tsung_logs . | ||
``` | ||
|
||
## Use tsplot to compare separate runs: | ||
|