<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Identifying MySQL slow queries</title> <atom:link href="http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/feed/" rel="self" type="application/rss+xml" /><link>http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/</link> <description>The Journal Of A Linux Sysadmin</description> <lastBuildDate>Sun, 21 Mar 2010 12:26:48 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Matthew Ogston</title><link>http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/comment-page-2/#comment-181555</link> <dc:creator>Matthew Ogston</dc:creator> <pubDate>Tue, 02 Feb 2010 00:08:45 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/#comment-181555</guid> <description>Thanks for this article -it&#039;s helping me debug some serious DB slow downs we&#039;re getting at the moment. I too had the same problem as @neo. I corrected it by using the following command (specifying the path and slow log file):mysqldumpslow -s t /var/log/mysql-slow.log</description> <content:encoded><![CDATA[<p>Thanks for this article -it&#8217;s helping me debug some serious DB slow downs we&#8217;re getting at the moment. I too had the same problem as @neo. I corrected it by using the following command (specifying the path and slow log file):</p><p>mysqldumpslow -s t /var/log/mysql-slow.log</p> ]]></content:encoded> </item> <item><title>By: blestab</title><link>http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/comment-page-2/#comment-180649</link> <dc:creator>blestab</dc:creator> <pubDate>Thu, 23 Jul 2009 10:34:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/#comment-180649</guid> <description>can&#039;t find mysqldumpslow, im using easyphp 2.0 on windows xp. what can i do to get it?</description> <content:encoded><![CDATA[<p>can&#8217;t find mysqldumpslow, im using easyphp 2.0 on windows xp. what can i do to get it?</p> ]]></content:encoded> </item> <item><title>By: killerBird</title><link>http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/comment-page-2/#comment-180529</link> <dc:creator>killerBird</dc:creator> <pubDate>Thu, 25 Jun 2009 22:53:58 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/#comment-180529</guid> <description>@Marius:my mistake ! permission issues . its alright now ..
but thanks for this advice, now i can run a bash script with your command to get the log file at a specific interval. your article is indeed very helpful. Thanks a lot.
M little confused with the log file syntax , need to know what that count, time, lock, rows means .</description> <content:encoded><![CDATA[<p>@Marius:my mistake ! permission issues . its alright now ..<br
/> but thanks for this advice, now i can run a bash script with your command to get the log file at a specific interval. your article is indeed very helpful. Thanks a lot.<br
/> M little confused with the log file syntax , need to know what that count, time, lock, rows means .</p> ]]></content:encoded> </item> <item><title>By: - Marius -</title><link>http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/comment-page-2/#comment-180528</link> <dc:creator>- Marius -</dc:creator> <pubDate>Thu, 25 Jun 2009 17:18:46 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/#comment-180528</guid> <description>@killerBird: not sure why this is happening for your system. You can try to add the logfile to the command line like this:
&lt;pre&gt;&lt;code&gt;mysqldumpslow -s c -t 10 &lt;log_file&gt;&lt;/code&gt;&lt;/pre&gt;</description> <content:encoded><![CDATA[<p>@killerBird: not sure why this is happening for your system. You can try to add the logfile to the command line like this:</p><pre><code>mysqldumpslow -s c -t 10 &lt;log_file&gt;</code></pre>]]></content:encoded> </item> <item><title>By: killerBird</title><link>http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/comment-page-2/#comment-180526</link> <dc:creator>killerBird</dc:creator> <pubDate>Thu, 25 Jun 2009 11:16:05 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/#comment-180526</guid> <description>Hi ,While running the &quot;mysqldumpslow&quot; command  i am getting the following error:$ mysqldumpslow -s c -t 10
Can&#039;t find &#039;/mnt/data/mysql//*-slow.log&#039;here is what i got from $ my_print_defaults mysqld
--user=mysql
--pid-file=/var/run/mysqld/mysqld.pid
--socket=/var/run/mysqld/mysqld.sock
--port=3306
--basedir=/usr
--datadir=/mnt/data/mysql/
--tmpdir=/tmp
--language=/usr/share/mysql/english
--skip-external-locking
--bind-address=127.0.0.1
--key_buffer=16M
--max_allowed_packet=16M
--thread_stack=128K
--thread_cache_size=8
--query_cache_limit=1M
--query_cache_size=16M
--log_slow_queries=/var/log/mysql/mysql-slow.log
--long_query_time=2
--log-queries-not-using-indexes
--skip-bdb
--old_passwords=false.any help will be highly appreciated</description> <content:encoded><![CDATA[<p>Hi ,</p><p>While running the &#8220;mysqldumpslow&#8221; command  i am getting the following error:</p><p>$ mysqldumpslow -s c -t 10<br
/> Can&#8217;t find &#8216;/mnt/data/mysql//*-slow.log&#8217;</p><p>here is what i got from $ my_print_defaults mysqld<br
/> &#8211;user=mysql<br
/> &#8211;pid-file=/var/run/mysqld/mysqld.pid<br
/> &#8211;socket=/var/run/mysqld/mysqld.sock<br
/> &#8211;port=3306<br
/> &#8211;basedir=/usr<br
/> &#8211;datadir=/mnt/data/mysql/<br
/> &#8211;tmpdir=/tmp<br
/> &#8211;language=/usr/share/mysql/english<br
/> &#8211;skip-external-locking<br
/> &#8211;bind-address=127.0.0.1<br
/> &#8211;key_buffer=16M<br
/> &#8211;max_allowed_packet=16M<br
/> &#8211;thread_stack=128K<br
/> &#8211;thread_cache_size=8<br
/> &#8211;query_cache_limit=1M<br
/> &#8211;query_cache_size=16M<br
/> &#8211;log_slow_queries=/var/log/mysql/mysql-slow.log<br
/> &#8211;long_query_time=2<br
/> &#8211;log-queries-not-using-indexes<br
/> &#8211;skip-bdb<br
/> &#8211;old_passwords=false.</p><p>any help will be highly appreciated</p> ]]></content:encoded> </item> <item><title>By: html-utvikler &#187; Blog Archive &#187; 24 timer uten bildeannonser - hva ble effekten?</title><link>http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/comment-page-1/#comment-179687</link> <dc:creator>html-utvikler &#187; Blog Archive &#187; 24 timer uten bildeannonser - hva ble effekten?</dc:creator> <pubDate>Fri, 13 Feb 2009 10:41:13 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/#comment-179687</guid> <description>[...] Identifying MySQL slow queries [...]</description> <content:encoded><![CDATA[<p>[...] Identifying MySQL slow queries [...]</p> ]]></content:encoded> </item> <item><title>By: alonso</title><link>http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/comment-page-1/#comment-178492</link> <dc:creator>alonso</dc:creator> <pubDate>Thu, 21 Aug 2008 01:13:12 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/#comment-178492</guid> <description>The correct way to solve this is to put basedir=/usr under the [mysqld] section.</description> <content:encoded><![CDATA[<p>The correct way to solve this is to put basedir=/usr under the [mysqld] section.</p> ]]></content:encoded> </item> <item><title>By: links for 2008-05-10 &#171; Bijay Rungta&#8217;s Weblog</title><link>http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/comment-page-1/#comment-157224</link> <dc:creator>links for 2008-05-10 &#171; Bijay Rungta&#8217;s Weblog</dc:creator> <pubDate>Sat, 10 May 2008 00:44:57 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/#comment-157224</guid> <description>[...] Identifying MySQL slow queries &#124; MDLog:/sysadmin Here are some handy on monitoring troublesome queries in your MySQL db. With the info identified here you will setup slowquery logging and be able to generate short reports of the top ten slowest queries(queries that takes longer than 1 second to execute) (tags: database howto lamp linux sysadmin optimization performance mysql tuning tutorial) [...]</description> <content:encoded><![CDATA[<p>[...] Identifying MySQL slow queries | MDLog:/sysadmin Here are some handy on monitoring troublesome queries in your MySQL db. With the info identified here you will setup slowquery logging and be able to generate short reports of the top ten slowest queries(queries that takes longer than 1 second to execute) (tags: database howto lamp linux sysadmin optimization performance mysql tuning tutorial) [...]</p> ]]></content:encoded> </item> <item><title>By: Identificar las consultas lentas en Mysql &#124; Cambrico.net</title><link>http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/comment-page-1/#comment-140207</link> <dc:creator>Identificar las consultas lentas en Mysql &#124; Cambrico.net</dc:creator> <pubDate>Mon, 07 Apr 2008 21:24:48 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/#comment-140207</guid> <description>[...] informaciÃ³n aquÃ­ y mucha mÃ¡s en la documentaciÃ³n oficial de MySQL.    blog de pedro     [...]</description> <content:encoded><![CDATA[<p>[...] informaciÃ³n aquÃ­ y mucha mÃ¡s en la documentaciÃ³n oficial de MySQL.    blog de pedro     [...]</p> ]]></content:encoded> </item> <item><title>By: CPU/memory load errors, system specifications, support tickets being ignored, etc. - Your HostICan Community</title><link>http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/comment-page-1/#comment-124434</link> <dc:creator>CPU/memory load errors, system specifications, support tickets being ignored, etc. - Your HostICan Community</dc:creator> <pubDate>Thu, 17 Jan 2008 22:55:59 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/#comment-124434</guid> <description>[...] out the following link: Identifying MySQL slow queries &#124; MDLog:/sysadmin   [...]</description> <content:encoded><![CDATA[<p>[...] out the following link: Identifying MySQL slow queries | MDLog:/sysadmin   [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 9/24 queries in 0.015 seconds using memcached

Served from: www.ducea.com @ 2010-03-22 05:50:59 -->