Any idea of what is happening? It's swapping, but why the 30 mysql instances?
- What OS / version? I suspect those are threads of a single MYSQL process.HTTP500– HTTP5002013-02-18 16:35:54 +00:00Commented Feb 18, 2013 at 16:35
- 2Also see if you have some long running queries. e.g. mysqladmin processlistHTTP500– HTTP5002013-02-18 16:49:49 +00:00Commented Feb 18, 2013 at 16:49
- thank you for the long queries suggestion, i will check that once that the load returns to abnormal. I don't really think mysql to be the bottleneck, but i will try to debug that.cedivad– cedivad2013-02-18 17:41:24 +00:00Commented Feb 18, 2013 at 17:41
Add a comment |
1 Answer
As htop indicates, you system seems to hang into huge iowait. The 30 mysql instances are probably because you got 30 connections to your mysql server.