Skip to content

Commit

Permalink
Merge pull request #99 from scalableinternetservices/UpdateTsungSlides
Browse files Browse the repository at this point in the history
Add tsung fixes
  • Loading branch information
sschang17 authored Nov 13, 2023
2 parents 270920a + 3622d7f commit 13c5d2d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions slides/2023/10_tsung/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 13c5d2d

Please sign in to comment.