1
0
Fork 0
tuned/profiles
Jaroslav Škarvada 0ec40e0360
plugin_cpu: latency can be now specified as cstate
Maximal latency can be now specified multiple ways:
- directly in usec (this is the same as before), e.g. for 10 us:
  force_latency = 10
- as an ID of maximal cstate allowed, e.g. for the kernel state1:
  force_latency = cstate.id:1
- as a name (case sensitive) of maximal cstate allowed, e.g. for the state named C1:
  force_latency = cstate.name:C1

It is also possible to specify multiple fallback values separated by '|', e.g.:
  force_latency = cstate.name:C6|cstate.id:4|10

This will try to obtain latency of cstate named C6, if it fails (e.g.
there is no such cstate), it will try kernel state4 and if it also fails
it finally fallbacks to 10 us.

This commit also changes force_latency settings of latency-performance
profile to:
  force_latency=cstate.id:1|1

I.e. it tries kernel state1 and fallbacks to 1 us.

Resolves: rhbz#1737628

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2019-08-14 16:34:17 +02:00
..
atomic-guest atomic: increase number of inotify watches 2016-03-29 23:48:49 +02:00
atomic-host atomic: increase number of inotify watches 2016-03-29 23:48:49 +02:00
balanced balanced: Fallback to the 'powersave' scaling governor 2019-03-06 11:41:56 +01:00
cpu-partitioning cpu-partitioning: Introduce irqbalance helpers and use 2019-07-10 13:09:03 +08:00
default Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
desktop desktop: fixed typo in profile summary 2017-03-30 17:00:26 +02:00
desktop-powersave plugin_video: Prefix DPM states with 'dpm-' 2017-09-19 23:03:41 +02:00
enterprise-storage profiles: consolidated summaries 2017-04-03 22:52:18 +02:00
hpc-compute Removed superfluous sched_migration_cost_ns declaration 2019-02-22 12:52:51 -05:00
laptop-ac-powersave Use ${i:PROFILE_DIR} in our profiles 2017-03-13 09:50:26 +01:00
laptop-battery-powersave Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
latency-performance plugin_cpu: latency can be now specified as cstate 2019-08-14 16:34:17 +02:00
mssql mssql: updated tuning 2019-01-08 15:07:03 +01:00
network-latency network-latency: dropped spurious whitespace 2017-07-19 18:05:45 +02:00
network-throughput profiles: consolidated summaries 2017-04-03 22:52:18 +02:00
oracle oracle: updated the profile to be in sync with KCS 39188 2018-06-06 17:42:54 +02:00
powersave powersave: Fallback to the 'powersave' scaling governor 2019-03-06 11:41:56 +01:00
realtime realtime: Apply irqbalance tunes too in realtime profiles 2019-07-10 13:09:03 +08:00
realtime-virtual-guest realtime-virtual profiles: enable ktimer_lockless_check if available 2019-07-18 10:57:33 +02:00
realtime-virtual-host realtime-virtual profiles: enable ktimer_lockless_check if available 2019-07-18 10:57:33 +02:00
sap-hana sap-hana: Change value of kernel.sem to RHEL-8 default 2019-06-06 10:52:27 +02:00
sap-netweaver sap-netweaver: Use RHEL-8 defaults for kernel.shmall and kernel.shmmax 2019-06-06 10:52:32 +02:00
server-powersave Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
spindown-disk Use ${i:PROFILE_DIR} in our profiles 2017-03-13 09:50:26 +01:00
throughput-performance tuned: Add readahead comment to throughput-performance tuned.conf 2018-03-07 15:53:39 -05:00
virtual-guest profiles: consolidated summaries 2017-04-03 22:52:18 +02:00
virtual-host virtual-host: Fix setting force_latency 2019-04-25 10:47:18 +02:00
functions cpu-partitioning: Introduce irqbalance helpers and use 2019-07-10 13:09:03 +08:00