1
0
Fork 0
Tuning Profile Delivery Mechanism for Linux
Find a file
Ondřej Lysoněk fed000fd64 Fix typos in TIPS.txt
Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
2017-09-12 13:23:31 +02:00
contrib added upstart file to contrib 2015-04-28 17:25:21 +02:00
doc Fix typos in TIPS.txt 2017-09-12 13:23:31 +02:00
experiments powertop2tuned: used UTF-8 encoding 2017-03-15 14:09:50 +01:00
icons Added tuned icon and desktop file for GUI 2016-03-22 17:11:42 +01:00
libexec defirqaffinity: fix possible tracebacks 2017-07-10 14:23:35 +02:00
man Update man pages 2017-09-12 13:23:10 +02:00
profiles sap-hana: fixed description of the sap-hana profiles 2017-08-21 13:40:22 +02:00
systemtap misc: bumped year in copyright to 2013 2013-11-27 09:30:07 +01:00
tests move DeviceMatcher to hardware 2017-04-18 12:17:42 +02:00
tuned Merge pull request #63 from olysonek/logging 2017-08-29 18:21:35 +02:00
.gitignore update gitignore 2012-03-12 17:53:14 +01:00
00_tuned bootloader: add support for initrd overlays 2017-03-01 15:56:17 +01:00
AUTHORS Added tuned icon and desktop file for GUI 2016-03-22 17:11:42 +01:00
bootcmdline bootloader: add support for initrd overlays 2017-03-01 15:56:17 +01:00
com.redhat.tuned.gui.policy polkit: consolidated polkit action IDs to match DBus names 2016-06-08 17:36:00 +02:00
com.redhat.tuned.policy Add 'tuned-adm profile_mode' command 2017-08-03 15:24:17 +02:00
COPYING update GPLv2 license text (new FSF address) 2012-03-12 17:53:24 +01:00
dbus.conf Implemented polkit authorization 2016-06-10 11:57:33 +02:00
INSTALL install instructions 2012-03-12 17:53:02 +01:00
Makefile recommend: rename our default recommend rule file to 50-tuned.conf 2017-08-09 16:56:10 +02:00
modules.conf modules: Fix a comment in modules.conf 2017-07-10 10:21:55 +02:00
README Update README 2017-09-12 13:23:31 +02:00
recommend.conf Mark a comment in recommend.conf 2017-07-04 15:39:44 +02:00
tuned-adm.bash bash-completion: added support for 'tuned-adm verify' 2015-07-10 16:00:34 +02:00
tuned-adm.py Add 'tuned-adm profile_mode' command 2017-08-03 15:24:17 +02:00
tuned-gui.desktop Change desktop menu category for tuned-gui 2017-07-07 18:57:14 +02:00
tuned-gui.glade Added tuned-gui 2014-10-01 16:16:45 +02:00
tuned-gui.py Raise NotImplementedError instead of NotImplemented 2017-02-13 16:28:33 +01:00
tuned-main.conf Increase udev monitor buffer size, make it configurable 2017-08-15 13:04:01 +02:00
tuned.py tuned: fixed profile switching in no_daemon mode 2016-07-14 17:31:02 +02:00
tuned.service service: dropped syslog.target and added reference to other man pages 2017-05-12 16:15:40 +02:00
tuned.spec spec: make kernel-tools weak dep 2017-08-21 11:15:30 +02:00
tuned.tmpfiles Use /run instead of /var/run 2012-10-25 12:05:16 +02:00

Tuned: Daemon for monitoring and adaptive tuning of system devices.

(This is tuned 2.0 with a new code base. If you are looking for the older
version, please check out branch '1.0' in our Git repository.)

How to use it
-------------

In Fedora, Red Hat Enterprise Linux, and their derivates install tuned package
(optionally tuned-utils, tuned-utils-systemtap, and tuned-profiles-compat):

# yum install tuned

After the installation, start the tuned service:

# systemctl start tuned

You might also want to run tuned whenever your machine starts:

# systemctl enable tuned

If the daemon is running you can easily control it using 'tuned-adm' command
line utility. This tool communicates with the daemon over DBus. Any user can
list the available profiles and see which one is active. But the profiles can
be switched only by root user or by any user with physical console allocated
on the machine (X11, physical tty, but no SSH).

To see the current active profile, run:

$ tuned-adm active

To list all available profiles, run:

$ tuned-adm list

To switch to a different profile, run:

# tuned-adm profile <profile-name>

Your profile choice is also written into /etc/tuned/active_profile and this
choice is used when the daemon is restarted (e.g. with the machine reboot).

To disable all tunings, run:
# tuned-adm off

# tuned-adm recommend
Recommend profile suitable for your system. Currently only static detection is
implemented - it decides according to data in /etc/system-release-cpe and
virt-what output. The rules for autodetection are defined in the file
/usr/lib/tuned/recommend.d/50-tuned.conf. They can be overridden by the user by
putting a file to /etc/tuned/recommend.d or a file named recommend.conf into
/etc/tuned (see tuned-adm(8) for more details). The default rules recommend
profiles targeted to the best performance or the balanced profile if unsure.

Available tunings
-----------------

We are currenlty working on many new tuning features. Some are described in
the manual pages, some are yet undocumented.


Authors
-------

The best way to contact the authors of the project is to use our mailing list:
power-management@lists.fedoraproject.org

In case you want to contact individual author, you will find the e-mail
address in every commit message in our Git repository:
https://github.com/redhat-performance/tuned.git

You can also join #fedora-power IRC channel on Freenode.


License
-------

Copyright (C) 2008-2016 Red Hat, Inc.

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Full text of the license is enclosed in COPYING file.


The icon:

The Tuned icon was created by Mariia Leonova <mleonova@redhat.com> and it is
licensed under Creative Commons Attribution-ShareAlike 3.0 license
(http://creativecommons.org/licenses/by-sa/3.0/legalcode).