mysql query timer for .net
Posted
by acidzombie24
on Stack Overflow
See other posts from Stack Overflow
or by acidzombie24
Published on 2010-05-25T23:27:19Z
Indexed on
2010/05/25
23:31 UTC
Read the original article
Hit count: 228
Is there something i can use to track how long my mysql queries take? perhaps log them if they take > a certain amount of time? or track all queries but only hold the longest query time? using this with C# .NET with ASP.NET.
I'd like to use this to occasionally check if my queries are getting slow.
© Stack Overflow or respective owner