Categorized | MySQL

Linux Performance Tuning and Stabilization Tips

Posted on 31 July 2010 by Abidoon


Yoshinori Matsunobu (Sun Microsystems) speaks at the 2010 O’Reilly User Conference & Expo Slides: www.slideshare.net From the official conference website at en.oreilly.com Many people know Linux terminologies such as ext3, tmpfs, cfq io scheduler, OOM killer, etc. But many times it is not appropriately configured. In this session, the speaker will show Linux performance tuning and stabilization practices for MySQL. The following topics will be covered. * Filesystem (ext3, xfs, tmpfs, etc) * Swap and memory management, how to prevent OOM killer * I/O scheduler settings * Demistifying iostat and vmstat * Practical Linux kernel configurations * Profiling MySQL/Linux activities with SystemTap * RAID (1+0 vs 5), Logival Volume Manager (LVM) and Partition Management (/, /data, /tmp, etc) You will be interested in this session if you do not have clear answers to the following questions. * Is setting swap size to zero fine? Why is it dangerous? How much swap space should I allocate? * sync-binlog=1 is really slow. Can it be faster by using a filesystem other than ext3? * I allocate only one Linux partition at / . Is it fine? * What is the most appropriate I/O scheduler for MySQL? Does it depend on Linux and MySQL version? Is cfq fine for both single-threaded and multi-threaded applications)? * What is vm.swappiness? What is vm.overcommit_memory? * What do r/s, wMB/s, %svctm and %util from iostat really mean? * Is it possible to count up how many times rr_unpack_from_buffer

Tags | , , , ,

2 Responses to “Linux Performance Tuning and Stabilization Tips”

  1. serfdogg says:

    the audio in the auditorium is definitely not great but pausing the video to read the slide first & then listening to Yoshinori’s comments may get you thru a good presentation for us noobs

  2. linuxman1 says:

    The material is good, But I am sorry, I found the speaker’s way to pronounce isn’t clear for me personally.


Leave a Reply