Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2009 10:13:35 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        Zbigniew Szalbot <z.szalbot@lcwords.com>
Cc:        FreeBSD - <freebsd-questions@freebsd.org>
Subject:   Re: mysql hiding from top
Message-ID:  <F6AEC314-735B-4F52-8770-81F0E1661C09@mac.com>
In-Reply-To: <dbdfb102e213cc2923eb75a56243dac7.squirrel@relay.lc-words.com>
References:  <dbdfb102e213cc2923eb75a56243dac7.squirrel@relay.lc-words.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F6AEC314-735B-4F52-8770-81F0E1661C09>