Can I setup a web page to display the information of CPU usageI am now working with a 2003 HPC with 20 nodes, and each node is enable with remote desktop. I am wondering that if I can setup a web page, to display CPU load of each node. Thus, the users can avoid the nodes that is fully loaded.© 2009 Microsoft Corporation. All rights reserved.Fri, 16 Oct 2009 12:27:47 Z8f5eac3d-8669-46bc-9f0b-11a97e8280a9http://social.microsoft.com/Forums/en-US/windowshpcitpros/thread/8f5eac3d-8669-46bc-9f0b-11a97e8280a9#8f5eac3d-8669-46bc-9f0b-11a97e8280a9http://social.microsoft.com/Forums/en-US/windowshpcitpros/thread/8f5eac3d-8669-46bc-9f0b-11a97e8280a9#8f5eac3d-8669-46bc-9f0b-11a97e8280a9CHEN Dengtahttp://social.microsoft.com/Profile/en-US/?user=CHEN%20DengtaCan I setup a web page to display the information of CPU usageI am now working with a 2003 HPC with 20 nodes, and each node is enable with remote desktop. I am wondering that if I can setup a web page, to display CPU load of each node. Thus, the users can avoid the nodes that is fully loaded.Mon, 22 Jun 2009 14:23:20 Z2009-06-22T14:23:20Zhttp://social.microsoft.com/Forums/en-US/windowshpcitpros/thread/8f5eac3d-8669-46bc-9f0b-11a97e8280a9#f897e5d1-b9e5-4c1a-b660-1ca7d8fbf58ehttp://social.microsoft.com/Forums/en-US/windowshpcitpros/thread/8f5eac3d-8669-46bc-9f0b-11a97e8280a9#f897e5d1-b9e5-4c1a-b660-1ca7d8fbf58eZhen WEI MSFThttp://social.microsoft.com/Profile/en-US/?user=Zhen%20WEI%20MSFTCan I setup a web page to display the information of CPU usageIn WCCS 2003, we don't collect perf counter values from cluster nodes. I'm afraid you have to write some code like working with  <span style="color:#800000">System.Diagnostics.PerformanceCounter </span>in .NET for that. <br/><br/>btw, why not try the Windows HPC Server 2008 R2 Beta Program? We can collect interesting perf counter across cluster nodes to head node and show them in HpcClusterManager. To show them in a web page, you just need to create a simple page consuming data out of powershell HPC cmdlet Get-HpcMetricValue. And it might be an interesting code sample to publish in our V3 (Windows HPC Server 2008 R2) SDK.Tue, 23 Jun 2009 02:47:41 Z2009-06-23T02:47:41Z