On Thu, Nov 13, 2003 at 15:17:53 +0100, Jens Ove Lillegraven wrote: > As you see, there's only one Java service on CPU 0, and MySQL is running on both > CPUs. > Any explanation for this?
Apparently RedHat Linux 8.0 and above only shows the main thread by default. See http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/release-notes/x86/ If you use "ps -m", all threads should be displayed. (I'm currently on a Debian machine, so I can't confirm if this works) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
