Configure Linux tuned 1 2 3 # yum install tuned # service tuned start # service tuned status 1 2 3 4 5 6 # tuned-adm list # tuned-adm profile latency-performance # tuned-adm active # tuned-adm off # tuned-adm recommend Profile 1 2 3 # mkdir /etc/tuned/myprofile # ls /usr/lib/tuned/ # cp /usr/lib/tuned/...profile /etc/tuned/myprofile/ 1 # tuned-adm list