From owner-freebsd-questions@FreeBSD.ORG Mon Apr 27 17:14:11 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 537341065670 for ; Mon, 27 Apr 2009 17:14:11 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout012.mac.com (asmtpout012.mac.com [17.148.16.87]) by mx1.freebsd.org (Postfix) with ESMTP id 3E9BC8FC17 for ; Mon, 27 Apr 2009 17:14:11 +0000 (UTC) (envelope-from cswiger@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from cswiger1.apple.com ([17.227.140.124]) by asmtp012.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KIR00GNBRUNS290@asmtp012.mac.com> for freebsd-questions@freebsd.org; Mon, 27 Apr 2009 10:13:35 -0700 (PDT) From: Chuck Swiger To: Zbigniew Szalbot In-reply-to: X-Priority: 3 (Normal) References: Message-id: Date: Mon, 27 Apr 2009 10:13:35 -0700 X-Mailer: Apple Mail (2.930.3) Cc: FreeBSD - Subject: Re: mysql hiding from top X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2009 17:14:11 -0000 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