1TUNED_ADM(8) TuneD TUNED_ADM(8)
2
3
4
6 tuned-adm - command line tool for switching between different tuning
7 profiles
8
10 tuned-adm [list | active | profile [profile]... | profile_info [pro‐
11 file]... | off | auto_profile"|profile_mode| verify | recommend ]
12
13
15 This command line utility allows you to switch between user definable
16 tuning profiles. Several predefined profiles are already included. You
17 can even create your own profile, either based on one of the existing
18 ones by copying it or make a completely new one. The distribution pro‐
19 vided profiles are stored in subdirectories below /usr/lib/tuned and
20 the user defined profiles in subdirectories below /etc/tuned. If there
21 are profiles with the same name in both places, user defined profiles
22 have precedence.
23
24
26 list List all available profiles.
27
28
29 profiles List all available profiles.
30
31
32 plugins List all available plugins.
33
34
35 -v, --verbose List plugin's configuration options and
36 their hints.
37
38
39 active Show current active profile.
40
41
42 profile [PROFILE_NAME]...
43 Switches to the given profile. If more than one profile is
44 given, the profiles are merged (in case of conflicting settings,
45 the setting from the last profile is used) and the resulting
46 profile is applied. If no profile is given, then all available
47 profiles are listed. If the profile given is not valid, the com‐
48 mand gracefully exits without performing any operation.
49
50
51 profile_info [PROFILE_NAME]...
52 Show information/description of given profile or current profile
53 if no profile is specified.
54
55
56 verify Verifies current profile against system settings. Outputs infor‐
57 mation whether system settings match current profile or not
58 (e.g. somebody modified a sysfs/sysctl value by hand). Detailed
59 information about what is checked, what value is set and what
60 value is expected can be found in the log.
61
62
63 recommend
64 Recommend a profile suitable for your system. Currently only
65 static detection is implemented - it decides according to data
66 in /etc/system-release-cpe and virt-what output. The rules for
67 autodetection are defined in the file /usr/lib/tuned/recom‐
68 mend.d/50-tuned.conf. The default rules recommend profiles tar‐
69 geted to the best performance, or the balanced profile if un‐
70 sure.
71
72 The default rules can be overridden by the user by putting a
73 file named recommend.conf into /etc/tuned, or by creating a file
74 in the /etc/tuned/recommend.d directory. The file
75 /etc/tuned/recommend.conf is evaluated first. If no match is
76 found, the files in the /etc/tuned/recommend.d directory are
77 merged with the files in the /usr/lib/tuned/recommend.d direc‐
78 tory (if there is a file with the same name in both directories,
79 the one from /etc/tuned/recommend.d is used) and the files are
80 evaluated in alphabetical order. The first matching entry is
81 used.
82
83
84 auto_profile
85 Enable automatic profile selection mode, switch to the recom‐
86 mended profile.
87
88
89 profile_mode
90 Show current profile selection mode.
91
92
93 off Unload tunings.
94
95
97 /etc/tuned/*
98 /usr/lib/tuned/*
99
100
102 tuned(8) tuned.conf(5) tuned-profiles(7) tuned-profiles-atomic(7)
103 tuned-profiles-sap(7) tuned-profiles-sap-hana(7) tuned-profiles-ora‐
104 cle(7) tuned-profiles-realtime(7) tuned-profiles-nfv-host(7) tuned-pro‐
105 files-nfv-guest(7) tuned-profiles-compat(7) tuned-profiles-post‐
106 gresql(7) tuned-profiles-openshift(7)
107
109 Jaroslav Škarvada <jskarvad@redhat.com>
110 Jan Kaluža <jkaluza@redhat.com>
111 Jan Včelák <jvcelak@redhat.com>
112 Marcela Mašláňová <mmaslano@redhat.com>
113 Phil Knirsch <pknirsch@redhat.com>
114
115
116
117Fedora Power Management SIG 30 Mar 2017 TUNED_ADM(8)