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

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

2003-09-27 Thread Kevin
l people call each other ? On Microphones How do you fix 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: # process

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 us

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

# 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' tri