< Home - < Back

tuned-utils


Information about the package, tuned-utils, which is shipped with common Linux distributions. The tuned-utils package is designed for, Disk and net statistic monitoring systemtap scripts.


Package Name:

tuned-utils

Summary:

Disk and net statistic monitoring systemtap scripts

Description:

The tuned-utils 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).

Architecture:

noarch

Version:

0.2.19

Release:

18.el6

Size:

31 k

Repository:

base

From Repository:

Licence:

GPLv2+



Handy Yum Commands for tuned-utils


Control the tuned-utils package with the following handy commands outlined below.


Command

Description of Command

yum install tuned-utils

This command will install tuned-utils on the server.

yum remove tuned-utils

This command will un-install tuned-utils on the server. When you run this command, you will be asked if you are sure that you want to remove tuned-utils, so you have to manually confirm that you want to do this.

yum -y remove tuned-utils

This command will un-install tuned-utils on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove tuned-utils when using the -y flag.

yum update tuned-utils

This command will update tuned-utils to the latest version. When you run this command, you will be asked if you are sure that you want to remove tuned-utils, so you have to manually confirm that you want to do this.

yum -y update tuned-utils

This command will update tuned-utils to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove tuned-utils when using the -y flag.

yum info tuned-utils

This command will show you core information about the tuned-utils package.

yum deplist tuned-utils

This command will show you the dependencies for tuned-utils. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update tuned-utils

This command will check if there is an update waiting on tuned-utils. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.