2.8. 새 TuneD 프로필 생성
새 TuneD 프로필을 생성하여 성능 최적화 요구 사항을 사용자 지정할 수 있습니다.
사전 요구 사항
- TuneD 서비스가 실행 중입니다. 자세한 내용은 TuneD 설치 및 활성화를 참조하십시오.
프로세스
/etc/tuned/profiles 디렉터리에 생성하려는 프로필과 동일한 새 디렉터리를 만듭니다.
# mkdir /etc/tuned/profiles/my-profile-
새 디렉터리에서
tuned.conf라는 파일을 생성합니다. 파일을 편집하고 요구 사항에 따라 [main] 섹션을 추가하고 정의를 연결합니다. 예를 들어
balanced프로필의 구성을 참조하십시오.[main] summary=General non-specialized TuneD profile [cpu] governor=conservative energy_perf_bias=normal [audio] timeout=10 [video] radeon_powersave=dpm-balanced, auto [scsi_host] alpm=medium_power프로필을 활성화합니다.
# tuned-adm profile my-profile
검증
프로필이 활성화되어 적용되었는지 확인합니다.
$ tuned-adm active Current active profile: my-profile $ tuned-adm verify Verification succeeded, current system settings match the preset profile. See tuned log file ('/var/log/tuned/tuned.log') for details.