1
0
Fork 0
Commit graph

14 commits

Author SHA1 Message Date
Jan Vcelak
f6d80577d3 disable tuned in performance and spindown profiles
Not providing tuned.conf caused, that default or previous
tuned configuration was used instead of disabling tuned.
2011-01-13 16:48:19 +01:00
Jan Vcelak
93ad579f69 all ktune.sh updated to use common functions file 2010-12-23 11:04:39 +01:00
Jan Vcelak
e78494e1c5 profiles: apply IO scheduler changes to dm devices
Resolves: #636548
2010-09-29 09:12:05 +02:00
Jan Vcelak
b90ba21fd2 throughput-performance: s390x sysctl settings
bz #619377 kernel: Process scheduler tuning recommendation for s390
2010-08-18 12:37:25 +02:00
Jarod Wilson
bdd933246b throughput-performance: don't twiddle cpufreq or hugepages if not supported
Signed-off-by: Jarod Wilson <jarod@redhat.com>
2010-08-17 13:16:58 -04:00
Jarod Wilson
927529c1cc further throughput-performance profile tweaks
- don't set pid_max by default, as it can be highly dependent on cpu
  count (and architecture, to some extent)
- add commented out vm.dirty_background_ratio param, which we may or may
  not set sometime in the future, but its also there now for people to
  enable w/relative ease.

Signed-off-by: Jarod Wilson <jarod@redhat.com>
2010-07-14 11:21:30 -04:00
Jan Vcelak
3be9255472 governors: prefer cpuspeed, restore for each CPU
Added verifications, whether tuned cpu supports scaling.

Previous governor settings are saved and reverted separately for each
CPU.

If 'cpuspeed' is installed, CPU governor is set by changing it's
settings. If not, governor is set directly through sysfs and a message
suggesting installation of 'cpuspeed' is shown.

Updated profiles:
- laptop-batery-powersave
- latency-performance
- throughput-performance
2010-07-13 19:55:29 +02:00
Jan Vcelak
347a24aa21 throughput-performance: updated save paths
All save files will be in /var/run/tuned directory.
This is being done to comply with SELinux policy.
2010-07-13 15:50:28 +02:00
Jan Vcelak
c62252bb0c throughput-performance: removed SYSCTL option
/etc/sysctl.ktune is no longer used, sysctl.ktune from profile
is loaded through /etc/ktune.d/tunedadm.conf
2010-07-12 15:08:11 +02:00
Jarod Wilson
6982c57e8c ktune: increase pid_max in throughtput-performance profile
Signed-off-by: Jarod Wilson <jarod@redhat.com>
2010-07-09 17:06:09 -04:00
Jarod Wilson
d88e88579f ktune: update throughput-performance profile for rhel6
Per discussion with the perf team:

- Set performance cpuspeed governor
- Set deadline io scheduler
- Set kernel.sched_min_granularity_ns = 10000000
- Set kernel.sched_wakeup_granularity_ns = 15000000
- Set vm.dirty_ratio = 40

Signed-off-by: Jarod Wilson <jarod@redhat.com>
2010-07-08 17:38:32 -04:00
Jan Vcelak
eb14144643 removing global /etc/sysctl.ktune 2010-05-04 15:28:47 +02:00
Philip Knirsch
16cad923e0 - Large update to documentation and manpages
- Updated several of the profiles
2010-03-19 17:38:41 +01:00
Philip Knirsch
37bb0358b7 - Added a first set of profiles. Still need more work
- Fixed several issues with the tuned-adm tool, should work now
2009-08-04 17:33:20 +02:00