Retrieving Server Status
There are a number of different ways to retrieve server status information. If you would like to know current, peak, or aggregate numbers for things such as client connections or bandwidth usage, you can refer to the counters provided at both the server and publishing point levels of your Windows Media Server. The following table lists the various counter interfaces available to you.
Interface |
Description |
---|---|
IWMSPublishingPointCurrentCounters |
Contains counters that identify real-time parameters for a running publishing point. |
IWMSPublishingPointPeakCounters |
Contains counters that identify peak events that occur when a publishing point is running. |
IWMSPublishingPointTotalCounters |
Contains counters that identify aggregate totals for specific parameters of a running publishing point. |
IWMSServerCurrentCounters |
Contains counters that identify real-time parameters for a running server. |
IWMSServerPeakCounters |
Contains counters that identify peak events that occur when a server is running. |
IWMSServerTotalCounters |
Contains counters that identify aggregate totals for specific parameters of a running server. |
See Also (General)
See Also (Visual Basic .NET)
IWMSPublishingPointCurrentCountersIWMSPublishingPointCurrentCounters Object (Visual Basic .NET)
IWMSPublishingPointPeakCountersIWMSPublishingPointPeakCounters Object (Visual Basic .NET)
IWMSPublishingPointTotalCountersIWMSPublishingPointTotalCounters Object (Visual Basic .NET)
IWMSServerCurrentCountersIWMSServerCurrentCounters Object (Visual Basic .NET)
IWMSServerPeakCountersIWMSServerPeakCounters Object (Visual Basic .NET)
IWMSServerTotalCountersIWMSServerTotalCounters Object (Visual Basic .NET)
See Also (C#)
IWMSPublishingPointCurrentCountersIWMSPublishingPointCurrentCounters Object (C#)
IWMSPublishingPointPeakCountersIWMSPublishingPointPeakCounters Object (C#)
IWMSPublishingPointTotalCountersIWMSPublishingPointTotalCounters Object (C#)
IWMSServerCurrentCountersIWMSServerCurrentCounters Object (C#)
IWMSServerPeakCountersIWMSServerPeakCounters Object (C#)
IWMSServerTotalCountersIWMSServerTotalCounters Object (C#)
See Also (C++)
IWMSPublishingPointCurrentCountersIWMSPublishingPointCurrentCounters Interface
IWMSPublishingPointPeakCountersIWMSPublishingPointPeakCounters Interface
IWMSPublishingPointTotalCountersIWMSPublishingPointTotalCounters Interface
IWMSServerCurrentCountersIWMSServerCurrentCounters Interface
IWMSServerPeakCountersIWMSServerPeakCounters Interface
IWMSServerTotalCountersIWMSServerTotalCounters Interface