Skip to content

Commit

Permalink
feat(sysstat): add support for sar
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Aug 20, 2024
1 parent eac093d commit 99127bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile-numa
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ FROM quay.io/centos/centos:stream9
# " > /etc/yum.repos.d/centos-stream9-app.repo
# RUN cat /etc/yum.repos.d/centos-stream9.repo
RUN dnf update -y
RUN dnf install -y numactl util-linux numactl-libs fio
RUN dnf install -y numactl util-linux numactl-libs fio sysstat
RUN [ "$(arch)" == "ppc64le" ] \
&& dnf install -y powerpc-utils \
|| echo "Not running on ppc64le, skip linking powerpc-utils dependency"
ADD scripts/report-hugepages.sh /
ADD scripts/report-numa.sh /
ADD scripts/run-fio.sh /
ADD scripts/run-fio.sh /

0 comments on commit 99127bc

Please sign in to comment.