Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding screenshots to example #59

Merged
merged 2 commits into from
Mar 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions EXAMPLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,27 @@ The APerf Visualizer runs a webserver to visualize the results. To get started y

`aperf-visualizer` only listens for connections on localhost. If `aperf-visualizer` is running on a remote host you'll need to establish an SSH tunnel and then point a web browser to forwarded port established by the SSH tunnel. If you are running `aperf-visualizer` locally you can point your local web browser to `127.0.0.1:8080`.

When you connect to `aperf-visualizer` with your web browser you should see a screen like the following screenshot. This web page allows you to visualize the metrics collect by `aperf-collector`.

![Single Run Results](images/single_run_homepage.png "Single Run Results")

## Comparing Two Performance Run Results
To visualize and compare the results of two different performance runs, use the following command. This can be useful for comparing differences between systems.

```
./aperf-v0.1.4-alpha-aarch64/aperf-visualizer -p 8080 --run-directory c7g_performance_run_1 --run-directory c6i_performance_run_1
```
Here are some example screenshots showing the comparison of two different performance runs on each page:

### Comparing SUT Configs
![Compare SUT Config](images/sut_config_compare.png "Comparing SUT Config")
### Comparing sysctl Configs
![Compare sysctl Data](images/sysctl_data_compare.png "Comparing sysctl Data")
### Comparing CPU Utilization Data
![Compare CPU Data](images/cpu_util_compare.png "Comparing SUT Config")
### Comparing VM Stat Data
![Compare VM Stat Data](images/vm_stat_compare.png "Comparing VM Stat Config")
### 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")
Binary file added images/cpu_util_compare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kernel_config_compare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pmu_stat_compare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/single_run_homepage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sut_config_compare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sysctl_data_compare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vm_stat_compare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.