Duboux
Verified User
- Joined
- Apr 20, 2007
- Messages
- 251
When I go to the Show Process List in the control panel, I see this:
And most of those pids have been standing there for 12hrs now
The amount of http-pids is 9% compared to the amount of MySql pids.
When I ssh #kill 3649
and refresh the process list page, it still exists.
When I MySql
It doesn't exist.
My SHOW QUERIES command shows only like max 5 queries, that quickly disappear again.
And the average serverload is like 0.45.
What's wrong ?
Code:
mysqld mysqld (pid 3649 3650 3651 4065 4066 4067 4068 4070 4071 4158 4159 4872 4873 4874 4875 8868 8869 8870 8871 8872 8877 8878 8879 8880 8881 8882 8884 8886 8887 8888 8889 8892 8895 8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 8906 8914 8916 8923 8924 8925 8934 8935 8936 8937 8938 8939 8940 8941 8942 8950 8951 8952 8953 8954 8955 8975 8982 8989 9010 9045 9074 9076 9085 9098 9105 9125 9141 9170 9172 9192 9195 9200 9205 9206 9208 9209 9210 9211 9214 9215 9216 9217 9220 9221 9222 9226 9227 9229 9230 9232 9235 9236 9237 9238 9258 9259 9336 9337 9338 9339 9340 9341 9342 9343 9344 9345 9346 9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360 9361 9362 9363 9364 9365 9366 9367 9368 9371 9372 9373 9374 9375 9376 9377 9378 9379 9380 9381 9382 9383 9384 9385 9386 9387 9390 9391 9392 9393 9394 9395 9396 9397 9398 9399 9400 9401 9402 9403 9404 9405 9406 9411 9412 9413 9414 9415 9416 9417 9418 9419 9420 9422 9423 9424 9425 9426 9427 12526 12527 12528 12529 12530 12531 14956 14971 14992 15003 21397 21398 ) Start Stop
The amount of http-pids is 9% compared to the amount of MySql pids.
When I ssh #kill 3649
and refresh the process list page, it still exists.
When I MySql
Code:
mysql> kill 3649;
ERROR 1094 (HY000): Unknown thread id: 3649
My SHOW QUERIES command shows only like max 5 queries, that quickly disappear again.
And the average serverload is like 0.45.
What's wrong ?