John Noll wrote: > I have recently installed RedHat 9 on system with dual processors. How can > I tell if both processors are being utilized?
cat /proc/cpuinfo Look to see if both processors show up. If not, you're running a monoprocessor kernel and you need to re-compile with SMP support. Chances are that unless you've built the kernel yourself, it doesn't have SMP support. -- Soren Harward [EMAIL PROTECTED] _______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
