Win32_PerfFormattedData_SMTPSVC_SMTPServer class
The Win32_PerfFormattedData_SMTPSVC_SMTPServer formatted data class provides pre-calculated data from performance counters that monitor the SMTP server. This class is found only on server operating systems.
This class represents the SMTP Server object in System Monitor and returns the same data found in System Monitor. This class derives its raw data from the corresponding raw class Win32_PerfFormattedData_SMTPSVC_SMTPServer. The original data source is the SMTPSVC performance library. Data is dynamically provided for this class from the performance library object by the WmiPerfInst provider.
Windows Server 2003 and Windows XP: WMI data for this class is supplied by the Formatted Performance Data Provider.
The following syntax is simplified from MOF code and shows all inherited properties, including the Frequency and Timestamp properties required for class display in System Monitor. For more information about required property qualifiers, see Property Qualifiers for Performance Counter Classes. For more information about CounterType values, see WMI Performance Counter Types.
Syntax
class Win32_PerfFormattedData_SMTPSVC_SMTPServer : Win32_PerfFormattedData
{
uint32 AvgRecipientsPerMsgReceived;
uint32 AvgRecipientsPerMsgSent;
uint32 AvgRetriesPerMsgDelivered;
uint32 AvgRetriesPerMsgSent;
uint64 BytesReceivedPerSec;
uint64 BytesReceivedTotal;
uint64 BytesSentPerSec;
uint64 BytesSentTotal;
uint64 BytesTotal;
uint64 BytesTotalPerSec;
uint32 BadmailedMessagesBadPickupFile;
uint32 BadmailedMessagesGeneralFailure;
uint32 BadmailedMessagesHopCountExceeded;
uint32 BadmailedMessagesNDRofDSN;
uint32 BadmailedMessagesNoRecipients;
uint32 BadmailedMessagesTriggeredViaEvent;
string Caption;
uint32 CatAddressLookupCompletions;
uint32 CatAddressLookupCompletionsPerSec;
uint32 CatAddressLookups;
uint32 CatAddressLookupsNotFound;
uint32 CatAddressLookupsPerSec;
uint32 CatCategorizationsCompleted;
uint32 CatCategorizationsCompletedPerSec;
uint32 CatCategorizationsCompletedSuccessfully;
uint32 CatCategorizationsFailedDSConnectionFailure;
uint32 CatCategorizationsFailedDSLogonFailure;
uint32 CatCategorizationsFailedNonRetryableError;
uint32 CatCategorizationsFailedOutOfMemory;
uint32 CatCategorizationsFailedRetryableError;
uint32 CatCategorizationsFailedSinkRetryableError;
uint32 CatCategorizationsInProgress;
uint32 CategorizerQueueLength;
uint32 CatLDAPBindFailures;
uint32 CatLDAPBinds;
uint32 CatLDAPConnectionFailures;
uint32 CatLDAPConnections;
uint32 CatLDAPConnectionsCurrentlyOpen;
uint32 CatLDAPGeneralCompletionFailures;
uint32 CatLDAPPagedSearches;
uint32 CatLDAPPagedSearchesCompleted;
uint32 CatLDAPPagedSearchFailures;
uint32 CatLDAPSearchCompletionFailures;
uint32 CatLDAPSearches;
uint32 CatLDAPSearchesAbandoned;
uint32 CatLDAPSearchesCompleted;
uint32 CatLDAPSearchesCompletedPerSec;
uint32 CatLDAPSearchesPendingCompletion;
uint32 CatLDAPSearchesPerSec;
uint32 CatLDAPSearchFailures;
uint32 CatMailMsgDuplicateCollisions;
uint32 CatMessagesAborted;
uint32 CatMessagesBifurcated;
uint32 CatMessagesCategorized;
uint32 CatMessagesSubmitted;
uint32 CatMessagesSubmittedPerSec;
uint32 CatRecipientsAfterCategorization;
uint32 CatRecipientsBeforeCategorization;
uint32 CatRecipientsInCategorization;
uint32 CatRecipientsNDRdAmbiguousAddress;
uint32 CatRecipientsNDRdByCategorizer;
uint32 CatRecipientsNDRdForwardingLoop;
uint32 CatRecipientsNDRdIllegalAddress;
uint32 CatRecipientsNDRdSinkRecipErrors;
uint32 CatRecipientsNDRdUnresolved;
uint32 CatSendersUnresolved;
uint32 CatSendersWithAmbiguousAddresses;
uint32 ConnectionErrorsPerSec;
uint32 CurrentMessagesInLocalDelivery;
string Description;
uint32 DirectoryDropsPerSec;
uint32 DirectoryDropsTotal;
uint32 DNSQueriesPerSec;
uint32 DNSQueriesTotal;
uint32 ETRNMessagesPerSec;
uint32 ETRNMessagesTotal;
uint64 Frequency_Object;
uint64 Frequency_PerfTime;
uint64 Frequency_Sys100NS;
uint32 InboundConnectionsCurrent;
uint32 InboundConnectionsTotal;
uint32 LocalQueueLength;
uint32 LocalRetryQueueLength;
uint64 MessageBytesReceivedPerSec;
uint64 MessageBytesReceivedTotal;
uint64 MessageBytesSentPerSec;
uint64 MessageBytesSentTotal;
uint64 MessageBytesTotal;
uint64 MessageBytesTotalPerSec;
uint32 MessageDeliveryRetries;
uint32 MessagesCurrentlyUndeliverable;
uint32 MessagesDeliveredPerSec;
uint32 MessagesDeliveredTotal;
uint32 MessageSendRetries;
uint32 MessagesPendingRouting;
uint32 MessagesReceivedPerSec;
uint32 MessagesReceivedTotal;
uint32 MessagesRefusedForAddressObjects;
uint32 MessagesRefusedForMailObjects;
uint32 MessagesRefusedForSize;
uint32 MessagesSentPerSec;
uint32 MessagesSentTotal;
string Name;
uint32 NDRsGenerated;
uint32 NumberOfMailFilesOpen;
uint32 NumberOfQueueFilesOpen;
uint32 OutboundConnectionsCurrent;
uint32 OutboundConnectionsRefused;
uint32 OutboundConnectionsTotal;
uint32 PercentRecipientsLocal;
uint32 PercentRecipientsRemote;
uint32 PickupDirectoryMessagesRetrievedPerSec;
uint32 PickupDirectoryMessagesRetrievedTotal;
uint32 RemoteQueueLength;
uint32 RemoteRetryQueueLength;
uint32 RoutingTableLookupsPerSec;
uint32 RoutingTableLookupsTotal;
uint64 Timestamp_Object;
uint64 Timestamp_PerfTime;
uint64 Timestamp_Sys100NS;
uint32 TotalConnectionErrors;
uint32 TotalDSNFailures;
uint32 TotalMessagesSubmitted;
};
Members
The Win32_PerfFormattedData_SMTPSVC_SMTPServer class has these types of members:
- Properties
Properties
The Win32_PerfFormattedData_SMTPSVC_SMTPServer class has these properties.
AvgRecipientsPerMsgReceived
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_RAW_FRACTION") , Counter ("AvgRecipientsPermsgReceived") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime") , Base ("AvgRecipientsPermsgReceived_Base")
Average number of recipients per inbound message received.
AvgRecipientsPerMsgSent
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_RAW_FRACTION") , Counter ("AvgRecipientsPerMsgSent") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime") , Base ("AvgRecipientsPerMsgSent_Base")
Average number of recipients per outbound messages sent.
AvgRetriesPerMsgDelivered
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_RAW_FRACTION") , Counter ("AvgRetriesPerMsgDelivered") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime") , Base ("AvgRetriesPerMsgDelivered_Base")
Average number of retries per local delivery.
AvgRetriesPerMsgSent
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_RAW_FRACTION") , Counter ("AvgRetriesPerMsgSent") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime") , Base ("AvgRetriesPerMsgSent_Base")
Average number of retries per outbound message sent.
BadmailedMessagesBadPickupFile
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("BadmailedMessagesBadPickupFile") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of malformed pickup messages sent to the SMTP bad mail directory.
BadmailedMessagesGeneralFailure
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("BadmailedMessagesGeneralFailure") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of messages sent to badmail for reasons not associated with a specific counter.
BadmailedMessagesHopCountExceeded
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("BadmailedMessagesHopCountExceeded") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of messages sent to badmail because they had exceeded the maximum hop count.
BadmailedMessagesNDRofDSN
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("BadmailedMessagesNDRofDSN") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of delivery status notifications sent to badmail because they could not be delivered.
BadmailedMessagesNoRecipients
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("BadmailedMessagesNoRecipients") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of messages sent to badmail because they had no recipients.
BadmailedMessagesTriggeredViaEvent
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("BadmailedMessagesTriggeredViaEvent") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of messages sent to badmail at the request of a server event sink.
BytesReceivedPerSec
Data type: uint64
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_BULK_COUNT") , Counter ("MessageBytesReceivedPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Rate at which bytes are received in messages.
For more information about using uint64 values in scripts, see Scripting in WMI.
BytesReceivedTotal
Data type: uint64
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_LARGE_RAWCOUNT") , Counter ("MessageBytesReceivedTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of bytes received in messages.
For more information about using uint64 values in scripts, see Scripting in WMI.
BytesSentPerSec
Data type: uint64
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_BULK_COUNT") , Counter ("MessageBytesSentPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Rate at which bytes are sent in messages.
For more information about using uint64 values in scripts, see Scripting in WMI.
BytesSentTotal
Data type: uint64
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_LARGE_RAWCOUNT") , Counter ("MessageBytesSentTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of bytes sent in messages.
For more information about using uint64 values in scripts, see Scripting in WMI.
BytesTotal
Data type: uint64
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_LARGE_RAWCOUNT") , Counter ("BytesTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Rate at which bytes are sent and received.
For more information about using uint64 values in scripts, see Scripting in WMI.
BytesTotalPerSec
Data type: uint64
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_BULK_COUNT") , Counter ("BytesTotalPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Rate at which bytes are sent and received.
For more information about using uint64 values in scripts, see Scripting in WMI.
Caption
Data type: string
Access type: Read-only
Short textual description for the statistic or metric. This property is inherited from CIM_StatisticalInformation.
CatAddressLookupCompletions
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatAddressLookupCompletions") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of address lookup completions processed.
CatAddressLookupCompletionsPerSec
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatAddressLookupCompletionsPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of address lookup completions processed per second.
CatAddressLookups
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatAddressLookups") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of Directory Services (DS) lookups for individual addresses.
CatAddressLookupsNotFound
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatAddressLookupsNotFound") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of address lookups that did not find any DS object.
CatAddressLookupsPerSec
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_COUNTER") , Counter ("CatAddressLookupsPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of address lookups dispatched to the DS per second.
CatCategorizationsCompleted
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatCategorizationsCompleted") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of messages submitted to the categorizer that have finished categorization.
CatCategorizationsCompletedPerSec
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatCategorizationsCompletedPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Rate of categorizations completed.
CatCategorizationsCompletedSuccessfully
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatCategorizationsCompletedSuccessfully") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of categorizations that completed without any errors.
CatCategorizationsFailedDSConnectionFailure
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatCategorizationsFailedDSConnectionFailure") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of categorizations that failed.
CatCategorizationsFailedDSLogonFailure
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatCategorizationsFailedDSLogonFailure") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of categorizations that failed due to a DS logon failure
CatCategorizationsFailedNonRetryableError
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatCategorizationsFailedNonRetryableError") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of categorizations that failed with a hard error (cannot be retried).
CatCategorizationsFailedOutOfMemory
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatCategorizationsFailedOutOfMemory") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of categorizations that failed due to lack of available memory.
CatCategorizationsFailedRetryableError
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatCategorizationsFailedRetryableError") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of categorizations that failed with an error that could be retried.
CatCategorizationsFailedSinkRetryableError
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatCategorizationsFailedSinkRetryableError") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of categorizations that failed with a generic error that could be retried.
CatCategorizationsInProgress
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatCategorizationsInProgress") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of categorizations in progress.
CategorizerQueueLength
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CategorizerQueueLength") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of messages in the categorizer queue.
CatLDAPBindFailures
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPBindFailures") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of LDAP bind failures.
CatLDAPBinds
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPBinds") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of successful LDAP bind operations performed.
CatLDAPConnectionFailures
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPconnectionfailures") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of failed LDAP connections.
CatLDAPConnections
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPConnections") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of LDAP connections opened.
CatLDAPConnectionsCurrentlyOpen
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPConnectionsCurrentlyOpen") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of LDAP connections currently open.
CatLDAPGeneralCompletionFailures
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPGeneralCompletionFailures") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of LDAP completions with a generic failure.
CatLDAPPagedSearches
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPPagedSearches") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
LDAP paged searches successfully dispatched.
CatLDAPPagedSearchesCompleted
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPPagedSearchesCompleted") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
LDAP paged searches successfully dispatched.
CatLDAPPagedSearchFailures
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPPagedSearchFailures") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of failures to dispatch an asynchronous LDAP page search.
CatLDAPSearchCompletionFailures
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPSearchCompletionFailures") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of LDAP searches that completed with a failure.
CatLDAPSearches
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPSearches") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
LDAP searches successfully dispatched.
CatLDAPSearchesAbandoned
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPSearchesAbandoned") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of LDAP searches abandoned.
CatLDAPSearchesCompleted
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPSearchesCompleted") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of LDAP search completions processed.
CatLDAPSearchesCompletedPerSec
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPSearchesCompletedPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
LDAP search completions processed per second.
CatLDAPSearchesPendingCompletion
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPSearchesPendingCompletion") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of LDAP searches pending async completion.
CatLDAPSearchesPerSec
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPSearchesPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
LDAP searches successfully dispatched per second.
CatLDAPSearchFailures
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatLDAPSearchFailures") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of failures to dispatch an async LDAP search.
CatMailMsgDuplicateCollisions
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatMailMsgDuplicateCollisions") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of times a duplicate recipient address was detected by mailmsg or categorizer.
CatMessagesAborted
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatMessagesAborted") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of messages marked to be canceled by the categorizer.
CatMessagesBifurcated
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatMessagesBifurcated") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of new messages created by the categorizer (bifurcation).
CatMessagesCategorized
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatMessagesCategorized") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of messages categorizer has submitted to queuing.
CatMessagesSubmitted
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatMessagesSubmitted") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Rate at which messages are being submitted to the categorizer.
CatMessagesSubmittedPerSec
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatMessagesSubmittedPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Rate at which messages are being submitted to the categorizer.
CatRecipientsAfterCategorization
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatRecipientsAfterCategorization") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of mailmsg recipients submitted from categorizer to queuing.
CatRecipientsBeforeCategorization
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatRecipientsBeforeCategorization") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of mailmsg recipients submitted to categorizer.
CatRecipientsInCategorization
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatRecipientsInCategorization") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of recipients that the categorizer is currently processing.
CatRecipientsNDRdAmbiguousAddress
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatRecipientsNDRdAmbiguousAddress") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of recipients with addresses that match multiple DS objects.
CatRecipientsNDRdByCategorizer
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatRecipientsNDRdByCategorizer") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of recipients set to receive a non-delivery report from the categorizer.
CatRecipientsNDRdForwardingLoop
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatRecipientsNDRdForwardingLoop") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of recipients that received a non-delivery report from the categorizer due to a forwarding loop detection.
CatRecipientsNDRdIllegalAddress
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatRecipientsNDRdIllegalAddress") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of recipients with illegal addresses detected by the categorizer.
CatRecipientsNDRdSinkRecipErrors
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatRecipientsNDRdSinkRecipErrors") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of recipients that received a non-delivery report from the categorizer due to a generic recipient failure.
CatRecipientsNDRdUnresolved
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatRecipientsNDRdUnresolved") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of unresolved recipients (local addresses not found).
CatSendersUnresolved
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatSendersUnresolved") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of senders not found in the DS.
CatSendersWithAmbiguousAddresses
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CatSendersWithAmbiguousAddresses") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of senders with addresses that match multiple DS objects.
ConnectionErrorsPerSec
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_COUNTER") , Counter ("ConnectionErrorsPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of connection errors per second.
CurrentMessagesInLocalDelivery
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("CurrentMessagesInLocalDelivery") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of messages that are currently being processed by a server event sink for local delivery.
Description
Data type: string
Access type: Read-only
Textual description of the statistic or metric. This property is inherited from CIM_StatisticalInformation.
DirectoryDropsPerSec
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_COUNTER") , Counter ("DirectoryDropsPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of messages placed in a drop directory per second.
DirectoryDropsTotal
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("DirectoryDropsTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of messages placed in a drop directory.
DNSQueriesPerSec
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("DNSQueriesPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Rate of DNS lookups.
DNSQueriesTotal
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("DNSQueriesTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of DNS lookups.
ETRNMessagesPerSec
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_COUNTER") , Counter ("ETRNMessagesPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of Extended Simple Mail Transport Protocol (ETRN) messages per second.
ETRNMessagesTotal
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("ETRNMessagesTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of ETRN messages received by the server.
Frequency_Object
Data type: uint64
Access type: Read-only
Frequency, in ticks per second, of Timestamp_Object. This property is defined by the provider. This property is inherited from Win32_Perf.
For more information about using uint64 values in scripts, see Scripting in WMI.
Frequency_PerfTime
Data type: uint64
Access type: Read-only
Frequency, in ticks per second, of Timestamp_Perftime. A value could be obtained by calling the Windows function QueryPerformanceCounter. This property is inherited from Win32_Perf.
For more information about using uint64 values in scripts, see Scripting in WMI.
Frequency_Sys100NS
Data type: uint64
Access type: Read-only
Frequency, in ticks per second, of Timestamp_Sys100NS (10000000). This property is inherited from Win32_Perf.
For more information about using uint64 values in scripts, see Scripting in WMI.
InboundConnectionsCurrent
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("InboundConnectionsCurrent") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of connections currently inbound.
InboundConnectionsTotal
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("InboundConnectionsTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of inbound connections received.
LocalQueueLength
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("LocalQueueLength") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of messages in the local queue.
LocalRetryQueueLength
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("LocalRetryQueueLength") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of messages in the local retry queue.
MessageBytesReceivedPerSec
Data type: uint64
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_BULK_COUNT") , Counter ("MessageBytesReceivedPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Rate that bytes are received in messages.
For more information about using uint64 values in scripts, see Scripting in WMI.
MessageBytesReceivedTotal
Data type: uint64
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_LARGE_RAWCOUNT") , Counter ("MessageBytesReceivedTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of bytes received in messages.
For more information about using uint64 values in scripts, see Scripting in WMI.
MessageBytesSentPerSec
Data type: uint64
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_BULK_COUNT") , Counter ("MessageBytesSentPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Rate that bytes are sent in messages.
For more information about using uint64 values in scripts, see Scripting in WMI.
MessageBytesSentTotal
Data type: uint64
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_LARGE_RAWCOUNT")("PERF_COUNTER_LARGE_RAWCOUNT") , Counter ("MessageBytesSentTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of bytes sent in messages.
For more information about using uint64 values in scripts, see Scripting in WMI.
MessageBytesTotal
Data type: uint64
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_LARGE_RAWCOUNT")("PERF_COUNTER_LARGE_RAWCOUNT") , Counter ("MessageBytesTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of bytes sent and received in messages.
For more information about using uint64 values in scripts, see Scripting in WMI.
MessageBytesTotalPerSec
Data type: uint64
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_BULK_COUNT") , Counter ("MessageBytesTotalPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Rate at which bytes are sent and received in messages.
For more information about using uint64 values in scripts, see Scripting in WMI.
MessageDeliveryRetries
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("MessageDeliveryRetries") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of local deliveries that were retried.
MessagesCurrentlyUndeliverable
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("MessagesCurrentlyUndeliverable") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of messages that have been reported as currently undeliverable by routing.
MessagesDeliveredPerSec
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_COUNTER") , Counter ("MessagesDeliveredPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Rate at which messages are delivered to local mailboxes.
MessagesDeliveredTotal
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("MessagesDeliveredTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of messages delivered to local mailboxes.
MessageSendRetries
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("MessageSendRetries") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of outbound message send operations that were retried.
MessagesPendingRouting
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("MessagesPendingRouting") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of messages that have been categorized but not routed.
MessagesReceivedPerSec
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_COUNTER") , Counter ("MessagesReceivedPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Rate that inbound messages are being received.
MessagesReceivedTotal
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("MessagesReceivedTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of inbound messages accepted.
MessagesRefusedForAddressObjects
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("MessagesRefusedForAddressObjects") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of messages refused due to lack of address objects.
MessagesRefusedForMailObjects
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("MessagesRefusedForMailObjects") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of messages refused due to lack of mail objects.
MessagesRefusedForSize
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("MessagesRefusedForSize") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of messages rejected because they were too big.
MessagesSentPerSec
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_COUNTER") , Counter ("MessagesSentPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Rate at which outbound messages are being sent.
MessagesSentTotal
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("MessagesSentTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of outbound messages sent.
Name
Data type: string
Access type: Read-only
Label by which the statistic or metric is known. When sub-classed, the property can be overridden to be a key property. This property is inherited from CIM_StatisticalInformation.
NDRsGenerated
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("NDRsGenerated") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of non-delivery reports that have been generated.
NumberOfMailFilesOpen
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("NumberOfMailFilesOpen") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of handles to open mail files.
NumberOfQueueFilesOpen
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("NumberOfQueueFilesOpen") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of handles to open queue files.
OutboundConnectionsCurrent
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("OutboundConnectionsCurrent") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of connections currently outbound.
OutboundConnectionsRefused
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("OutboundConnectionsRefused") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of outbound connection attempts refused by remote sites.
OutboundConnectionsTotal
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("OutboundConnectionsTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of outbound connections attempted.
PercentRecipientsLocal
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_RAW_FRACTION") , Counter ("PercentRecipientsLocal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime") , Base ("PercentRecipientsLocal_Base")
Percentage of recipients that will be delivered locally.
PercentRecipientsRemote
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_RAW_FRACTION") , Counter ("PercentRecipientsRemote") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime") , Base ("PercentRecipientsRemote_Base")
Percentage of recipients that will be delivered remotely.
PickupDirectoryMessagesRetrievedPerSec
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_COUNTER") , Counter ("PickupDirectoryMessagesRetrievedPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Rate at which messages are being retrieved from the mail pick-up directory.
PickupDirectoryMessagesRetrievedTotal
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("PickupDirectoryMessagesRetrievedTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of messages retrieved from the mail pick-up directory.
RemoteQueueLength
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("RemoteQueueLength") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of messages in the remote queue.
RemoteRetryQueueLength
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("RemoteRetryQueueLength") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of messages in the retry queue for remote delivery.
RoutingTableLookupsPerSec
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_COUNTER") , Counter ("RoutingTableLookupsPerSec") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Number of routing table lookups per second.
RoutingTableLookupsTotal
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("RoutingTableLookupsTotal") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of routing table lookups.
Timestamp_Object
Data type: uint64
Access type: Read-only
Object-defined timestamp, defined by the provider. This property is inherited from Win32_Perf.
For more information about using uint64 values in scripts, see Scripting in WMI.
Timestamp_PerfTime
Data type: uint64
Access type: Read-only
High Performance counter timestamp. A value could be obtained by calling the Windows function QueryPerformanceCounter. This property is inherited from Win32_Perf.
For more information about using uint64 values in scripts, see Scripting in WMI.
Timestamp_Sys100NS
Data type: uint64
Access type: Read-only
Timestamp value in 100 nanosecond units. This property is inherited from Win32_Perf.
For more information about using uint64 values in scripts, see Scripting in WMI.
TotalConnectionErrors
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("TotalConnectionErrors") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of connection errors.
TotalDSNFailures
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("TotalDSNFailures") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total number of failed DSN generation attempts.
TotalMessagesSubmitted
Data type: uint32
Access type: Read-only
Qualifiers: CookingType ("PERF_COUNTER_RAWCOUNT") , Counter ("TotalMessagesSubmitted") , PerfTimeStamp ("Timestamp_PerfTime") , PerfTimeFreq ("Frequency_PerfTime")
Total messages submitted to queuing for delivery.
Remarks
All classes derived from Win32_Perf are designed to be used with a refresher object. For more information about how to create and use a refresher object in C++, see Accessing Performance Data in C++. For more information about how to create and use a refresher object using scripts, see Refreshing WMI Data in Scripts.
The performance class and property qualifiers determine how to interpret the class data. For more information, see Class Qualifiers for Performance Counter Classes and Property Qualifiers for Performance Counter Classes.
Examples
For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.
For C++ code examples, see WMI C++ Application Examples.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows Server 2003 |
Namespace |
\root\CIMV2 |
DLL |
WmiPerfInst.dll; WmiCookr.dll on Windows Server 2003 and Windows XP |
See also
Accessing WMI Preinstalled Performance Classes