I got a good one for you guys.
For some reason when I type the command "top" in unix. I get this.
When I look at the mysql process list I get this.
Thats like 20 vrs. 4!
Looks like MySQL is eating up my memory but there is only 4 on the process list.. yet 20 on the top process? What do you think this could be?
For some reason when I type the command "top" in unix. I get this.
Code:
21925 mysql 15 0 217M 162M 1844 S 4.7 16.1 3:36 0 mysqld
30992 mysql 16 0 217M 162M 1844 S 3.9 16.1 0:31 0 mysqld
13926 mysql 16 0 217M 162M 1844 S 3.3 16.1 30:36 0 mysqld
20888 mysql 16 0 217M 162M 1844 S 2.9 16.1 10:01 0 mysqld
801 mysql 15 0 217M 162M 1844 S 2.9 16.1 0:13 0 mysqld
1541 mysql 16 0 217M 162M 1844 S 2.9 16.1 0:10 0 mysqld
30990 mysql 16 0 217M 162M 1844 S 2.7 16.1 0:28 0 mysqld
31299 mysql 16 0 217M 162M 1844 S 2.5 16.1 7:00 0 mysqld
319 mysql 16 0 217M 162M 1844 S 2.5 16.1 6:49 0 mysqld
29874 mysql 16 0 217M 162M 1844 S 2.5 16.1 0:33 0 mysqld
1544 mysql 16 0 217M 162M 1844 S 2.3 16.1 0:11 0 mysqld
814 mysql 16 0 217M 162M 1844 S 2.1 16.1 0:15 0 mysqld
19637 mysql 16 0 217M 162M 1844 R 1.5 16.1 3:54 0 mysqld
1518 mysql 16 0 217M 162M 1844 R 1.5 16.1 0:11 0 mysqld
29273 mysql 16 0 217M 162M 1844 R 1.3 16.1 0:34 0 mysqld
When I look at the mysql process list I get this.
Code:
Kill 4057899 eximstats localhost eximstats Sleep 3 --- ---
Kill 4058149 gobubble localhost gobubble Sleep 2 --- ---
Kill 4058151 jerk localhost shiftcode Sleep 1 --- ---
Kill 4058164 root localhost mysql Query 0 --- SHOW PROCESSLIST
Thats like 20 vrs. 4!
Looks like MySQL is eating up my memory but there is only 4 on the process list.. yet 20 on the top process? What do you think this could be?