Xaprb

Stay curious!

Archive for the ‘Tools’ Category

Planned change in Maatkit & Aspersa development

without comments

I’ve just sent an email to the Maatkit discussion list to announce a planned change to how Maatkit (and Aspersa) are developed. In short, Percona plans to create a Percona Toolkit of MySQL-related utilities, as a fork of Maatkit and Aspersa. I’m very happy about this change, and I welcome your responses to that thread on the discussion list.

Written by Xaprb

July 6th, 2011 at 11:26 pm

Congrats to New Relic

without comments

New Relic just announced the release of new features that track client-side (front-end) performance, including network time, DOM processing time, and total render time in the browser.

This is really great functionality. If you aren’t using New Relic, you really ought to. It is a web interface to application profiling. It helps you be scientific about performance analysis without knowing it, because the functionality and the user interface make the right thing so obvious you won’t even realize you’re being methodical and focusing on what matters. And it’s got a free introductory level that isn’t crippled. A great product just got greater.

Written by Xaprb

May 17th, 2011 at 7:01 pm

Posted in Tools

Tagged with

Disk latency versus filesystem latency

with one comment

Brendan Gregg has a very good ongoing series of blog posts about the importance of measuring latency at the layer that’s appropriate for the question you are trying to answer. If you’re wondering whether I/O latency is a problem for MySQL, you need to measure I/O latency at the filesystem layer, not the disk layer. There are a lot of factors to consider. To quote from his latest post:

This isn’t really a problem with iostat(1M) – it’s a great tool for system administrators to understand the usage of their resources. But the applications are far, far away from the disks – and have a complex file system in-between. For application analysis, iostat(1M) may provide clues that disks could be causing issues, but you really want to measure at the file system level to directly associate latency with the application, and to be inclusive of other file system latency issues.

Someone should add Brendan’s feed to Planet MySQL. Here are the articles: part 1, part 2. Brendan will be talking about this topic at Percona Live on the 26th.

Written by Xaprb

May 15th, 2011 at 7:13 am

Posted in SQL,Sys Admin,Tools

Tagged with