Win32_PerfRawData_Tcpip_ICMP class
The Win32_PerfRawData_Tcpip_ICMP raw performance data class provides raw data from performance counters that monitor the rates at which messages are sent and received by using ICMP protocols. It also includes counters that monitor ICMP protocol errors.
This class represents the ICMP object in System Monitor. The original data source is the Tcpip performance library. The corresponding formatted data class is Win32_PerfFormattedData_Tcpip_ICMP. Data is dynamically provided for this class from the performance library object by the WmiPerfInst provider.
Windows Server 2003, Windows XP, and Windows 2000: WMI data for this class is supplied by the Performance Counter 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 Raw Performance Counter Classes. For more information about CounterType values, see WMI Performance Counter Types.
Syntax
class Win32_PerfRawData_Tcpip_ICMP : Win32_PerfRawData
{
string Caption;
string Description;
uint64 Frequency_Object;
uint64 Frequency_PerfTime;
uint64 Frequency_Sys100NS;
uint32 MessagesOutboundErrors;
uint32 MessagesPerSec;
uint32 MessagesReceivedErrors;
uint32 MessagesReceivedPerSec;
uint32 MessagesSentPerSec;
string Name;
uint32 ReceivedAddressMask;
uint32 ReceivedAddressMaskReply;
uint32 ReceivedDestUnreachable;
uint32 ReceivedEchoPerSec;
uint32 ReceivedEchoReplyPerSec;
uint32 ReceivedParameterProblem;
uint32 ReceivedRedirectPerSec;
uint32 ReceivedSourceQuench;
uint32 ReceivedTimeExceeded;
uint32 ReceivedTimestampPerSec;
uint32 ReceivedTimestampReplyPerSec;
uint32 SentAddressMask;
uint32 SentAddressMaskReply;
uint32 SentDestinationUnreachable;
uint32 SentEchoPerSec;
uint32 SentEchoReplyPerSec;
uint32 SentParameterProblem;
uint32 SentRedirectPerSec;
uint32 SentSourceQuench;
uint32 SentTimeExceeded;
uint32 SentTimestampPerSec;
uint32 SentTimestampReplyPerSec;
uint64 Timestamp_Object;
uint64 Timestamp_PerfTime;
uint64 Timestamp_Sys100NS;
};
Members
The Win32_PerfRawData_Tcpip_ICMP class has these types of members:
Properties
The Win32_PerfRawData_Tcpip_ICMP class has these properties.
- Caption
-
- Data type: string
- Access type: Read-only
Short textual description for the statistic or metric. This property is inherited from CIM_StatisticalInformation.
- Description
-
- Data type: string
- Access type: Read-only
Textual description of the statistic or metric. This property is inherited from CIM_StatisticalInformation.
- 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 can 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.
- MessagesOutboundErrors
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Messages Outbound Errors") , CounterType (65536) , DefaultScale (0) , PerfDetail (200)
Number of ICMP messages that this entity did not send due to problems discovered within ICMP such as lack of buffers. This value does not include errors discovered outside the ICMP layer, such as those recording the failure of IP to route the resultant datagram. In some implementations, none of the error types are included in the value of this property.
- MessagesPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Messages/sec") , PerfDefault, CounterType (272696320) , DefaultScale (-1) , PerfDetail (200)
Total rate at which ICMP messages are sent and received by the entity. The rate includes those messages received or sent in error.
- MessagesReceivedErrors
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Messages Received Errors") , CounterType (65536) , DefaultScale (0) , PerfDetail (200)
Number of ICMP messages that the entity received but that have errors such as bad ICMP checksums, bad length, and so on.
- MessagesReceivedPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Messages Received/sec") , CounterType (272696320) , DefaultScale (-1) , PerfDetail (200)
Rate at which ICMP messages are received by the entity. The rate includes those messages received in error.
- MessagesSentPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Messages Sent/sec") , CounterType (272696320) , DefaultScale (-1) , PerfDetail (200)
Rate at which the entity attempts to send ICMP messages. The rate includes messages sent erroneously.
- Name
-
Label by which the statistic or metric is known. This property is inherited from CIM_StatisticalInformation.
- ReceivedAddressMask
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Received Address Mask") , CounterType (65536) , DefaultScale (0) , PerfDetail (300)
Number of ICMP Address Mask Request messages received.
- ReceivedAddressMaskReply
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Received Address Mask Reply") , CounterType (65536) , DefaultScale (0) , PerfDetail (300)
Number of ICMP Address Mask Reply messages received.
- ReceivedDestUnreachable
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Received Dest. Unreachable") , CounterType (65536) , DefaultScale (0) , PerfDetail (200)
Number of ICMP Destination Unreachable messages received.
- ReceivedEchoPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Received Echo/sec") , CounterType (272696320) , DefaultScale (-1) , PerfDetail (300)
Rate of ICMP Echo messages received.
- ReceivedEchoReplyPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Received Echo Reply/sec") , CounterType (272696320) , DefaultScale (-1) , PerfDetail (300)
Rate of ICMP Echo Reply messages received.
- ReceivedParameterProblem
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Received Parameter Problem") , CounterType (65536) , DefaultScale (0) , PerfDetail (300)
Number of ICMP Parameter Problem messages received.
- ReceivedRedirectPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Received Redirect/sec") , CounterType (272696320) , DefaultScale (-1) , PerfDetail (200)
Rate of ICMP Redirect messages received.
- ReceivedSourceQuench
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Received Source Quench") , CounterType (65536) , DefaultScale (0) , PerfDetail (400)
Number of ICMP Source Quench messages received.
- ReceivedTimeExceeded
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Received Time Exceeded") , CounterType (65536) , DefaultScale (0) , PerfDetail (200)
Number of ICMP time exceeded messages received.
- ReceivedTimestampPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Received Timestamp/sec") , CounterType (272696320) , DefaultScale (-1) , PerfDetail (300)
Rate of ICMP timestamp (request) messages received.
- ReceivedTimestampReplyPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Received Timestamp Reply/sec") , CounterType (65536) , DefaultScale (-1) , PerfDetail (300)
Rate of ICMP timestamp reply messages received.
- SentAddressMask
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sent Address Mask") , CounterType (65536) , DefaultScale (0) , PerfDetail (300)
Number of ICMP address mask request messages sent.
- SentAddressMaskReply
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sent Address Mask Reply") , CounterType (65536) , DefaultScale (0) , PerfDetail (300)
Number of ICMP address mask reply messages sent.
- SentDestinationUnreachable
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sent Destination Unreachable") , CounterType (65536) , DefaultScale (0) , PerfDetail (200)
Number of ICMP destination unreachable messages sent.
- SentEchoPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sent Echo/sec") , CounterType (272696320) , DefaultScale (-1) , PerfDetail (300)
Rate of ICMP echo messages sent.
- SentEchoReplyPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sent Echo Reply/sec") , CounterType (272696320) , DefaultScale (-1) , PerfDetail (300)
Rate of ICMP echo reply messages sent.
- SentParameterProblem
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sent Parameter Problem") , CounterType (65536) , DefaultScale (0) , PerfDetail (300)
Number of ICMP parameter problem messages sent.
- SentRedirectPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sent Redirect/sec") , CounterType (272696320) , DefaultScale (-1) , PerfDetail (200)
Rate of ICMP redirect messages sent.
- SentSourceQuench
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sent Source Quench") , CounterType (65536) , DefaultScale (0) , PerfDetail (400)
Number of ICMP source quench messages sent.
- SentTimeExceeded
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sent Time Exceeded") , CounterType (65536) , DefaultScale (0) , PerfDetail (200)
Number of ICMP time exceeded messages sent.
- SentTimestampPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sent Timestamp/sec") , CounterType (272696320) , DefaultScale (-1) , PerfDetail (300)
Rate of ICMP timestamp (request) messages sent.
- SentTimestampReplyPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sent Timestamp Reply/sec") , CounterType (272696320) , DefaultScale (-1) , PerfDetail (300)
Rate of ICMP timestamp reply messages sent.
- 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 can 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.
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 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Namespace |
\root\CIMV2 |
|
DLL |
|
See also
- Performance Counter Classes
- Accessing WMI Preinstalled Performance Classes
- WMI Tasks: Performance Monitoring
- Accessing Performance Data in Script
Send comments about this topic to Microsoft
Build date: 11/19/2012