Re: High cpu usage

2018-10-26 Thread shawn l.green
he results from SELECT * FROM information_schema.INNODB_TRX; during the day as we get this issue regularly and will provide feedback. Regards (earlier thread below... ) From: shawn l.green Sent: Thursday, 25 October 2018 9:54:10 PM To: mysql@lists.mysql.co

Re: High cpu usage

2018-10-25 Thread Machiel Richards
ursday, 25 October 2018 9:54:10 PM To: mysql@lists.mysql.com Subject: Re: High cpu usage Hello Machiel, On 10/25/2018 6:09 AM, Machiel Richards wrote: > Good day all > > > Hoping this mail finds you well. > > > I am hoping someone can perhaps give us some guidance here as

Re: High cpu usage

2018-10-25 Thread shawn l.green
, replication is unpaused, and completes processing and catchup within about 15 minutes and is paused again about 30 minutes after the unpause. Give or take 45 minutes to an hour after the replication is paused again, mysql starts to cause high cpu usage with no apparent processes running as can

High cpu usage

2018-10-25 Thread Machiel Richards
minutes and is paused again about 30 minutes after the unpause. Give or take 45 minutes to an hour after the replication is paused again, mysql starts to cause high cpu usage with no apparent processes running as can be seen on full processlist (maybe one or two selects which completes

CPU usage periodically rises 50%, stays there

2008-02-15 Thread Rene Fournier
is to say, mysqld shows in Activity Monitor 90% CPU usage when normally it sits around 30-40%. Slow query log file doesn't show anything unusual. Now here's the really strange part: If I shutdown all processes/services that use MySQL (and I can see nothing making a connection to the

MySQL to blame? (was Re: Command-line PHP script, MySQL CPU usage goes sky-high, stays there--why?)

2007-12-20 Thread M5
I'm really not sure what to try next. ps -aux shows MySQL as hogging the CPU, not PHP or Terminal: When this happens, do a 'SHOW PROCESSLIST' in mysql to see what it's doing. I have, and I can't see anything unusual. There are a few scripts that loop with very slow overhead (with sufficien

Command-line PHP script, MySQL CPU usage goes sky-high, stays there--why?

2007-12-10 Thread René Fournier
Hello, I have a command-line PHP script--called Listener--that is designed to run indefinitely with a predictable CPU usage and memory footprint. In a nutshell, it's a multi-client socket server that waits for incoming connections, processes incoming data, stores results in a

Re: Mysql 4.0 cpu usage

2005-10-26 Thread James Sherwood
I have solved this problem, I was missing a slash in the path to the data directory Thanks, James - Original Message - From: "Gleb Paharenko" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 26, 2005 4:41 AM Subject: Re: Mysql 4.0 cpu usage > Hello. > > A

Re: Mysql 4.0 cpu usage

2005-10-26 Thread Gleb Paharenko
Hello. Are you able to connect to the server and found the states of its threads with SHOW PROCESSLIST statement? > Mysql 4.1 and 5 will NOT seem to play nice with french characters so I have tried to > revert back to 4.0. > > I am trying to install 4.0 on a Win2003 Dell PowerEdge 2850

Re: Mysql 4.0 cpu usage

2005-10-25 Thread Jasper Bryant-Greene
On Tue, 2005-10-25 at 15:39 -0300, James Sherwood wrote: > Mysql 4.1 and 5 will NOT seem to play nice with french characters so I have > tried to revert back to 4.0. > > I am trying to install 4.0 on a Win2003 Dell PowerEdge 2850 and when I run > the service it uses a constant 25%cpu and seems l

Mysql 4.0 cpu usage

2005-10-25 Thread James Sherwood
Hello, Mysql 4.1 and 5 will NOT seem to play nice with french characters so I have tried to revert back to 4.0. I am trying to install 4.0 on a Win2003 Dell PowerEdge 2850 and when I run the service it uses a constant 25%cpu and seems locked up. I cannot even stop the service I have to end th

mysql cpu usage

2005-02-26 Thread sirisha gnvg
hi everybody, PLATFORM: MySQL 4.1.8 version,OS:windowsXP We are working on a project that requires MySQL database monitoring. As part of it we monitor the network traffic to and from MySQL,harddisk space used by Mysql ,primary memory used by it and so on.As part of it we need to fin

Re: Per Thread CPU usage

2004-09-01 Thread Egor Egorov
Frank <[EMAIL PROTECTED]> wrote: > is it somehow possible to log how much CPU time a thread (or query) > consumed? (this is only for debugging purposes) man mpstat This may help. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita

Per Thread CPU usage

2004-08-31 Thread Frank
Hi, is it somehow possible to log how much CPU time a thread (or query) consumed? (this is only for debugging purposes) Thanks in advanced, Frank de Bot -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: CPU Usage and MySQL...

2003-09-02 Thread Jeremy Zawodny
On Sun, Aug 31, 2003 at 07:14:12AM -0400, Albert wrote: > Can this tool be used on Windows and if so what version do I need to DL and > does it need anything else besides the software (e.g. Perl - which I see > listed for the nix versions. When I last had a Windows box at work, mytop worked with A

Re: CPU Usage and MySQL...

2003-09-02 Thread Jeremy Zawodny
On Sun, Aug 31, 2003 at 12:02:20AM -0400, K Old wrote: > > I ran across this tool the other day and it is awesome. Basically it is > like the top utility for *nix, but it's for mysql. It basically gives > you a live look into the database and what queries it's processing, etc > in real time. Gl

Re: CPU Usage and MySQL...

2003-08-31 Thread Albert
ECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, August 31, 2003 12:02 AM Subject: Re: CPU Usage and MySQL... > On Sat, 2003-08-30 at 23:18, [EMAIL PROTECTED] wrote: > > Hello, > > > > I have a strange problem with my mysql server. The mysql process seems to be > >

RE: CPU Usage and MySQL...

2003-08-31 Thread electroteque
yes mytop is very wicked it helps monitor the queries and gives you benchmarks -Original Message- From: K Old [mailto:[EMAIL PROTECTED] Sent: Sunday, August 31, 2003 2:02 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: CPU Usage and MySQL... On Sat, 2003-08-30 at 23:18

Re: CPU Usage and MySQL...

2003-08-31 Thread K Old
On Sat, 2003-08-30 at 23:18, [EMAIL PROTECTED] wrote: > Hello, > > I have a strange problem with my mysql server. The mysql process seems to be > using between 60 and 70 percent of the CPU at all times. Even when it is > seemingly idle (not active queries). I'm not sure what to look for to see w

CPU Usage and MySQL...

2003-08-31 Thread jkelty
Hello, I have a strange problem with my mysql server. The mysql process seems to be using between 60 and 70 percent of the CPU at all times. Even when it is seemingly idle (not active queries). I'm not sure what to look for to see what it is doing other than truss'ing the process (I'm running i

Re: 4.0.14 runs CPU usage up and eventually stop

2003-08-14 Thread xuefer tinys
you have similar problem as me i have my search box very slow, which eating so much cpu usage and if 1+ UPDATE wait for this query, and all other SELECT queries wait the UPDATE to be finished are u going to report this bug(high cpu usage) to bugs.mysql.net? From: "Cliff" <[EM

4.0.14 runs CPU usage up and eventually stop

2003-08-08 Thread Cliff
Hi, I am running 4.0.14 on a FreeBSD 4.8-STABLE machine (upgraded to CVS from last week) and I am having a problem. We run a fairly large website using PHP so there is always many connections to the database. On 4.0.12 the cpu usage never shot to over 20% and ran extremely fast. After upgrading to

Re: mysqld shows high cpu usage over extended time, restart = normal

2003-07-16 Thread Jeremy Zawodny
On Wed, Jul 09, 2003 at 01:08:56PM -0400, Dave [Hawk-Systems] wrote: > >> load). Is there a known issue (running on FreeBSD 4.8, > >> MySQL 3.23.55 MyISAM)? > > > >its been a known issue for quite a long time > >use linuxthreaded version and it should work fine. > > > >although much of work has be

RE: mysqld shows high cpu usage over extended time, restart = normal

2003-07-09 Thread Dave [Hawk-Systems]
>> Is there a known issue (running on FreeBSD 4.8, MySQL 3.23.55 MyISAM)? >> Is there something I should check when next I notice the high CPU usage? >> > >I used to see the same kind of behavior a while back with a MySQL >installation I did for a client. It turned

RE: mysqld shows high cpu usage over extended time, restart = normal

2003-07-09 Thread Dave [Hawk-Systems]
>> load). Is there a known issue (running on FreeBSD 4.8, >> MySQL 3.23.55 MyISAM)? > >its been a known issue for quite a long time >use linuxthreaded version and it should work fine. > >although much of work has been done on threads implementation, >there are still such problems with mysql. it ha

Re: mysqld shows high cpu usage over extended time, restart = normal

2003-07-09 Thread Peter L. Berghold
On Wed, 2003-07-09 at 10:31, Dave [Hawk-Systems] wrote: > Is there a known issue (running on FreeBSD 4.8, MySQL 3.23.55 MyISAM)? > Is there something I should check when next I notice the high CPU usage? > I used to see the same kind of behavior a while back with a MySQL installation

RE: mysqld shows high cpu usage over extended time, restart = normal

2003-07-09 Thread Terry
hi, > load). Is there a known issue (running on FreeBSD 4.8, > MySQL 3.23.55 MyISAM)? its been a known issue for quite a long time use linuxthreaded version and it should work fine. although much of work has been done on threads implementation, there are still such problems with mysql. it happe

mysqld shows high cpu usage over extended time, restart = normal

2003-07-09 Thread Dave [Hawk-Systems]
Occasionally in checking one of the servers, I noticed that mysql shows 85% + of cpu usage essentially leaving the server at 0% idle. After monitoring it for a few hours, the status did not change. After a stop and start of mysql, things progessed normally. Checking back a few days later I

Re: mysqld CPU usage is almost 100% !!!

2003-06-06 Thread David Bordas
> Hi, > I'm using GNU/Linux Slackware 8.0 and not using any my.cnf (so the > configs are all at default).. Is it possible that mysql is doing some background tasks while the system is in idle state ? Which MySQL version did you use ? Some old mysql binary were compiled with wrong glibc and have th

Re: mysqld CPU usage is almost 100% !!!

2003-06-06 Thread Heikki Tuuri
from https://order.mysql.com/ - Original Message - From: "" nino"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Friday, June 06, 2003 10:41 AM Subject: Re: mysqld CPU usage is almost 100% !!! > Neither am I, I'm not ODBC literate :) > Is

RE: mysqld CPU usage is almost 100% !!!

2003-06-06 Thread George Pitcher
--Original Message- > From: nino [mailto:[EMAIL PROTECTED] > Sent: 06 June 2003 8:48 am > To: [EMAIL PROTECTED] > Subject: Re: mysqld CPU usage is almost 100% !!! > > > Neither am I, I'm not ODBC literate :) > Is there any answer relating my problem (mysqld CPU consume) w

Re: mysqld CPU usage is almost 100% !!!

2003-06-06 Thread nino
gt; >I'm not terrible ODBC-literate, so I don't know. > >Jeremy > >> -Original Message- >> From: nino [mailto:[EMAIL PROTECTED] >> Sent: Thursday, June 05, 2003 11:05 AM >> To: milis mysql >> Subject: mysqld CPU usage is almost 100% !!! >&

Re: mysqld CPU usage is almost 100% !!!

2003-06-06 Thread nino
assemble a few database with >> record size is about 37000 rows. Is mysqld likely gonna crash or >> something ?? >> >> I also noticed that, if some other mysqld thread is active, the >> mysqld which consume almost 100% CPU is decreasing its CPU usage a >> little

Re: mysqld CPU usage is almost 100% !!!

2003-06-05 Thread Jeremy Zawodny
MAIL PROTECTED] > Sent: Thursday, June 05, 2003 11:05 AM > To: milis mysql > Subject: mysqld CPU usage is almost 100% !!! > > > Hi folks, > > I'm experiencing some phenomenon that mysqld is consuming CPU at almost > 100%. At this time, I only assemble a few database wi

Re: mysqld CPU usage is almost 100% !!!

2003-06-05 Thread Jeremy Zawodny
omething ?? > > I also noticed that, if some other mysqld thread is active, the > mysqld which consume almost 100% CPU is decreasing its CPU usage a > little bit, and sometimes the CPU usage is normal. What operating system do you use? And which verison of MySQL? Can we see your my.c

RE: mysqld CPU usage is almost 100% !!!

2003-06-04 Thread Ahmad Rezal Ibrahim @ PNSB
check either your using ODBC - trace is on ? -Original Message- From: nino [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 11:05 AM To: milis mysql Subject: mysqld CPU usage is almost 100% !!! Hi folks, I'm experiencing some phenomenon that mysqld is consuming CPU at almos

mysqld CPU usage is almost 100% !!!

2003-06-04 Thread nino
which consume almost 100% CPU is decreasing its CPU usage a little bit, and sometimes the CPU usage is normal. Is it because my record size grows ? Anyway, it's only 37000 rows please help me, thanks in advance --nino -- MySQL General Mailing List For list archives: http://lists.mysql.co

Re: MySQL CPU usage skyrocketing

2002-11-07 Thread Jeremy Zawodny
On Thu, Nov 07, 2002 at 08:48:15AM -0500, Grigor, Peter wrote: > Ok, we know that FreeBSD has problems with its thread implementation; > however, I'd like to know if the MySql guys know exactly what causes the > problems to which Mr Zawodny refers. The problem is the MySQL (by default) uses name r

RE: MySQL CPU usage skyrocketing

2002-11-07 Thread Grigor, Peter
avior they've experienced. Peter <^_^> -Original Message- From: Simon Green [mailto:sgreen@;eurobell.net] Sent: Thursday, November 07, 2002 6:04 AM To: 'Bogdan TARU'; [EMAIL PROTECTED] Subject: RE: MySQL CPU usage skyrocketing See links form mail list. http://jerem

RE: MySQL CPU usage skyrocketing

2002-11-07 Thread Simon Green
CPU usage skyrocketing Hi, I am running MySQL 3.23.41 on a FreeBSD 4.4, and I experience very high loads of the machine, without any apparent reason. We have a new project using this MySQL engine, with lots of inserts/deletes. But it happens that in the mornings, when nobody makes any kind

MySQL CPU usage skyrocketing

2002-11-07 Thread Bogdan TARU
Hi, I am running MySQL 3.23.41 on a FreeBSD 4.4, and I experience very high loads of the machine, without any apparent reason. We have a new project using this MySQL engine, with lots of inserts/deletes. But it happens that in the mornings, when nobody makes any kind of access to the data

Re: how to limit the cpu usage in MySql

2002-07-11 Thread Alexander Barkov
Probably execution with "nice" will help. Edwin Wang wrote: > I want to find a way to limit how much of a system processor (cpu) the > mysql server will use, so that I don't run the risk again of having > googlebot or other web robots interrupt my other server operations in my > computer. > > Th

Re: how to limit the cpu usage in MySql

2002-07-05 Thread Ralf Narozny
Hello! If you are using Unix/Linux you might want to 'nice' the mysqld processes or raise the priority of your more important services. Greetings Ralf Edwin Wang wrote: >I want to find a way to limit how much of a system processor (cpu) the >mysql server will use, so that I don't run the ris

RE: how to limit the cpu usage in MySql

2002-07-05 Thread Alain Fontaine
Hello, If your main concern is spider-bots, why not use a (possibly dynamic!) robots.txt file? -Message d'origine- De : Edwin Wang [mailto:[EMAIL PROTECTED]] Envoyé : mardi 4 juin 2002 17:53 À : [EMAIL PROTECTED] Objet : how to limit the cpu usage in MySql I want to find a w

how to limit the cpu usage in MySql

2002-07-05 Thread Edwin Wang
I want to find a way to limit how much of a system processor (cpu) the mysql server will use, so that I don't run the risk again of having googlebot or other web robots interrupt my other server operations in my computer. Thank you Edwin

Re: 50%-80% constant CPU usage.

2002-06-27 Thread Jeremy Zawodny
On Thu, Jun 27, 2002 at 05:21:55PM -0400, [EMAIL PROTECTED] wrote: > I've found a few useful commands for the MySQL Monitor: > > SHOW PROCESSLIST; > SHOW VARIABLES; > > Is there anything else I can use to track user usage loads? Have a look at mytop: http://jeremy.zawodny.com/mysql/mytop/

50%-80% constant CPU usage.

2002-06-27 Thread jesse
Hello. I'm new to this list. My company runs a MySQL server(3.23.42), PHP, and Apache on a single 1Ghz PIII server for our webhosting customers. Most of our customers don't use it. However, we do have a few largish bulletin board(usually w-Agora) sites that do use MySQL. Recently, our serve

CPU Usage

2002-03-06 Thread Isak Badenhorst
Hi I am running Mysql-3.23.38 on Slackware 8 with Kernel-2.4.17. This morning I suddenly had a problem where when I start Mysql server at startup it uses all cpu available and the machine freezes. To fix the problem I had to remove the complete installation and install mysql from scratch. Anyo

Re: mem&cpu usage (mysqld under Linux RH 7.2)

2002-02-21 Thread Dimitry
"Mikhail V.Soloviev" <[EMAIL PROTECTED]> wrote: > Hello, > I have a problem with mysqld (3.32.46 under Red Hat Linux 7.2, > pIII-800 512K RAM). > It starts and works fine until some time is passed, then it starts > eating my memory and CPU. Try to run binaries from MySQL site - gcc 2.96 can be t

Re: mem&cpu usage (mysqld under Linux RH 7.2)

2002-02-17 Thread Jeremy Zawodny
On Fri, Feb 15, 2002 at 09:17:52PM +0300, Mikhail V.Soloviev wrote: > Hello, > > I have a problem with mysqld (3.32.46 under Red Hat Linux 7.2, > pIII-800 512K RAM). It starts and works fine until some time is > passed, then it starts eating my memory and CPU. What does SHOW PROCESSLIST say at

mem&cpu usage (mysqld under Linux RH 7.2)

2002-02-15 Thread Mikhail V.Soloviev
Hello, I have a problem with mysqld (3.32.46 under Red Hat Linux 7.2, pIII-800 512K RAM). It starts and works fine until some time is passed, then it starts eating my memory and CPU. I have the following config in my.cnf: [mysqld] set-variable = max_connections=200 set-variable = key_buffer=16M s

Re: server problems and CPU usage issues

2002-01-29 Thread Dmitry Alyabyev
Tuesday, January 29, 2002, 1:57:21 AM, David Piasecki wrote: > I have a server here that is troubling me - > I have a database server that is lagging no matter what I do. When I > start the server, I can watch CPU usage slowly creep up to 99% and it > never drops. The queries that

server problems and CPU usage issues

2002-01-28 Thread David Piasecki
I have a server here that is troubling me - I have a database server that is lagging no matter what I do. When I start the server, I can watch CPU usage slowly creep up to 99% and it never drops. The queries that are hitting the database are not terribly involved, and should be completing

To many processes, 100% CPU usage...HELP

2001-12-12 Thread Charlie Romero
We just upgraded a box (RH 7.2) to current Apache, PHP, and MySQL. We used the MySQL binary for 3.23.46. On the old box which was nearly identical we were running 3.23.43 (I think). The old box didn't have any problems w/ MySQL but this box is having problems. The only real thing that changed wa

Re: busy site w/ high cpu usage on mysql

2001-10-29 Thread Bill Adams
alexus wrote: > Hello > > I have a very busy site (www site) w/ a lot of hits > > my site is very heavily integrated w/ mysql > > and when i do top it shows me like over 80% of cpu > > even though i have dual p3 850mhz w/ 1.5 gig of ram > > any ideas what to do about it so it'll drop down? Have

busy site w/ high cpu usage on mysql

2001-10-29 Thread alexus
Hello I have a very busy site (www site) w/ a lot of hits my site is very heavily integrated w/ mysql and when i do top it shows me like over 80% of cpu even though i have dual p3 850mhz w/ 1.5 gig of ram any ideas what to do about it so it'll drop down? thank you in advance

CPU usage (was) Multiple CPU's in Freebsd

2001-06-13 Thread Ken Menzel
Hi Drew, Ok, your question may be a bit more complicated. When your CPU load goes up to 90% are there many processes running? What version on FreeBSD are you on (4.3 which is pretty good?)? Becuase there were bugs in threads on the 4.2 FBSD release. There was a MySQL change relating to the

RE: Too much CPU Usage

2001-05-31 Thread Simon Green
Note Try with out pconnect and you will find there is little time lost if any! -Original Message- From: Felix Schueren [mailto:[EMAIL PROTECTED]] Sent: 31 May 2001 10:37 To: Xavi Gracia Cc: [EMAIL PROTECTED] Subject: Re: Too much CPU Usage Hey, looks like you're using pconnects w

Re: Too much CPU Usage

2001-05-31 Thread Felix Schueren
0 hits >since the scripts have been incorporated, 15 days ago more or less... the >max_connections allowed by the mysql at the same time are 28. > > What do you think it's the problem, an incorrect mysql configuration, the hosting >machine is a bit junkie or it's normal t

Growing CPU usage by Mysqld

2001-05-28 Thread Strange Alex
Hello mysql, I've just upgraded my WEB-Server box (2xPIII-500Mhz, 1Gb mem) to FreeBSD 4.3-RELEASE & update mysql to 3.23.38. (mysql Ver 11.15 Distrib 3.23.38, for -freebsd4.3 (i386)) Usually mysqld was taken 8-20% of CPU usage (top results). But after some days i'am notice that m

Too much CPU Usage

2001-05-28 Thread Xavi Gracia
e web, that has received 40,000 hits since the scripts have been incorporated, 15 days ago more or less... the max_connections allowed by the mysql at the same time are 28. What do you think it's the problem, an incorrect mysql configuration, the hosting machine is a bit junkie or it's normal

Re: Memory/CPU usage of various JOIN types?

2001-05-25 Thread Chris Petersen
I've been using LEFT JOIN and NATURAL LEFT JOIN for awhile on queries to medium-sized tables (2500->50,000 items) that aren't TOO large by ane means, but have seemingly been having some issues with this. Can anyone here explain to me the memory usage between doing things like: SELECT SUM(tab1.va

Re: CPU usage running mysql

2001-05-24 Thread Jeremy Zawodny
On Mon, May 21, 2001 at 01:35:58PM +0100, David Allen wrote: > Hello again! > > Do you know if there is any way I can see what the mysqld is doing? > If it is taking up 99% of the processor time, it is very busy doing > something! I installed the binary version and consequently only have > the to

RE: CPU usage running mysql

2001-05-21 Thread Nemholt, Jesper Frank
> -Original Message- > From: David Allen [mailto:[EMAIL PROTECTED]] > Sent: lunes, 21 de mayo de 2001 14:36 > To: Simon Green; [EMAIL PROTECTED] > Subject: Re: CPU usage running mysql > > > Hello again! > > Do you know if there is any way I can see what th

Re: CPU usage running mysql

2001-05-21 Thread David Allen
David > > Randy Johnson wrote: > > > Dave Did you get any replies?? I am having the same problem as you and it > > is driving me crazy... > > > > thanks > > > > randy > > > > -Original Message- > > From: David Allen [mailt

Re: CPU usage running mysql

2001-05-21 Thread David Allen
From: David Allen [mailto:[EMAIL PROTECTED]] > Sent: 21 May 2001 12:42 > To: Randy Johnson; [EMAIL PROTECTED] > Subject: Re: CPU usage running mysql > > Randy, > > I did not receive any replies so any suggestions would be useful!. We are > using mysql with PHP and the problem

Re: CPU usage running mysql

2001-05-21 Thread David Allen
em as you and it > is driving me crazy... > > thanks > > randy > > -Original Message- > From: David Allen [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 18, 2001 8:59 AM > To: [EMAIL PROTECTED] > Subject: CPU usage running mysql > > Hi, > > We ru

CPU usage running mysql

2001-05-18 Thread David Allen
Hi, We run mysql V3.22.32 (solaris 2.5.1 version ) on a Solaris 2.6 box. The top command shows the mysqld running at 98.3% of cpu time when the system is idling. On a Solaris 7 box runnning Solaris 7 running mysql-3.22.32 (solaris 7 version) but also idle, the top command shows 0.5% for the mysql

Re: CPU Usage...

2001-04-26 Thread Joseph Bueno
Ashwin Kutty wrote: > > Anyone notice any high CPU Usage with the following versions of the Linux > Kernel and MySQL > mysql-3.23.32-1.7 > Linux 2.2.16-22smp > > Other info.. > > Distro:- Redhat 7 > Machine:- Pentium III 450 > 256 MB Ram.. > >

CPU Usage...

2001-04-26 Thread Ashwin Kutty
Anyone notice any high CPU Usage with the following versions of the Linux Kernel and MySQL mysql-3.23.32-1.7 Linux 2.2.16-22smp Other info.. Distro:- Redhat 7 Machine:- Pentium III 450 256 MB Ram.. I have gone through and edited my.cnf to see if that makes a difference, but no go

Re: normal cpu usage

2001-01-30 Thread Jeremy D. Zawodny
On Tue, Jan 30, 2001 at 07:38:06PM -0300, Alejandro M. Leonian wrote: > Hi guys..would you be so kind to tell me what's the normal % of cpu > usage per mysqld thread? i get some 10.5 or 12 % peaks, which > frighten me a lil' bit. Thanks! It depends. ;-) I don't think

normal cpu usage

2001-01-30 Thread Alejandro M. Leonian
Hi guys..would you be so kind to tell me what's the normal % of cpu usage per mysqld thread? i get some 10.5 or 12 % peaks, which frighten me a lil' bit. Thanks! AML