Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 656 Bytes

DemoWalkThru.md

File metadata and controls

31 lines (25 loc) · 656 Bytes

Demo WalkThru

Requirements

  • Optional: VM running RHEL 7.latest, RHEL 8.latest, or RHEL 9.latest
  • This demo does not ask you to apply any changes so any RHEL instance should suffice

Walk Thru

To view the available installed profiles:

      # tuned-adm list

To view the currently activated profile (also in list cmd):

      # tuned-adm active

To select or activate a profile:

      # tuned-adm profile <profile_name>

To let tuned recommend you the best suitable profile for your system without changing any existing profiles:

      # tuned-adm recommend

To disable all tuning:

      # tuned-adm off