Detecting Mysql full-table scans with dtrace

Robert Milkowski wrote an article about detecting a full-table scan with dtrace without app-specific probes: Identifying a Full Table Scan in MySQL with Dtrace. No need to use the slow query log to do this task. This helpful especially when the queries aren’t slow at the moment because the database fits into the memory at the beginning :)