by
Tim Mangan
If you use Hyper-V, or any OS virtualization platform, you know that you can't trust the Windows Task Manager from inside the VMs to tell you squat. Basically, the virtualization layer pulls the rug out from under the guest OS when it comes to CPU and the guest is clueless and assumes that whatever was paused just ate CPU the whole time.
I was looking at a performance issue on Hyper-V and needed to investigate. Searching the web I found Perfmon info but got sick of setting that up, and then having to do paper and pencil math to figure out what I wanted to know. So I did what I always do -- I wrote a tool! The tool is called HyperV_Mon and is basically a GUI that does all the hard work for you. Here is a screen shot:

A very short PDF White Paper about the tool can be downloaded from this link. Reading that will help you to understand the image above.
The tool itself is free and can be found from this link. You don't even need to register or anything silly like that. We don't even have salesperson to call you!
(Note: You must be logged in to post a comment.)