Retrieving Server Status
Previous | Next |
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)
- IWMSPublishingPointCurrentCounters Object (Visual Basic .NET)
- IWMSPublishingPointPeakCounters Object (Visual Basic .NET)
- IWMSPublishingPointTotalCounters Object (Visual Basic .NET)
- IWMSServerCurrentCounters Object (Visual Basic .NET)
- IWMSServerPeakCounters Object (Visual Basic .NET)
- IWMSServerTotalCounters Object (Visual Basic .NET)
See Also (C#)
- IWMSPublishingPointCurrentCounters Object (C#)
- IWMSPublishingPointPeakCounters Object (C#)
- IWMSPublishingPointTotalCounters Object (C#)
- IWMSServerCurrentCounters Object (C#)
- IWMSServerPeakCounters Object (C#)
- IWMSServerTotalCounters Object (C#)
See Also (C++)
- IWMSPublishingPointCurrentCounters Interface
- IWMSPublishingPointPeakCounters Interface
- IWMSPublishingPointTotalCounters Interface
- IWMSServerCurrentCounters Interface
- IWMSServerPeakCounters Interface
- IWMSServerTotalCounters Interface
Previous | Next |