1.14. 사용 가능한 TuneD 프로필 나열

다음 절차에서는 시스템에서 현재 사용 가능한 모든 TuneD 프로필을 나열합니다.

절차

  • 시스템에서 사용 가능한 모든 TuneD 프로필을 나열하려면 다음을 사용합니다.

    $ tuned-adm list
    
    Available profiles:
    - accelerator-performance - Throughput performance based tuning with disabled higher latency STOP states
    - 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
  • 현재 활성화된 프로필만 표시하려면 다음을 사용합니다.

    $ tuned-adm active
    
    Current active profile: throughput-performance

추가 리소스

  • tuned-adm(8) man page.