show processlist state value 'statistics'

2004-10-06 Thread Ananth Reddy
Does anyone know what is the meaning of value 'statistics' in state column of show processlist? It is displaying this state during a SELECT query. I noticed lot of them in DB while our application is being run in a stress mode. This is not documented in Mysql documentation for show processlist

RE: show processlist state value 'statistics'

2004-10-06 Thread Amit_Wadhwa
11:13 PM To: [EMAIL PROTECTED] Subject: show processlist state value 'statistics' Does anyone know what is the meaning of value 'statistics' in state column of show processlist? It is displaying this state during a SELECT query. I noticed lot of them in DB while our application is being run

grepping data from show processlist in more elegant way

2004-06-17 Thread Irek Slonina
Hello, I have wrote a small program which's main purpose is to do change master to, slave start and after a transfer of data - slave stop. But after slave start i need to know when the transfer ends - to do this I could parse the mysql_list_processes() output for a string Has read all relay log;

SHOW PROCESSLIST State Locked - what does this mean?

2004-05-26 Thread Jim Nachlin
Hi, Currently, I have a situation where an app makes connections (via JDBC) to a mysql server, 50 connections at once, and everything just becomes super-slow. For instance, a SELECT that should take 0.01 sec takes several minutes. SHOW PROCESSLIST says that these threads that are connections

SHOW PROCESSLIST displays incorrect slave latency in MySQL 3.23

2004-05-10 Thread mysql-support
Description: When I do 'SHOW PROCESSLIST' on my server currently, the line for 'system user' is as follows: ++-+--+-+-++---+--+ | Id | User| Host | db | Command | Time

Show Processlist command

2004-03-03 Thread Boyd E. Hemphill
All: I recently discovered the Show Processlist statement which is great. My question is this... One the process completes it falls off this list. Is there another command that will show me the run time of the processes that have completed? Is this info in a log? If so, which one? Thanks

Possible values in COMMAND for SHOW PROCESSLIST

2004-02-18 Thread Martijn Tonies
Hi, Does anyone know what the possible values for column Command are when doing a SHOW PROCESSLIST? All I'm getting so far, is Query, Killed and Sleep. With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL MS SQL Server. Upscene Productions http

Re: Possible values in COMMAND for SHOW PROCESSLIST

2004-02-18 Thread vpendleton
Possible values in COMMAND for SHOW PROCESSLIST: Hi, Does anyone know what the possible values for column Command are when doing a SHOW PROCESSLIST? All I'm getting so far, is Query, Killed and Sleep. With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird

Re: Possible values in COMMAND for SHOW PROCESSLIST

2004-02-18 Thread Martijn Tonies
Possible values in COMMAND for SHOW PROCESSLIST: Hi, Does anyone know what the possible values for column Command are when doing a SHOW PROCESSLIST? All I'm getting so far, is Query, Killed and Sleep. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql

Re: Possible values in COMMAND for SHOW PROCESSLIST

2004-02-18 Thread vpendleton
My confusion, I thought that was what you were asking for. Original Message On 2/18/04, 10:01:24 AM, Martijn Tonies [EMAIL PROTECTED] wrote regarding Re: Possible values in COMMAND for SHOW PROCESSLIST: Hi, Are you sure about this? According to http://www.mysql.com/doc/en

Re: Possible values in COMMAND for SHOW PROCESSLIST

2004-02-18 Thread Jeremy Zawodny
On Wed, Feb 18, 2004 at 04:26:21PM +0100, Martijn Tonies wrote: Hi, Does anyone know what the possible values for column Command are when doing a SHOW PROCESSLIST? A table in Chapter 1 of High Performance MySQL[*] Binlog Dump Change user Connect Connect Out Create DB Debug Delayed_insert

SHOW PROCESSLIST

2004-02-18 Thread Ronan Lucio
Hi All, I executed a SHOW PROCCESSLIST command and it returned me 39 rows which 21 of than show Sleep in the column Command. What does this tell me? Thank´s, Ronan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL

Re: SHOW PROCESSLIST

2004-02-18 Thread Jeremy Zawodny
On Wed, Feb 18, 2004 at 04:01:57PM -0300, Ronan Lucio wrote: Hi All, I executed a SHOW PROCCESSLIST command and it returned me 39 rows which 21 of than show Sleep in the column Command. What does this tell me? 21 threads are idle. -- Jeremy D. Zawodny | Perl, Web, MySQL, Linux

Re: SHOW PROCESSLIST

2004-02-18 Thread Ronan Lucio
Jeremy, On Wed, Feb 18, 2004 at 04:01:57PM -0300, Ronan Lucio wrote: Hi All, I executed a SHOW PROCCESSLIST command and it returned me 39 rows which 21 of than show Sleep in the column Command. What does this tell me? 21 threads are idle. But, what could make so many threads get

Re: Possible values in COMMAND for SHOW PROCESSLIST

2004-02-18 Thread Martijn Tonies
Hi Jeremy, On Wed, Feb 18, 2004 at 04:26:21PM +0100, Martijn Tonies wrote: Hi, Does anyone know what the possible values for column Command are when doing a SHOW PROCESSLIST? A table in Chapter 1 of High Performance MySQL[*] Thanks! With regards, Martijn Tonies Database Workbench

Re: SHOW PROCESSLIST

2004-02-18 Thread Martijn Tonies
Hi, I executed a SHOW PROCCESSLIST command and it returned me 39 rows which 21 of than show Sleep in the column Command. What does this tell me? 21 threads are idle. But, what could make so many threads get idle? Connecting, but don't doing anything. Shouldn´t the queries

Re: SHOW PROCESSLIST

2004-02-18 Thread Ronan Lucio
Martijn, 21 threads are idle. But, what could make so many threads get idle? Connecting, but don't doing anything. Shouldn´t the queries just be executed, return the results and be closed? If you don't close your connection, what do you expect? Does this mean some kind of

Re: SHOW PROCESSLIST

2004-02-18 Thread Martijn Tonies
Hi Ronan, 21 threads are idle. But, what could make so many threads get idle? Connecting, but don't doing anything. Shouldn´t the queries just be executed, return the results and be closed? If you don't close your connection, what do you expect? Does this mean some

show processlist

2003-12-18 Thread Andrius Jakas
Hi, show processlist displays processes with state statistics, what does this status means. Documentation doesn't say much A. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: show processlist

2003-12-18 Thread Matt W
which index to use, if any, when looking up rows in a table. Now we both know. ;-) Hope that helps. Matt - Original Message - From: Andrius Jakas Sent: Thursday, December 18, 2003 6:08 AM Subject: show processlist Hi, show processlist displays processes with state statistics, what

Re: Meaning of Column time in Show Processlist

2003-08-14 Thread Mechain Marc
First of all, thank you Jeremy for your answer. You said: It's the amount of time that thread has been in its current state. Is it the current state column value (which is in fact nothing or the text of the running SQL request) or the current command column value (sleeping, opening table,

RE: Meaning of Column time in Show Processlist

2003-08-14 Thread Mechain Marc
Thanks very much. Marc. -Message d'origine- De : Jeremy Zawodny [mailto:[EMAIL PROTECTED] Envoyé : mercredi 13 août 2003 17:01 À : Mechain Marc Cc : [EMAIL PROTECTED] Objet : Re: Meaning of Column time in Show Processlist On Wed, Aug 13, 2003 at 03:26:24PM +0200, Mechain Marc wrote

Re: Meaning of Column time in Show Processlist

2003-08-14 Thread Ware Adams
Jeremy Zawodny wrote: What happens to the thread if the value of time is greater than interactive timeout or wait timeout ? The client will be disconnected and thread closed. That's what I thought was supposed to happen, but we constantly wind up with sleeping connections longer than these

Re: Meaning of Column time in Show Processlist

2003-08-14 Thread Jeremy Zawodny
On Wed, Aug 13, 2003 at 03:26:24PM +0200, Mechain Marc wrote: First of all, thank you Jeremy for your answer. You said: It's the amount of time that thread has been in its current state. Is it the current state column value (which is in fact nothing or the text of the running SQL

Re: Meaning of Column time in Show Processlist

2003-08-14 Thread Jeremy Zawodny
On Tue, Aug 12, 2003 at 11:43:50AM +0200, Mechain Marc wrote: I would like to know (if possible, there is no explanation in the documentation) the exact meanning of the column time in the show processlist command. It's the amount of time that thread has been in its currnet state. -- Jeremy D

Meaning of Column time in Show Processlist

2003-08-14 Thread Mechain Marc
I would like to know (if possible, there is no explanation in the documentation) the exact meanning of the column time in the show processlist command. Why is it sometime so hight ? When is it reinitialize (and why) ? Is there any correlation between the time column and the variables wait

Re: [MYSQL] Question about 'SHOW PROCESSLIST' output columns

2003-06-25 Thread Egor Egorov
PAUL MENARD [EMAIL PROTECTED] wrote: I'm having an intermittent problem with a MySQL server that I have running on a Windows 2000 Advance server systems. This issue occurs every few days depending on the load of the system. Here are the details. MySQL version 3.23.42-nt (I know I

[MYSQL] Question about 'SHOW PROCESSLIST' output columns

2003-06-24 Thread PAUL MENARD
Hello All, I'm having an intermittent problem with a MySQL server that I have running on a Windows 2000 Advance server systems. This issue occurs every few days depending on the load of the system. Here are the details. MySQL version 3.23.42-nt (I know I need to upgrade. Soon). Machine:

RE: SHOW PROCESSLIST

2003-06-17 Thread Mike Hillyer
PROTECTED] Subject: SHOW PROCESSLIST Hi, we've got a linux server (version 4.0.12) and we seem to be having a strange issue.whenever we view the processlist, it ALWAYS shows connections coming from the localhost instead of the remote machine's name/ip. Is there any particular reason

Re: SHOW PROCESSLIST

2003-06-17 Thread Shane Bryldt
, June 17, 2003 12:24 PM Subject: SHOW PROCESSLIST Hi, we've got a linux server (version 4.0.12) and we seem to be having a strange issue.whenever we view the processlist, it ALWAYS shows connections coming from the localhost instead of the remote machine's name/ip. Is there any particular

Re: RE: SHOW PROCESSLIST

2003-06-17 Thread Shane Kirk
[EMAIL PROTECTED] Sent: 06/17/03 02:37 PM To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: SHOW PROCESSLIST This is a know bug that has been addressed in version 4.0.13, you will need to upgrade. See http://bugs.mysql.com/bug.php?id=164 Regards, Mike Hillyer www.vbmysql.com -Original

Re: RE: SHOW PROCESSLIST

2003-06-17 Thread Shane Kirk
[EMAIL PROTECTED] Sent: 06/17/03 02:37 PM To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: SHOW PROCESSLIST This is a know bug that has been addressed in version 4.0.13, you will need to upgrade. See http://bugs.mysql.com/bug.php?id=164 Regards, Mike Hillyer www.vbmysql.com -Original

embedded server - show processlist returns empty set

2003-06-07 Thread gamin
Hi Im running mysql 4.0.12-embedded, a simple query - 'show proceslist'; returns an empty set ? Is this a bug ? thx G

Bug in SHOW PROCESSLIST?

2003-06-06 Thread Josh Smith
Hello, all. I have noticed over the last few days that when I do a SHOW PROCESSLIST on my MySQL server the host field always reports the same host IP address or name regardless of who is making the connection. Here is a run of the command on my machine: mysql show processlist

Re: Bug in SHOW PROCESSLIST?

2003-06-06 Thread Victoria Reznichenko
Josh Smith [EMAIL PROTECTED] wrote: I have noticed over the last few days that when I do a SHOW PROCESSLIST on my MySQL server the host field always reports the same host IP address or name regardless of who is making the connection. Here is a run of the command on my machine: mysql

Re: Bug in SHOW PROCESSLIST?

2003-06-06 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Josh Smith wrote: Hello, all. I have noticed over the last few days that when I do a SHOW PROCESSLIST on my MySQL server the host field always reports the same host IP address or name regardless of who is making the connection. Here is a run

Trouble with MySQL4, host field in show processlist

2003-03-25 Thread Sasa Ugrenovic
Hi, My first post here l;) Ok, here it goes. I recently installed MySQL4 and transfered all my databases there. Now, it all works great, but the host field, in show processlist command, don't work correctly. It don't display correct info from where the query has came. Example: mysql show

Re: Trouble with MySQL4, host field in show processlist

2003-03-25 Thread Stefan Hinz
Sasa, Now, it all works great, but the host field, in show processlist command, don't work correctly. It don't display correct info from where the query has came. Example: mysql show processlist

Re: Trouble with MySQL4, host field in show processlist

2003-03-25 Thread Jocelyn Fournier
: Trouble with MySQL4, host field in show processlist Hi, My first post here l;) Ok, here it goes. I recently installed MySQL4 and transfered all my databases there. Now, it all works great, but the host field, in show processlist command, don't work correctly. It don't display correct

Zoombie threads when listing with show processlist.

2002-11-05 Thread Erik Zapien
Has anybody seen something like this when using show processlist? Note how they have been killed, their status is null and the have been running for 171316 seconds. I killed them yesterday. mysql show processlist

Re: show processlist ?

2002-10-21 Thread Jeremy Zawodny
On Mon, Oct 21, 2002 at 02:51:14PM +0200, cristian ditoiu wrote: Hi . Using Mysql3.23.49 on RH 7.3 + PHP + Apache . When issuing 'show processlist' i get a lot of these : What exactly means 'sleep' ? The thread (connection) is idle. -- Jeremy D. Zawodny | Perl, Web, MySQL, Linux

show processlist

2002-09-12 Thread lorenzo.kh
Hi, I am developing a web-based application using java + tomcat + mysql in Win 2000. When the application is running,I try to view the processlist in MS-DOS using the commad show processlist. mysql show processlist

Re: return row count from show processlist

2002-07-31 Thread Brian Reichert
On Tue, Jul 30, 2002 at 12:31:32PM -0400, Chris Friedline wrote: hello everyone, i'm a newbie so please excuse the probably dumb question. i'm using monitoring software to record the number of processes at a current time. currently, i'm just sending a show processlist and my monitoring

return row count from show processlist

2002-07-30 Thread Chris Friedline
hello everyone, i'm a newbie so please excuse the probably dumb question. i'm using monitoring software to record the number of processes at a current time. currently, i'm just sending a show processlist and my monitoring software returns something like this: 0.06 sec, 4 rows, 1629, [user

Re: Signal 11 on SHOW PROCESSLIST query

2002-06-27 Thread Victoria Reznichenko
is that mysql restarted itself and there seems to be no table HH corruption (whew!), but I'd still like to figure out why the server crashed on HH the SHOW PROCESSLIST command (which does run once a minute in a cron job). HH Any pointers or help would be greatly appreciated! Thanks, Henry, can you repeat

Re: Signal 11 on SHOW PROCESSLIST query

2002-06-27 Thread Gelu Gogancea
] [EMAIL PROTECTED] - Original Message - From: Henry Hank [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 27, 2002 4:13 AM Subject: Signal 11 on SHOW PROCESSLIST query Hello All, I have mysql 3.23.41 running on a Dell Poweredge 2550 on standard install of Red Hat 7.2 (2.4.9

Signal 11 on SHOW PROCESSLIST query

2002-06-26 Thread Henry Hank
(whew!), but I'd still like to figure out why the server crashed on the SHOW PROCESSLIST command (which does run once a minute in a cron job). Any pointers or help would be greatly appreciated! Thanks, -Hank Eskin Here is the error log of the last crash

Re: Signal 11 on SHOW PROCESSLIST query

2002-06-26 Thread Dicky Wahyu Purnomo
/mysqld: no symbols error. same problem with my server too ... every two weeks restarts ... with same cron job show processlist every minutes i hope mysql will improve this soon on next stable version please !!! because i really need this show processlist for monitoring activity. -- Let's

Re: Many processes in SHOW PROCESSLIST;

2002-03-05 Thread BD
At 10:24 PM 3/4/2002 , you wrote: On Mon, Mar 04, 2002 at 01:47:42PM -0600, BD wrote: Jeremy, PMFJI, but has anyone done any testing to see if persistent connections with MySQL and PHP is actually faster in practice? What's PMFJU? Pardon me for jumping in Without testing, I

Re: Many processes in SHOW PROCESSLIST;

2002-03-05 Thread Steven Roussey
PMFJI, but has anyone done any testing to see if persistent connections with MySQL and PHP is actually faster in practice? Without testing, I suspect that it is faster but that the gains are very small. If this was Oracle, it'd be a whole different story. The connection

Many processes in SHOW PROCESSLIST;

2002-03-04 Thread Takacs Istvan
Hi, We use mysql 1.23.47 as a database for our PHP based accounting system. We use mysql_pconnect() to get a connection to the DB. This morning we couldn't log in because mysql sent back a 'too many open connection!' (or someting like that) error message. If I use the command SHOW PROCESSLIST

Re: Many processes in SHOW PROCESSLIST;

2002-03-04 Thread Jeremy Zawodny
!' (or someting like that) error message. If I use the command SHOW PROCESSLIST than I can see many 'Sleep' processes. If I try to kill some processes by KILL processnumber than newer processes appear in the list. Sounds like you need to decrease the amount of time that idle connections stay around

Re: Many processes in SHOW PROCESSLIST;

2002-03-04 Thread BD
a 'too many open connection!' (or someting like that) error message. If I use the command SHOW PROCESSLIST than I can see many 'Sleep' processes. If I try to kill some processes by KILL processnumber than newer processes appear in the list. Sounds like you need to decrease the amount

Re: Many processes in SHOW PROCESSLIST;

2002-03-04 Thread Jeremy Zawodny
On Mon, Mar 04, 2002 at 01:47:42PM -0600, BD wrote: Jeremy, PMFJI, but has anyone done any testing to see if persistent connections with MySQL and PHP is actually faster in practice? What's PMFJU? Without testing, I suspect that it is faster but that the gains are very small. If

show processlist oddities

2002-01-31 Thread Michael Griffith
Personally I feel that I have a pretty good understanding on MySQL locking, however I am confused by the output I've received from SHOW PROCESSLIST at seemingly random times. At the end of this message is the output from SHOW FULL PROCESSLIST. ALL queries from output are shown. ALL WHERE clauses

MyODBC problem: Show Processlist

2002-01-15 Thread Frans Streur
Hallo, Im writing an Visual Basic 6 application, using MDAC 2.1 and MySql ODBC 2.50.38. In some part of this application I like to know the processes that are running on MySql. I'm using SHOW PROCESSLIST expecting a recordset back like in SHOW STATUS. I'm getting an runtime-error -2147467259

RE: MyODBC problem: Show Processlist

2002-01-15 Thread Venu
Hi, Hallo, Im writing an Visual Basic 6 application, using MDAC 2.1 and MySql ODBC 2.50.38. In some part of this application I like to know the processes that are running on MySql. I'm using SHOW PROCESSLIST expecting a recordset back like in SHOW STATUS. I'm getting an runtime

show processlist: status

2001-11-12 Thread Jeff Isom
I'm trying to understand what the status field of the SHOW PROCESSLIST command means. When I execute a query - SELECT count(*) as count from table1 where col1 like name%;, the query takes a long time to execute. The table has over 47,000,000 records and is indexed on col1. What does the status

Re: show processlist: status

2001-11-12 Thread Heikki Tuuri
Hi! I'm trying to understand what the status field of the SHOW PROCESSLIST command means. When I execute a query - SELECT count(*) as count from table1 where col1 like name%;, the query takes a long time to execute. The table has over 47,000,000 records and is indexed on col1. What does

show processlist

2001-11-09 Thread Stuart Scamman
How do I show processlist from a specific computer, not everything ? Thanks.

Re: show processlist

2001-11-09 Thread Bill Adams
Stuart Scamman wrote: How do I show processlist from a specific computer, not everything ? Thanks. mysqladmin processlist |grep 'the.host.you.care.about' -- Bill Adams TriQuint Semiconductor - Before posting, please

privileges for SHOW PROCESSLIST

2001-10-05 Thread Jacob Friis Larsen
What privileges should I give my user so that I can do the SHOW PROCESSLIST on all databases ? Please also reply to my E-mail address. :) Jacob - Before posting, please check: http://www.mysql.com/manual.php (the manual

Re: privileges for SHOW PROCESSLIST

2001-10-05 Thread Carl Troein
Jacob Friis Larsen writes: What privileges should I give my user so that I can do the SHOW PROCESSLIST on all databases ? PROCESS, I think, although it's somewhat of a guess. I wish someone with more knowledge about these things could add a clarification to that section of the manual, seeing

privileges for SHOW PROCESSLIST

2001-10-05 Thread Jani Tolonen
Jacob Friis Larsen writes: What privileges should I give my user so that I can do the SHOW PROCESSLIST on all databases ? Please also reply to my E-mail address. :) Jacob Process_priv Regards, - Jani For technical support contracts, visit https://order.mysql.com

SV: privileges for SHOW PROCESSLIST

2001-10-05 Thread Jacob Friis Larsen
What privileges should I give my user so that I can do the SHOW PROCESSLIST on all databases ? Process_priv Should I then do : GRANT PROCESS ON mysql.* to shark@'123.123.123.123' identified by 'sharkpassword'; - Before

Logging connections and show processlist

2001-04-06 Thread Gary Huntress
rDBName ) set rs = conn.execute("show tables") no problem. However I was surprised when this didn't work (that is, it didn't return a recordset) set rs = conn.execute("show processlist") rs is empty, which is odd, because I thought I would at least see my own p