MySQL Forums
Forum List  »  Newbie

Re: MySQL using 80-90% of CPU
Posted by: John Oliver
Date: May 12, 2009 11:16AM

CPU is back up to ~80% but

mysql> show processlist;
+-----+---------+------------------------------------+----------+---------+------+--------------+------------------------------------------------------------------------------------------------------+
| Id  | User    | Host                               | db       | Command | Time | State        | Info                                                                                                 |
+-----+---------+------------------------------------+----------+---------+------+--------------+------------------------------------------------------------------------------------------------------+
| 121 | mdauser | mda-services:53274                 | mda3     | Sleep   |    0 |              | NULL                                                                                                 |
| 131 | root    | localhost:40216                    | nextMda3 | Query   |    0 | Sending data | SELECT COUNT(*) INTO eventCount_indicator FROM
    EventCount WHERE dataSourceId = id AND
    receiv |
| 134 | root    | localhost                          | NULL     | Query   |    0 | NULL         | show processlist                                                                                     |
+-----+---------+------------------------------------+----------+---------+------+--------------+------------------------------------------------------------------------------------------------------+
3 rows in set (0.00 sec)

And there are still only two established TCP connections, both from the only host that uses this server.



Edited 1 time(s). Last edit at 05/13/2009 03:24PM by John Oliver.

Options: ReplyQuote


Subject
Written By
Posted
May 11, 2009 11:53AM
Re: MySQL using 80-90% of CPU
May 12, 2009 11:16AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.