LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   SMP kernel? (https://www.linuxquestions.org/questions/linux-newbie-8/smp-kernel-799917/)

linuxunix 04-04-2010 07:09 AM

SMP kernel?
 
I am in verse to perform TCP Traffic Tests and need to know if guest OS has SMP kernel support. How can we know if guest OS has SMP kernel support?

huwnet 04-04-2010 07:38 AM

So you just want to know if the kernel is compiled with SMP support? If so, "uname -a" should contain the word SMP

Or do you want to check that the guest itself has access to multiple cores/processors? If so you can "cat /etc/cpuinfo"

linuxunix 04-04-2010 11:27 PM

How can we know if OS support SMP or not before installation?

syg00 04-05-2010 02:17 AM

Grep the config for "SMP".


All times are GMT -5. The time now is 06:47 AM.