tuned
Contents
About
Daemon for monitoring and adaptive tuning of system devices The tuned package contains a daemon that tunes system settings dynamically. It does so by monitoring the usage of several system components periodically. Based on that information components will then be put into lower or higher power saving modes to adapt to the current usage. Currently only ethernet network and ATA harddisk devices are implemented.
- Cockpit relies on tuned
Other software in this domain
Installation
Install tuned
1 apt install tuned tuned-utils
Replace power-profiles-daemon with tuned-ppd
1 apt install tuned-ppd power-profiles-daemon-
Configure
The main configuration file is
/etc/tuned/tuned-main.conf
The tuned profiles can be set comfortably using cockpit or tuned-adm
1 tuned-adm profile virtual-host
Default profiles can be found below
/usr/lib/tuned/profiles/
Custom profiles can be put below
/etc/tuned/profiles/
Related commands
Export the content of the udev-database
1 udevadm info --export-db
Monitor udev events
1 udevadm monitor
Monitor activity of the power daemon
1 upower --monitor-detail
Dump all parameters for all devices of upower
1 upower --dump