1
0
Fork 0
Commit graph

34 commits

Author SHA1 Message Date
Jaroslav Škarvada
46f1968bce profiles: added realtime
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2015-06-18 17:21:09 +02:00
Jaroslav Škarvada
446596ebdc profiles: added oracle profile
Resolves: rhbz#1196298

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2015-06-16 11:14:51 +02:00
Jaroslav Škarvada
63e58502a7 man: fixed 'tuned-adm off' description
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2015-06-15 18:46:20 +02:00
Jaroslav Škarvada
388cf1ead8 man: added verify command and other minor improvements
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2015-05-26 15:05:08 +02:00
Jaroslav Škarvada
3bcbc8e771 man: fixed typo in scomes manual page
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2015-05-04 11:04:38 +02:00
Jaroslav Škarvada
f55fffdd83 man: fixed typo in tuned-adm manual page
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2014-11-26 18:05:44 +01:00
Jaroslav Škarvada
21915d1b19 man: minor formatting/typos fixes
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2014-10-15 15:24:12 +02:00
Jaroslav Škarvada
c07691cdfb man: structured profiles manual pages according to sub-packages
In this way only the installed profiles are described in the installed
manual pages. I.e. base profiles are now described in the tuned-profiles.7
manual page and profiles for the Project Atomic are now described
in the tuned-profiles-atomic.7 manual page. Simalarly for the SAP and
compat profiles.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2014-09-23 12:10:29 +02:00
Jaroslav Škarvada
d01e045fbd profiles: sap profile renamed to sap-netweaver
This profile is performance optimized for running SAP NetWeaver
based applications on bare metal.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2014-09-18 17:31:12 +02:00
Jaroslav Škarvada
5ee8306676 man: made profile names non-wrappable
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2014-09-02 15:46:24 +02:00
Jaroslav Škarvada
53494c4593 man: added atomic-host and atomic-guest profiles description
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2014-09-02 15:43:45 +02:00
Jaroslav Škarvada
adffbb0ca1 balanced: used medium_power ALPM policy
This policy sets the link to the second lowest power
state (PARTIAL) when there is no I/O on the disk. This
mode is designed to allow transitions in link power states
(for example during times of intermittent heavy I/O and
idle I/O) with as small impact on performance as possible.

This may save significant amount of power in idle periods
of the link, especially on laptops. E.g. on x240 the average
AC power consumption dropped from approx. 5 W to only 2.5 W.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2014-04-28 14:29:06 +02:00
Jaroslav Škarvada
0833850da8 man: fixed typo
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2014-03-03 15:48:16 +01:00
Jaroslav Škarvada
153afc6c9f network-throughput: added new profile
Resolves: rhbz#1052421

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2014-02-14 13:31:21 +01:00
Jaroslav Škarvada
a195fc06fe network-latency: added new profile
Resolves: rhbz#1052418

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2014-02-14 13:13:14 +01:00
Jaroslav Škarvada
d233fd7c31 misc: bumped year in copyright to 2013
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-11-27 09:30:07 +01:00
Jaroslav Škarvada
c31fdd5e03 tuned: timing improvements
This improves responsiveness of Tuned in Python 2 interpreter with applied
patch for rhbz#917709. There is new global config parameter "sleep_interval"
which can control the polling. By default it is set to 1 second which is
still much better than 50 ms (on unpatched intepreter). Also the overhead
of the main thread was lowered if the dynamic tuning is disabled. The
dynamic tuning update interval is still controlled by the "update_interval"
global config parameter, but it has to be multiply of the "sleep_interval".

Resolves: rhbz#1028122

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-11-08 17:06:48 +01:00
Jaroslav Škarvada
35a3eb2398 profiles: added sap profile
fixes #38

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-11-06 11:51:50 +01:00
Jaroslav Škarvada
ef339e1b17 profiles: various updates according to feedback from performance team
Related: rhbz#922068

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-11-06 10:39:01 +01:00
Jaroslav Škarvada
13bfaf38af tuned: added global option update_interval
It allows setting update interval for dynamic tuning in global config.
By default it is 10 seconds.

fixes #6

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-10-16 16:43:03 +02:00
Jaroslav Škarvada
7eb0ad5cdc throughput-performance: added readahead_multiply=4
Also removed this settings from the dependant profiles
where it is no more needed and updated the manual page.

Resolves: rhbz#987570

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-10-16 11:20:59 +02:00
Jaroslav Škarvada
f8d89a78c0 refs #40, daemon: added global config for dynamic_tuning
Added initial global config (/etc/tuned/tuned-main.conf) and
possibility to globally enable / disable dynamic tunings.

resolves: rhbz#1006427

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-10-15 15:34:55 +02:00
Jaroslav Škarvada
5dca6b660e man: updated latency-performance profile description
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-07-02 15:57:30 +02:00
Jaroslav Škarvada
91c11a2e25 man: fixed profile option
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-07-02 14:05:38 +02:00
Jaroslav Škarvada
d69e1cb6e4 man: updated tuned.8 man page
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2013-06-27 08:57:21 +02:00
Jaroslav Škarvada
0f912ede9f removed the nobarrier from the virtual-guest profile (data loss prevention)
resolves: rhbz#886956

- updated man page
- minor cosmetic fix to virtual-host profile
2013-01-03 16:54:39 +01:00
Jaroslav Škarvada
3d95e77f78 implemented recommend profile functionality
resolves: rhbz#848935
2012-11-29 10:25:05 +01:00
Jan Vcelak
6201aa6632 tuned-adm: remove help from manpage 2012-11-09 12:35:15 +01:00
Jaroslav Škarvada
37c1aa1d6b plugins: added plugin for Asus Eee PC Super Hybrid Engine (SHE) 2012-03-30 21:02:46 +02:00
Jaroslav Škarvada
f2fa467a12 tuned: added balanced profile and it is the default now
tuned: moved default profile into profiles-compat
2012-03-30 12:53:43 +02:00
Jaroslav Škarvada
d2f157d2b5 man: added man pages tuned-adm.8, tuned.8 2012-03-28 17:51:15 +02:00
Jaroslav Škarvada
ae3f629827 tuned: config file suffix changed to .conf
profiles: config files renamed to end with .conf
man: minor update of tuned.conf.5
Makefile: install tuned_powertop_profile.py script
2012-03-28 16:26:18 +02:00
Jan Kaluza
0faaa74df3 tuned.cfg man page + initial tuned-adm 2012-03-13 13:20:52 +01:00
Jan Vcelak
2a2433848c move manual pages to "man" directory 2012-03-12 17:53:02 +01:00