• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

View system rsources in Hyper-V Manager?

AMD_Gamer

Fully [H]
Joined
Jan 20, 2002
Messages
18,287
I just installed Hyper-V Server 2008 R2 and got the remote Hyper-V manager running, only questions is how do I view the system resources like task manager or how much memory/cpu is being used?
 
I don't know of anything graphical that works. You're supposed to be able to use performance monitor under server manager but it never worked for me, always showed the local PC instead of the remote one.

Use this in powershell-

Get-Counter -computername "name" ‘\Memory\Available MBytes’
Get-Counter -ComputerName “name” ‘\Processor(*)\% Processor Time’

You can read up on the get-counter cmdlet, you can set them for continuous sampling, etc. But this at least lets you see how much memory is left and what kind of load it's under.
 
Are you serious? that is dumb, now I understand why everyone is going with VMware:rolleyes:
 
I don't know of anything graphical that works. You're supposed to be able to use performance monitor under server manager but it never worked for me, always showed the local PC instead of the remote one.

.

When you add a counter you can choose what computer to add the counter from? Are you saying you can't get this to work full stop or just for Hyper-V counters?
 
You mean like typing "taskmgr" in the search bar and hitting enter? Either that or the Resource Monitor.
 
This may be true but to be fair to MS the performance monitor capabilities aren't that shoddy, either with or without Hyper-V

Not to mention Hyper-V is basically Free. But yea overall features VMware has a leg or two up.
 
Back
Top