Electricmonk

Ferry Boender

Programmer, DevOpper, Open Source enthusiast.

Blog

Filesystem Latency

Tuesday, May 31st, 2011

There’s an interesting on-going series of articles on file system latency over at Brendan’s Blog. Usually when system administrators look into I/O performance, we look at the I/O of the disks. This is usually fine for a rough estimate of raw disk performance, but there’s a lot more going on between the actual application and the disk: buffers, cache, the file system, etc. Brendan goes into detail regarding these matters by examining I/O performance of a MySQL database at both the disk and file system level:

The text of all posts on this blog, unless specificly mentioned otherwise, are licensed under this license.