Skip to content

Commit

Permalink
Merge pull request #61 from aws/typo-fix
Browse files Browse the repository at this point in the history
Update EXAMPLE.md
  • Loading branch information
wash-amzn authored Mar 13, 2023
2 parents 6e9b84a + 8394b9d commit 388c66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EXAMPLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For the purpose of this example we will be collecting data on two systems. The f
./aperf-v0.1.4-alpha-x86_64/aperf-collector -i 1 -p 10 -r c6i_performance_run_1
```

To collect performance data in 1 second time intervals for 10 seconds on the C7gf instances, run the following command (note the `run_name` parameter has changed. This allows us to easily differentiate between two performance runs.
To collect performance data in 1 second time intervals for 10 seconds on the C7g instances, run the following command (note the `run_name` parameter has changed. This allows us to easily differentiate between two performance runs.

```
./aperf-v0.1.4-alpha-aarch64/aperf-collector -i 1 -p 10 -r c7g_performance_run_1
Expand Down Expand Up @@ -54,4 +54,4 @@ Here are some example screenshots showing the comparison of two different perfor
### Comparing Kernel Configs
![Compare Kernel Configs](images/kernel_config_compare.png "Comparing Kernel Connfigs")
### Comparing PMU Data
![Compare PMU Data](images/pmu_stat_compare.png "Comparing PMU Data")
![Compare PMU Data](images/pmu_stat_compare.png "Comparing PMU Data")

0 comments on commit 388c66b

Please sign in to comment.