How To Install tuned-utils-systemtap.noarch on Amazon Linux 2

In this tutorial we learn how to install tuned-utils-systemtap.noarch in Amazon Linux 2. tuned-utils-systemtap.noarch is Disk and net statistic monitoring systemtap scripts

Introduction

In this tutorial we learn how to install tuned-utils-systemtap.noarch on Amazon Linux 2.

What is tuned-utils-systemtap.noarch

This package contains several systemtap scripts to allow detailed manual monitoring of the system. Instead of the typical IO/sec it collects minimal, maximal and average time between operations to be able to identify applications that behave power inefficient (many small operations instead of fewer large ones).

We can use yum to install tuned-utils-systemtap.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install tuned-utils-systemtap.noarch.

Install tuned-utils-systemtap.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install tuned-utils-systemtap.noarch using yum by running the following command:

sudo yum -y install tuned-utils-systemtap.noarch

How To Uninstall tuned-utils-systemtap.noarch on Amazon Linux 2

To uninstall only the tuned-utils-systemtap.noarch package we can use the following command:

sudo yum remove tuned-utils-systemtap.noarch

tuned-utils-systemtap.noarch Package Contents on Amazon Linux 2

/usr/sbin/diskdevstat
/usr/sbin/netdevstat
/usr/sbin/scomes
/usr/sbin/varnetload
/usr/share/doc/tuned-utils-systemtap-2.8.0
/usr/share/doc/tuned-utils-systemtap-2.8.0/COPYING
/usr/share/doc/tuned-utils-systemtap-2.8.0/README.scomes
/usr/share/doc/tuned-utils-systemtap-2.8.0/README.utils
/usr/share/man/man8/diskdevstat.8.gz
/usr/share/man/man8/netdevstat.8.gz
/usr/share/man/man8/scomes.8.gz
/usr/share/man/man8/varnetload.8.gz

References

Summary

In this tutorial we learn how to install tuned-utils-systemtap.noarch on Amazon Linux 2 using yum.