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

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8cd58619e76c0c29e71202b9bd880a3f.squirrel>