Skip to content

Commit

Permalink
Merge pull request #14 from criteo/require
Browse files Browse the repository at this point in the history
README: Explicit the main requirements
  • Loading branch information
ErwanAliasr1 authored May 24, 2024
2 parents fb12867 + 892abc6 commit bcb2a5b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,19 @@ 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
- [python dependencies](./requirements/base.in)
- turbostat >= 2022.07.28
- numactl
- dmidecode
- util-linux >= 2.32
- lspci
- rpm

## Optional
- ipmitool
- ilorest (for HPE servers)
- stress-ng >= 0.17.04

0 comments on commit bcb2a5b

Please sign in to comment.