How to test PageFusion ?

Postings relating to old VirtualBox pre-releases
Post Reply
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

How to test PageFusion ?

Post by Technologov »

Host: Win 7 x64, BETA2
Guest: Win XP, GA BETA2

How to test PageFusion ?

I'm running 7 WinXP VMs, with 2 GB RAM each. How to know how much RAM is "fused" ?

According to docs,
I did:

C:\Program Files\Oracle\VirtualBox>VBoxManage metrics query "Windows XP PageFusion VM1" RAM/VMM/Shared,Guest/RAM/Usage/Shared
Object Metric Values
---------- -------------------- --------------------------------------------
Windows XP PageFusion VM1 Guest/RAM/Usage/Shared

C:\Program Files\Oracle\VirtualBox>

...
but no values returned.
quickbooks
Posts: 47
Joined: 27. Apr 2013, 04:43

Re: How to test PageFusion ?

Post by quickbooks »

Technologov wrote:Host: Win 7 x64, BETA2
Guest: Win XP, GA BETA2

How to test PageFusion ?

I'm running 7 WinXP VMs, with 2 GB RAM each. How to know how much RAM is "fused" ?

According to docs,
I did:

C:\Program Files\Oracle\VirtualBox>VBoxManage metrics query "Windows XP PageFusion VM1" RAM/VMM/Shared,Guest/RAM/Usage/Shared
Object Metric Values
---------- -------------------- --------------------------------------------
Windows XP PageFusion VM1 Guest/RAM/Usage/Shared

C:\Program Files\Oracle\VirtualBox>

...
but no values returned.

You are running seven VMs and nothing is fused???
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: How to test PageFusion ?

Post by Perryg »

Alex,
Did you enable page fusion on each guest? It is not enabled by default.
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Re: How to test PageFusion ?

Post by Technologov »

Yes I did enable host-side. Not sure if I need to enable guest-side (inside of each guest)
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: How to test PageFusion ?

Post by Perryg »

It is the guest that needs to be enabled.

Code: Select all

VBoxManage modifyvm <vm name> --pagefusion on
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Re: How to test PageFusion ?

Post by Technologov »

But this command is host-side. (there is no VboxManage inside guest)
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: How to test PageFusion ?

Post by Perryg »

Yes the command is run from the host but it enables page fusion in each guest thus the <vm name> . If you enabled it in the guest and then clone it you should already have it enabled but you still need to check.


Run VBoxManage showvminfo < vm name > to verify if it is enabled or not.
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Re: How to test PageFusion ?

Post by Technologov »

Yes, I did run this command for all of my VMs.
Post Reply