Skip to content

Commit

Permalink
README: Explicit the main requirements
Browse files Browse the repository at this point in the history
When people discover the project, it's cool to give a quick overview of
what are the dependencies to make this project being used.

Signed-off-by: Erwan Velu <e.velu@criteo.com>
  • Loading branch information
ErwanAliasr1 committed May 23, 2024
1 parent fb12867 commit 1765716
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,17 @@ If a single output file is provided, **hwgraph** plots for each benchmark :
If multiple output files are passed as arguments, and only if they were generated with the same script file, **hwgraph** will compare for each benchmark the performance metrics.

For more details, see the specific documentation.

# Requirements
## Mandatory
- python >= 3.9
- turbostat >= 2022.07.28
- numactl
- dmidecode
- util-linux >= 2.32
- lspci
- rpm

## Optional
- ipmitool
- ilorest (for HPE servers)

0 comments on commit 1765716

Please sign in to comment.