Red Hat Training

A Red Hat training course is available for RHEL 8

2.7. Listagem de perfis afinados disponíveis

Este procedimento lista todos os perfis Tuned que estão atualmente disponíveis em seu sistema.

Procedimento

  • Para listar todos os perfis disponíveis Tuned em seu sistema, use:

    $ tuned-adm list
    
    Available profiles:
    - balanced               - General non-specialized tuned profile
    - desktop                - Optimize for the desktop use-case
    - latency-performance    - Optimize for deterministic performance at the cost of increased power consumption
    - network-latency        - Optimize for deterministic performance at the cost of increased power consumption, focused on low latency network performance
    - network-throughput     - Optimize for streaming network throughput, generally only necessary on older CPUs or 40G+ networks
    - powersave              - Optimize for low power consumption
    - throughput-performance - Broadly applicable tuning that provides excellent performance across a variety of common server workloads
    - virtual-guest          - Optimize for running inside a virtual guest
    - virtual-host           - Optimize for running KVM guests
    Current active profile: balanced
  • Para exibir apenas o perfil atualmente ativo, use:

    $ tuned-adm active
    
    Current active profile: balanced

Recursos adicionais

  • A página do homem tuned-adm(8).