From owner-freebsd-questions@FreeBSD.ORG Mon Apr 27 17:22:05 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 D66001065674 for ; Mon, 27 Apr 2009 17:22:05 +0000 (UTC) (envelope-from z.szalbot@lcwords.com) Received: from relay.lc-words.com (relay.lc-words.com [62.121.130.110]) by mx1.freebsd.org (Postfix) with ESMTP id 71BDF8FC1A for ; Mon, 27 Apr 2009 17:22:05 +0000 (UTC) (envelope-from z.szalbot@lcwords.com) Received: from localhost (localhost [127.0.0.1]) by relay.lc-words.com (Postfix) with ESMTP id 22D4AB8044; Mon, 27 Apr 2009 19:22:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lcwords.com; s=mainlcwords; t=1240852924; bh=w4ijFYip8HI7ocJ9ldTLT2jV6KlLyeIgW02xHcoN4Sg=; h=Message-ID:In-Reply-To:References:Date:Subject:From:To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding; b=nHXS5xrjqdtfZIxGdaH77zaq0EwfyxgiutBPAM8UeL0tAdXSBiXuNnnnSDQ6YvQeV z7x0Z15NSOtlYvpnrA/RkdvxxGoTgUrIBTANVlmrRrIkSlEBO0EcSWFi9RT1nS/pqq d1ywziIMDggpkwElkkXQeXEpViisIDNp0IvXNvWw= Received: from relay.lc-words.com ([127.0.0.1]) by localhost (relay.lc-words.com [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 76740-06; Mon, 27 Apr 2009 19:22:03 +0200 (CEST) Received: from relay.lc-words.com (localhost [127.0.0.1]) by relay.lc-words.com (Postfix) with ESMTP id 9A5F3B8028; Mon, 27 Apr 2009 19:22:03 +0200 (CEST) Received: from 77.254.169.179 (SquirrelMail authenticated user z.szalbot@lcwords.com) by relay.lc-words.com with HTTP; Mon, 27 Apr 2009 19:22:03 +0200 (CEST) Message-ID: <8cd58619e76c0c29e71202b9bd880a3f.squirrel@relay.lc-words.com> In-Reply-To: References: Date: Mon, 27 Apr 2009 19:22:03 +0200 (CEST) From: "Zbigniew Szalbot" To: "Chuck Swiger" User-Agent: SquirrelMail/1.4.17 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal 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:22:06 -0000 Hi there, > 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.... No, this is a different issue. Take a look: PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 88268 www 1 47 0 40260K 29336K select 2 0:03 2.49% httpd 89632 www 1 44 0 33648K 23352K CPU0 0 0:00 0.78% httpd 89290 www 1 20 0 25456K 17760K lockf 2 0:01 0.68% httpd 89074 www 1 44 0 26384K 17696K select 2 0:00 0.20% httpd 32906 mysql 37 4 0 76636K 41664K sbwait 1 0:00 0.10% mysqld It does appear at times but it is showing 0:00 TIME. But compare it to the same mysql pid below: $ ps ax |grep mysql 32906 p0- S 1:41.77 /usr/local/libexec/mysqld This is what I find strange... :) -- Zbigniew Szalbot