RE: # processes vs. #threads, and memory usage (Revisited for thread cache)

2003-09-27 Thread Kevin
a broken chimp? With a monkey wrench -Original Message- From: Lenz Grimmer [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 2:08 PM To: [EMAIL PROTECTED]; Kevin Subject: Re: # processes vs. #threads, and memory usage *** PGP Signature Status: unknown *** Signer

Re: # processes vs. #threads, and memory usage (Revisited for thread cache)

2003-09-27 Thread Dan Nelson
In the last episode (Sep 27), Kevin said: Bringing this back up again, because the number of extra 'threads' mysql is using seems to vary widely, from I've noticed sometimes, from 5 more than the threads I'm using to more than 50! My memory usage also seems to differ accordingly. It seems

# processes vs. #threads, and memory usage

2003-09-25 Thread Kevin
Hello, When I start mysql, the processlist shows 10 processes: Ps aux | grep mysql | wc -l 10 But 'mytop' (handy command line utility to see processes) shows only the number of threads I'm using. Anyone know why its using 10 processes if it only has 1 thread? I'm not familiar with how 'ps'

Re: # processes vs. #threads, and memory usage

2003-09-25 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Thu, 25 Sep 2003, Kevin wrote: When I start mysql, the processlist shows 10 processes: Ps aux | grep mysql | wc -l 10 On Linux (I assume this is what we're talking about here), threads are shown as separate processes, too. On other OS'es

Re: # processes vs. #threads, and memory usage

2003-09-25 Thread Jeremy Zawodny
On Thu, Sep 25, 2003 at 01:18:12PM -0700, Kevin wrote: Hello, When I start mysql, the processlist shows 10 processes: Ps aux | grep mysql | wc -l 10 But 'mytop' (handy command line utility to see processes) shows only the number of threads I'm using. Anyone know why its using 10