Under solaris 8 you can use
pmap -x 22889
which will give address space map.

-Igor

On Fri, 20 Jul 2001, Jeremy Zawodny wrote:

> On Wed, Jul 18, 2001 at 12:45:57PM +0200, Werner Stuerenburg wrote:
> > What I am stumbling about is this:
> >
> > >   PID USERNAME THR PRI  NICE     SIZE   RES STATE   TIME    CPU COMMAND
> > >> 22889 root           30  33    0  801M   11M cpu0   23.6H 26.75% mysqld
> >
> > Is this really true: size 801 M???? How can that be????
>
> There are two answers:
>
>   (1) He's given MySQL a lot of RAM.  Maybe a big key_buffer.
>
>   (2) Solaris is a bit funny about the way it reports memory usage.
>       All dynamic libraries are sometimes included in the memory
>       stats.  Certainly that doesn't account for 800M, but it's
>       probably in there.
>
> Jeremy
> --
> Jeremy D. Zawodny, <[EMAIL PROTECTED]>
> Technical Yahoo - Yahoo Finance
> Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936 <-- NEW
>
> MySQL 3.23.29: up 33 days, processed 263,736,279 queries (89/sec. avg)
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to