On 9/13/07, Cyrus <[EMAIL PROTECTED]> wrote: > Im currently running openbsd 4.1 on my server, Proliant 8500. This server > is SMP with 4x 700MHz PIII proc. Im just wondering, is it using all four > cpu's? or do I have to configure the system to utilize SMP?
SMP is the kernel that supports multiple CPUs. If you're not running SMP, you aren't multiprocessing. Useful ways to diagnose your CPU configuration; what does your kernel say it found? # dmesg |grep ^cpu # sysctl hw.ncpu DS

