Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo VMWare Workstation Host, sluggish X CPU increase
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
volumen1
Guru
Guru


Joined: 01 Mar 2003
Posts: 393
Location: Missoula, MT

PostPosted: Mon Nov 05, 2012 5:37 pm    Post subject: Gentoo VMWare Workstation Host, sluggish X CPU increase Reply with quote

So, this is a bit of a longshot, but I'm hoping that someone might have VMWare-specific tuning tips for running VMWare workstation on a Gentoo host. My desktop machine is a pretty decent box, here's the details

Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz
12G RAM
Intel fakeraid RAID controller with mirrored 1.5TB drives

I've been running VMware workstation for a long time, but the sluggishness is finally starting to drive me crazy. The particular VM I'm working with is a P2V conversion, if that makes any difference. Basically, what I notice is that when I start my VM (even if it isn't doing anything) switching between programs (or browser tabs) starts to lag. Just, in general, on the Gentoo host machine, everything seems to slow down. The VM that I'm running is configured for 2G RAM and configured to use one CPU with 2 cores. One thing that might be significant is that the disk is fairly large. It's configured for 209G of disk and is currently using 112G. The virutal disk contents are stored in a single fisk and disk space is not preallocated for the virtual disk.

Anyway, before I start the VM, here is what top looks like:
Code:
top - 10:34:07 up 17 days, 21:36, 20 users,  load average: 0.19, 0.15, 0.30
Tasks: 251 total,   1 running, 250 sleeping,   0 stopped,   0 zombie
Cpu(s):  1.1%us,  1.1%sy,  0.0%ni, 97.9%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:  12270480k total, 10008548k used,  2261932k free,   305332k buffers
Swap: 11718748k total,   788896k used, 10929852k free,  6136812k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                                                       
 8203 shickey   20   0 1665m 378m  55m S    8  3.2  10:33.09 firefox                                                         
30291 root      20   0 2127m 1.6g  23m S    6 13.9   4328:19 X                                                               
24227 shickey   20   0 19616 1480 1004 R    3  0.0   0:00.01 top   


The load is nice and low and X is only using like 6% of the CPU.

After I start up the VM, it looks like this:
Code:
top - 09:57:28 up 17 days, 20:59, 20 users,  load average: 0.75, 0.62, 0.54
Tasks: 256 total,   1 running, 255 sleeping,   0 stopped,   0 zombie
Cpu(s):  6.3%us,  4.2%sy,  0.0%ni, 89.3%id,  0.2%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:  12270480k total, 12153912k used,   116568k free,   332932k buffers
Swap: 11718748k total,   790644k used, 10928104k free,  8209028k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                                                       
30291 root      20   0 2133m 1.6g  25m S   49 13.9   4313:34 X                                                               
22905 root      20   0 3609m 2.1g 2.1g S   33 17.9   6:51.48 vmware-vmx   


The load has increased more that threefold (I suspect because of disk usage to the 109G VM disk file?) and look at the X CPU usage. This is with the VM doing nothing. If I start running programs in the VM I quickly see both X and vmware-vmx CPU usage jump to 100% and more.

One idea I have is to create a new VM (that isn't a converted physical box) and see if I get the same performance, but I wanted to see if anyone else had ideas.

Thanks in advance for any help!
_________________
I was born with a freakin' dice bag on my belt.
-- www.howsyournetwork.com
Back to top
View user's profile Send private message
wagglet
n00b
n00b


Joined: 12 Oct 2012
Posts: 4
Location: Rotorua, New Zealand

PostPosted: Sun Nov 11, 2012 12:04 am    Post subject: Reply with quote

Hmm interesting problem.
Perhaps you first need to get some real-time performance data (processes, CPU, I/O, Mem, Slabs etc., over time) that you can put through e.g. GNUplot. In the good old days this meant using sar and family, but collectl seems to offer a more useful solution whilst having minimal performance hit, depending upon configuration. See http://collectl.sourceforge.net/ for more info. Portage has an ebuild available (masked). Also don't forget (as I have done before now!) to document what's happening inside your VM at the same time; what does your VM think is happening? Once you have concrete data from controlled conditions, you can then investigate why you are having this issue (e.g. My system is disk I/O blocked when x, y, z happens).

Prima facie, though, from my own experience, a couple of flags popped up when reading your post:

  • P2V configurations have never really worked THAT well for me, though they have worked - now I always start from a 'clean' install, raw disks giving some performance boost (but they come with their own headaches)
  • From early on I have stuck to static, preallocated virtual disks. Provided you plan your capacity requirements carefully, this shouldn't cause any problems and eliminates the need for VMWare to waste time growing your virtual disk, amongst other things.
  • Does your VM perhaps have a bloat issue also? My VMs are always stripped as far as possible from unneeded components, apps, services etc. and I generally have one VM for one purpose. Depends on your unique requirements, of course :)

By all means, if you can, create a new 'clean,' static-disk VM and see how that performs - that will give a quick indication of whether it is your VM or VMWare itself that is having the problem, but it won't tell you precisely why this is happening.

That's my two cents' worth anyway...hope it gives you some ideas and you don't feel I've told you how to suck eggs lol. It'll be interesting to see how you get on.
Back to top
View user's profile Send private message
volumen1
Guru
Guru


Joined: 01 Mar 2003
Posts: 393
Location: Missoula, MT

PostPosted: Sun Nov 11, 2012 6:39 pm    Post subject: Reply with quote

I appreciate the advice, especially the bit about collecti (as that is new information for me). Interestingly enough, I think I solved this issue yesterday and it was goofy. I believe it was a combination of two things.

1) nvidia-driver had been updated but I hadn't unloaded the nvidia module and restarted X yet, I've notice this always gives me weirdness in my VMs
2) another machine in my network was given a static IP in the DHCP range and it happened to be conflicting with the ip assigned to the VM. I wouldn't have expected this to do anything other than make networking spotty at best, but I think that the vmware network modules were really having a hard time with it?

Anyway, the VM is peppy as all getout now, so I'm going to tweak and test some more.

Thanks much!
_________________
I was born with a freakin' dice bag on my belt.
-- www.howsyournetwork.com
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum