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

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to