Share via


MSFT_TodayStatistics Class

Note Note   

The MOM WMI classes has been deprecated and should not be used when creating new scripts. The WMI classes are included only to support existing scripts.

The MSFT_TodayStatistics WMI class provides daily summaries for several of the most important measurements in the network environment that MOM is monitoring. This class was designed to be used when creating simple reports or pages that summarize the daily activity on the server running MOM.

The MSFT_TodayStatistics class is a singleton class, meaning that there will never be more than one instance of the class. It is not possible to query WMI for statistics collected on previous days. Only data from the current day is available.

Properties

Name Description

TotalComputerGroups

Gets the total number of computer groups in use during the day.

TotalComputersMonitored

Gets the total number of unique computers monitored during the day.

TotalCriticalErrors

Gets the total number of critical errors that occurred during the day.

TotalErrors

Gets the total number of errors that occurred during the day.

TotalEventsToday

Gets the total number of events that occurred during the day.

TotalNewAlertsToday

Gets the total number of new alerts that were raised during the day.

TotalSecurityBreaches

Gets the total number of security issues that occurred during the day.

TotalServiceLevelExceptions

Gets the total number of service-level exceptions that occurred during the day.

TotalServicesUnavailable

Gets the total number of services that were unavailable at some point during the day.

TotalUnresolvedAlerts

Gets the total number of unresolved alerts present at the end of the day.

TotalWarnings

Gets the total number of warnings raised during the day.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2000 SP1 or later

See Also

MOM WMI Classes