Yoshinori Matsunobu: Linux Performance Tuning and Stabilization Tips
[HTML5TV.git] / media / mysql2010-linux-performance / hCalendar.html
1 <!-- http://microformats.org/wiki/hcalendar-cheatsheet -->
2 <div class="vevent">
3  <span class="organiser">
4 Yoshinori Matsunobu
5  </span>
6  <span class="summary">
7 Linux Performance Tuning and Stabilization Tips
8  </span>
9  <a class="url" href="http://en.oreilly.com/mysql2010/public/schedule/detail/13252">MySQL Conference &amp; Expo</a>,
10  <span class="location">Santa Clara, CA</span>,
11  <abbr class="dtstart" title="20100413">5:15pm Tuesday, 04/13/2010</abbr>
12  <div class="description">
13 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.
14 <ul>
15 <li>Filesystem (ext3, xfs, tmpfs, etc)
16 <li>Swap and memory management, how to prevent OOM killer
17 <li>I/O scheduler settings
18 <li>Demistifying iostat and vmstat
19 <li>Practical Linux kernel configurations
20 <li>Profiling MySQL/Linux activities with SystemTap
21 <li>RAID (1+0 vs 5), Logival Volume Manager (LVM) and Partition Management (/, /data, /tmp, etc)
22 </ul>
23
24 You will be interested in this session if you do not have clear answers to the following questions.
25
26 <ul>
27 <li>Is setting swap size to zero fine? Why is it dangerous? How much swap space should I allocate?
28 <li>sync-binlog=1 is really slow. Can it be faster by using a filesystem other than ext3?
29 <li>I allocate only one Linux partition at / . Is it fine?
30 <li>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)?
31 <li>What is vm.swappiness? What is vm.overcommit_memory?
32 <li>What do r/s, wMB/s, %svctm and %util from iostat really mean?
33 <li>Is it possible to count up how many times rr_unpack_from_buffer() (MySQL internal function) was called?
34 </ul>
35
36  </div>
37 </div>