salt.modules.tuned

Interface to Red Hat tuned-adm module

maintainer:

Syed Ali <alicsyed@gmail.com>

maturity:

new

depends:

tuned-adm

platform:

Linux

salt.modules.tuned.active()

Return current active profile in stdout key if retcode is 0, otherwise raw result

CLI Example:

salt '*' tuned.active
salt.modules.tuned.list_()

List the profiles available

CLI Example:

salt '*' tuned.list
salt.modules.tuned.off()

Turn off all profiles

CLI Example:

salt '*' tuned.off
salt.modules.tuned.profile(profile_name)

Activate specified profile

CLI Example:

salt '*' tuned.profile virtual-guest