1
0
Fork 0
Tuning Profile Delivery Mechanism for Linux
Find a file
Jaroslav Škarvada f0983b9bfc new release (2.5.0)
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2015-07-05 23:04:45 +02:00
contrib added upstart file to contrib 2015-04-28 17:25:21 +02:00
doc move manual pages to "man" directory 2012-03-12 17:53:02 +01:00
experiments powertop2tuned: fixed KeyError exception 2015-01-09 15:51:00 +01:00
libexec profiles: added realtime-virtual-guest/host profiles 2015-07-01 16:58:06 +02:00
man tuned: added one-shot no daemon mode 2015-07-02 17:17:31 +02:00
profiles profiles: added realtime-virtual-guest/host profiles 2015-07-01 16:58:06 +02:00
systemtap misc: bumped year in copyright to 2013 2013-11-27 09:30:07 +01:00
tests tests: added basic functionality test 2014-10-17 00:46:53 +02:00
tuned new release (2.5.0) 2015-07-05 23:04:45 +02:00
.gitignore update gitignore 2012-03-12 17:53:14 +01:00
00_tuned plugin_bootloader: fix for multiple parameters on command line 2014-10-06 10:56:42 +02:00
AUTHORS AUTHORS: update, complete list of contributors 2012-03-12 17:52:45 +01:00
bootcmdline plugins: added bootloader plugin 2014-09-29 16:33:56 +02:00
COPYING update GPLv2 license text (new FSF address) 2012-03-12 17:53:24 +01:00
dbus.conf tuned-adm: full permissions to users with physical access 2012-10-30 13:38:40 +01:00
INSTALL install instructions 2012-03-12 17:53:02 +01:00
Makefile profiles: added realtime-virtual-guest/host profiles 2015-07-01 16:58:06 +02:00
org.tuned.gui.policy tuned: added polkit configuration for tuned-gui 2014-10-01 19:56:06 +02:00
README doc: updated date in readme 2014-10-01 09:37:14 +02:00
recommend.conf recommend: added generic file check 2015-06-10 17:11:49 +02:00
tuned-adm.bash Fixed bash completion 2015-04-01 18:13:10 +02:00
tuned-adm.py tuned: added one-shot no daemon mode 2015-07-02 17:17:31 +02:00
tuned-gui.glade Added tuned-gui 2014-10-01 16:16:45 +02:00
tuned-gui.py recommend: add global config option to disable 'recommend' functionality 2015-06-10 16:26:36 +02:00
tuned-main.conf tuned: added one-shot no daemon mode 2015-07-02 17:17:31 +02:00
tuned.py tuned: added one-shot no daemon mode 2015-07-02 17:17:31 +02:00
tuned.service systemd: workaround for systemd/initscripts bug rhbz#1235768 related to sysctl 2015-06-26 17:34:01 +02:00
tuned.spec new release (2.5.0) 2015-07-05 23:04:45 +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>

And to disable all tunings, run:

# 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 recommend.conf
in profile directory. They can be overriden by user by putting the
recommend.conf into /etc/tuned. The default rules recommends profiles targeted
to the best performance or balanced profile if unsure.

# tuned-adm off

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).


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:
http://git.fedorahosted.org/cgit/tuned.git

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


License
-------

Copyright (C) 2008-2014 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.