for installing tuned;
#yum install tuned -ystarting the service permanently;
#service tuned startstatus of running profile;
#chkconfig tuned on
#
#service ktune start
#chkconfig ktune on
#tuned-adm activelist of profiles;
#tuned-adm listsetting the profile for disk I/O optimization;
#tuned-adm profile virtual-hostif you want to disable defined profile (i don’t thing you will consider this :);
#tuned-adm offYou are going to see significant optimization on atop tool. Here are tuned profile summary;
tunable | default | enterprise storage | virtual host | virtual guest | latency performance | throughput performance |
kernel.sched min granularity ns | 4ms | 10ms | 10ms | 10ms | 10ms | |
kernel.sched wakeup granularity ns | 4ms | 15ms | 15ms | 15ms | 15ms | |
vm.dirty ratio | 20%ram | 40% | 10% | 40% | 40% | |
vm.dirty background ratio | 10% ram | 5% | ||||
vm.swappiness | 60 | 10 | 30 | |||
I/O Scheduler (Elevator) | CFQ | deadline | deadline | deadline | deadline | deadline |
Filesystem Barriers | On | Off | Off | Off | ||
CPU Governor | ondemand | performance | performance | performance | ||
Disk Read-ahead | 4x |