mysql hiding from top

Chuck Swiger cswiger at mac.com
Mon Apr 27 17:14:11 UTC 2009


Hi--

On Apr 27, 2009, at 9:49 AM, Zbigniew Szalbot wrote:
> However, if you grep processes, you can see it should be displayed  
> in the
> top entries.
> $ ps ax |grep mysql
> 32880  p0- I      0:00.00 /bin/sh /usr/local/bin/mysqld_safe...
> 32906  p0- S      1:33.72 /usr/local/libexec/mysqld...
>
> I can live with that but maybe there's some explanation for this?

The process is sleeping-- perhaps it isn't using enough CPU to make it  
into the list using default sort ordering?  Try "top -o time",  
perhaps....

Regards,
-- 
-Chuck



More information about the freebsd-questions mailing list