Skip to content

Commit

Permalink
chore: Fix typo s/enviornment/environment/
Browse files Browse the repository at this point in the history
Signed-off-by: hugo-syn <hugo.vincent@synacktiv.com>
  • Loading branch information
hugo-syn committed Jan 18, 2024
1 parent f203c7f commit 2390681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A CLI tool to gather many pieces of performance data in one go. APerf includes a
## Why does APerf exist?
Performance issues in applications are investigated by recreating them locally and collecting data/metrics using monitoring tools like sysstat, perf, sysctl, ebpf, etc... or by running these tools remotely. Installing and executing various performance monitoring tools is a manual process and prone to errors. Even with the [Graviton Performance Runbook](https://github.com/aws/aws-graviton-getting-started/blob/main/perfrunbook/graviton_perfrunbook.md), understanding the output of these tools requires deep domain specific knowledge.

The aim of APerf is to enable anyone to collect performance data in their enviornment while providing tools to analyze and visualize application performance. APerf will hopefully enable faster troubleshooting by analyzing and highlighting deviations in performance between two application environments automatically.
The aim of APerf is to enable anyone to collect performance data in their environment while providing tools to analyze and visualize application performance. APerf will hopefully enable faster troubleshooting by analyzing and highlighting deviations in performance between two application environments automatically.

## What data does APerf collect?
APerf collects the following metadata:
Expand Down

0 comments on commit 2390681

Please sign in to comment.