[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen is 37x slower in processing a loop
Hi, > Any ideas where to look at/start? please start by doing the comparisms using the same system, and then look into different domU kernels. This, for example is on my irc VM, running 2.6.26-2 debian kernel on a squeeze host. The VM is actually even cpu capped to 70% of one i7 core. $ time for id in $( seq 0 1000 ); do /bin/true; done real 0m1.14s user 0m0.21s sys 0m0.57s If it's taking 40s(!) for you then start looking for disk trashing in the host, too. i.e. md_resync used to completely abuse servers while it was running. Greets, Florian _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |