Suurbier Verified User Joined Apr 23, 2007 Messages 223 Jul 15, 2011 #1 Does anyone know how to monitor all databases and not a specific database in mytop.
SeLLeRoNe Super Moderator Joined Oct 9, 2004 Messages 6,632 Location A Coruña, Spain Jul 15, 2011 #2 this is my own .mytop Code: user=da_admin pass=da_admin_pass host=localhost db=mysql delay=1 port=3306 socket= batchmode=0 header=1 color=1 idle=1 And seem to me that check all dbs. Regards
this is my own .mytop Code: user=da_admin pass=da_admin_pass host=localhost db=mysql delay=1 port=3306 socket= batchmode=0 header=1 color=1 idle=1 And seem to me that check all dbs. Regards
Suurbier Verified User Joined Apr 23, 2007 Messages 223 Jul 15, 2011 #3 It works but it doesnt show queries, i see a lot of mysql processes. Maybe its not from a website in directadmin but something else. Is there a way to check this? Thnx for you reply anyway!
It works but it doesnt show queries, i see a lot of mysql processes. Maybe its not from a website in directadmin but something else. Is there a way to check this? Thnx for you reply anyway!
scsi Verified User Joined Aug 19, 2008 Messages 4,539 Jul 15, 2011 #4 Then what are you seeing? It should be dumping show full processlist. http://jeremy.zawodny.com/mysql/mytop/mytop.html http://serverfault.com/questions/231734/mytop-doesnt-display-executed-queries Im sure there are more guides around the internet. Last edited: Jul 15, 2011
Then what are you seeing? It should be dumping show full processlist. http://jeremy.zawodny.com/mysql/mytop/mytop.html http://serverfault.com/questions/231734/mytop-doesnt-display-executed-queries Im sure there are more guides around the internet.
SeLLeRoNe Super Moderator Joined Oct 9, 2004 Messages 6,632 Location A Coruña, Spain Jul 15, 2011 #5 Maybe is just too speedy on execute queries and u cant see them. Regards
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,449 Location www.poralix.com Jul 18, 2011 #6 @Suurbier, try this Jet Profiler for MySQL (http://www.jetprofiler.com/), free version is also available.
@Suurbier, try this Jet Profiler for MySQL (http://www.jetprofiler.com/), free version is also available.