Is it unusual for something to run faster under vmware than native?
Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a stupid question, how would I check if it has SMP? Ubuntu 6.06 is very common so it might be easy to find out, right? I figured on a questions site other people might benefit from the answer as well.
I have a stupid question, how would I check if it has SMP? Ubuntu 6.06 is very common so it might be easy to find out, right? I figured on a questions site other people might benefit from the answer as well.
uname -a will tell you your running kernel.. look for SMP in the output.
Ok, this is strange, I've now got an SMP kernel running
$ uname -a
Linux box 2.6.17 #4 SMP PREEMPT Wed May 10 13:53:45 CEST 2006 i686 GNU/Linux
and it's detecting dual-core,and still the thing runs faster in virtualization under XP than native (52 vs 35 seconds) I really wish this weren't so. I wonder for how many people this is true.
It acutally doesn't run faster under virtualization, it's just that you can't trust timekeeping under virtualization. When you execute the following script, it works out about the same (about 55 seconds) virtualized or native.
Code:
#!/bin/sh
ntpdate tick.usno.navy.mil
hwclock -w
date
factor 18446744073709551557
ntpdate tick.usno.navy.mil
hwclock -w
date
Equaling native is impressive for virtualization, though...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.