Share via


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)

See Also (C#)

See Also (C++)