Linux Performance tuning benchmark

on October 11 | in Linux, STORAGE, Tuning | by | with No Comments

Today. I use three I/O scheduler in Linux and insert 5 Millions record in mysql database.

Here is the detail which i observe.

Deadline scheduler

Total time took to insert 5 Millions record in 29 min 29.25 sec

noop scheduler

Total time took to insert 5 Millions record in 30 min 57.81 sec

cfq scheduler 

Total time took to insert 5 Millions record in 33 min 6.37 sec

 

How to change scheduler to deadline. Just define in grub.conf and reboot the server

title Fedora (3.15.6-200.fc20.i686) 20 (Heisenbug)
root (hd0,0)
kernel /vmlinuz-3.15.6-200.fc20.i686 ro root=UUID=134e7ced-5d4a-4785-92d9-a3de703fd08a elevator=deadline
initrd /initramfs-3.15.6-200.fc20.i686.img

 

2401 Total Views 3 Views Today
Pin It

related posts

Comments are closed.

« »