Задайте вопросЗадайте вопрос
 

ОтвеченоCan I setup a web page to display the information of CPU usage

Ответы

  • 23 июня 2009 г. 2:47Zhen WEI MSFT Медали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     Отвечено
    In WCCS 2003, we don't collect perf counter values from cluster nodes. I'm afraid you have to write some code like working with  System.Diagnostics.PerformanceCounter in .NET for that.

    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.

Все ответы

  • 23 июня 2009 г. 2:47Zhen WEI MSFT Медали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     Отвечено
    In WCCS 2003, we don't collect perf counter values from cluster nodes. I'm afraid you have to write some code like working with  System.Diagnostics.PerformanceCounter in .NET for that.

    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.