Red Hat Training

A Red Hat training course is available for RHEL 8

2.7. Listado de perfiles disponibles en Tuned

Este procedimiento enumera todos los perfiles de Tuned que están actualmente disponibles en su sistema.

Procedimiento

  • Para listar todos los perfiles disponibles de Tuned en su sistema, utilice:

    $ 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 mostrar sólo el perfil actualmente activo, utilice:

    $ tuned-adm active
    
    Current active profile: balanced

Recursos adicionales

  • La página de manual tuned-adm(8).