From 9aff59163fe7733abf990da0bfe07ee30d6703bd Mon Sep 17 00:00:00 2001 From: jlay Date: Wed, 13 Oct 2021 02:07:36 +0000 Subject: [PATCH] add (wordy) example of output --- README.md | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7520a1f..0edfb7a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,43 @@ # tuned-amdgpu -hacky solution to integrate AMDGPU power profile control in `tuned` \ No newline at end of file +hacky solution to integrate AMDGPU power profile control in `tuned` + +## Example profiles/output +``` + $ tuned-adm profile +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 +- desktop_amdgpu_3D_fullscreen- desktop based profile with AMDGPU pp_power_profile_mode = 1 (3D_fullscreen) +- desktop_amdgpu_VR - desktop based profile with AMDGPU pp_power_profile_mode = 4 (VR) +- desktop_amdgpu_bootup_default- desktop based profile with AMDGPU pp_power_profile_mode = 0 (bootup_default) +- desktop_amdgpu_compute - desktop based profile with AMDGPU pp_power_profile_mode = 5 (compute) +- desktop_amdgpu_custom - desktop based profile with AMDGPU pp_power_profile_mode = 6 (custom) +- desktop_amdgpu_powersaving - desktop based profile with AMDGPU pp_power_profile_mode = 2 (powersaving) +- desktop_amdgpu_video - desktop based profile with AMDGPU pp_power_profile_mode = 3 (video) +- hpc-compute - Optimize for HPC compute workloads +- intel-sst - Configure for Intel Speed Select Base Frequency +- 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-latency_amdgpu_3D_fullscreen- network-latency based profile with AMDGPU pp_power_profile_mode = 1 (3D_fullscreen) +- network-latency_amdgpu_VR - network-latency based profile with AMDGPU pp_power_profile_mode = 4 (VR) +- network-latency_amdgpu_bootup_default- network-latency based profile with AMDGPU pp_power_profile_mode = 0 (bootup_default) +- network-latency_amdgpu_compute- network-latency based profile with AMDGPU pp_power_profile_mode = 5 (compute) +- network-latency_amdgpu_custom- network-latency based profile with AMDGPU pp_power_profile_mode = 6 (custom) +- network-latency_amdgpu_powersaving- network-latency based profile with AMDGPU pp_power_profile_mode = 2 (powersaving) +- network-latency_amdgpu_video- network-latency based profile with AMDGPU pp_power_profile_mode = 3 (video) +- network-throughput - Optimize for streaming network throughput, generally only necessary on older CPUs or 40G+ networks +- optimize-serial-console - Optimize for serial console use. +- powersave - Optimize for low power consumption +- powersave_amdgpu_3D_fullscreen- powersave based profile with AMDGPU pp_power_profile_mode = 1 (3D_fullscreen) +- powersave_amdgpu_VR - powersave based profile with AMDGPU pp_power_profile_mode = 4 (VR) +- powersave_amdgpu_bootup_default- powersave based profile with AMDGPU pp_power_profile_mode = 0 (bootup_default) +- powersave_amdgpu_compute - powersave based profile with AMDGPU pp_power_profile_mode = 5 (compute) +- powersave_amdgpu_custom - powersave based profile with AMDGPU pp_power_profile_mode = 6 (custom) +- powersave_amdgpu_powersaving- powersave based profile with AMDGPU pp_power_profile_mode = 2 (powersaving) +- powersave_amdgpu_video - powersave based profile with AMDGPU pp_power_profile_mode = 3 (video) +- 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 +``` \ No newline at end of file