Re: MySQL eats 99& CPU time problem help

2002-12-14 Thread Ken Menzel
2002 11:12 AM Subject: MySQL eats 99& CPU time problem help > We have MySQL 3.23.53 running on Intel machine with OS > BSDI 4.3. > > The problem happened more often like this. > > MySQL eated up 99% cpu time which was told by running > "top". When this happened,

Re: MySQL eats 99& CPU time problem help

2002-12-11 Thread ed
One thing to look at is the number of connections to the MySQL server. We have seen this problem when the number of connections reaches the limit set by the my.cnf file. One reason for the connections filling up is a long process that locks a much used table. This will cause all new requests fo

Re: MySQL eats 99& CPU time problem help

2002-12-11 Thread Dennis Allison
> On Wed, Dec 11, 2002 at 11:12:33AM -0500, shawn xu wrote: > > We have MySQL 3.23.53 running on Intel machine with OS > > BSDI 4.3. > > > > The problem happened more often like this. > > > > MySQL eated up 99% cpu time which was told by running > > "top". When this happened, I guess it still an

Re: MySQL eats 99& CPU time problem help

2002-12-11 Thread Jeremy Zawodny
On Wed, Dec 11, 2002 at 11:12:33AM -0500, shawn xu wrote: > We have MySQL 3.23.53 running on Intel machine with OS > BSDI 4.3. > > The problem happened more often like this. > > MySQL eated up 99% cpu time which was told by running > "top". When this happened, I guess it still answer > queries,

MySQL eats 99& CPU time problem help

2002-12-11 Thread shawn xu
We have MySQL 3.23.53 running on Intel machine with OS BSDI 4.3. The problem happened more often like this. MySQL eated up 99% cpu time which was told by running "top". When this happened, I guess it still answer queries, but it is too slow to answer, which results in the customers complaining.