BACK TO INDEX

Win32_PerfRawData_Tcpip_ICMP
The ICMP performance object consists of counters that measure the rates at which messages are sent and received by using ICMP protocols. It also includes counters that monitor ICMP protocol errors.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) for the statistic or metric.
DescriptionStringA textual description of the statistic or metric.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
MessagesOutboundErrorsUInt32Messages Outbound Errors is the number of ICMP messages that were not send due to problems 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 counter.
MessagesPersecUInt32Messages/sec is the total rate, in incidents per second, at which ICMP messages were sent and received by the entity. The rate includes messages received or sent in error.
MessagesReceivedErrorsUInt32Messages Received Errors is the number of ICMP messages that the entity received but had errors, such as bad ICMP checksums, bad length, etc.
MessagesReceivedPersecUInt32Messages Received/sec is the rate, in incidents per second at which ICMP messages were received. The rate includes messages received in error.
MessagesSentPersecUInt32Messages Sent/sec is the rate, in incidents per second, at which the server attempted to send. The rate includes those messages sent in error.
NameStringThe Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property.
ReceivedAddressMaskUInt32Received Address Mask is the number of ICMP Address Mask Request messages received.
ReceivedAddressMaskReplyUInt32Received Address Mask Reply is the number of ICMP Address Mask Reply messages received.
ReceivedDestUnreachableUInt32Received Destination Unreachable is the number of ICMP Destination Unreachable messages received.
ReceivedEchoPersecUInt32Received Echo/sec is the rate, in incidents per second, at which ICMP Echo messages were received.
ReceivedEchoReplyPersecUInt32Received Echo Reply/sec is the rate, in incidents per second, at which ICMP Echo Reply messages were received.
ReceivedParameterProblemUInt32Received Parameter Problem is the number of ICMP Parameter Problem messages received.
ReceivedRedirectPersecUInt32Received Redirect/sec is the rate, in incidents per second, at which ICMP Redirect messages were received.
ReceivedSourceQuenchUInt32Received Source Quench is the number of ICMP Source Quench messages received.
ReceivedTimeExceededUInt32Received Time Exceeded is the number of ICMP Time Exceeded messages received.
ReceivedTimestampPersecUInt32Received Timestamp/sec is the rate, in incidents per second at which ICMP Timestamp Request messages were received.
ReceivedTimestampReplyPersecUInt32Received Timestamp Reply/sec is the rate of ICMP Timestamp Reply messages received.
SentAddressMaskUInt32Sent Address Mask is the number of ICMP Address Mask Request messages sent.
SentAddressMaskReplyUInt32Sent Address Mask Reply is the number of ICMP Address Mask Reply messages sent.
SentDestinationUnreachableUInt32Sent Destination Unreachable is the number of ICMP Destination Unreachable messages sent.
SentEchoPersecUInt32Sent Echo/sec is the rate of ICMP Echo messages sent.
SentEchoReplyPersecUInt32Sent Echo Reply/sec is the rate, in incidents per second, at which ICMP Echo Reply messages were sent.
SentParameterProblemUInt32Sent Parameter Problem is the number of ICMP Parameter Problem messages sent.
SentRedirectPersecUInt32Sent Redirect/sec is the rate, in incidents per second, at which ICMP Redirect messages were sent.
SentSourceQuenchUInt32Sent Source Quench is the number of ICMP Source Quench messages sent.
SentTimeExceededUInt32Sent Time Exceeded is the number of ICMP Time Exceeded messages sent.
SentTimestampPersecUInt32Sent Timestamp/sec is the rate, in incidents per second, at which ICMP Timestamp Request messages were sent.
SentTimestampReplyPersecUInt32Sent Timestamp Reply/sec is the rate, in incidents per second, at which ICMP Timestamp Reply messages were sent.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
SAMPLE DATA INSTANCE
   [Description("The ICMP performance object consists of counters that measure the rates at which messages are sent and received by using ICMP protocols. It also includes counters that monitor ICMP protocol errors."): ToInstance Amended, DisplayName("ICMP"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfRawData_Tcpip_ICMP
   {
    Frequency_Object = "0";
    Frequency_PerfTime = "3579545";
    Frequency_Sys100NS = "10000000";
    [Description("Messages Outbound Errors is the number of ICMP messages that were not send due to problems 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 counter."): ToInstance Amended, DisplayName("Messages Outbound Errors"): ToInstance Amended] MessagesOutboundErrors = 0;
    [Description("Messages/sec is the total rate, in incidents per second, at which ICMP messages were sent and received by the entity. The rate includes messages received or sent in error."): ToInstance Amended, DisplayName("Messages/sec"): ToInstance Amended] MessagesPersec = 5142;
    [Description("Messages Received Errors is the number of ICMP messages that the entity received but had errors, such as bad ICMP checksums, bad length, etc."): ToInstance Amended, DisplayName("Messages Received Errors"): ToInstance Amended] MessagesReceivedErrors = 0;
    [Description("Messages Received/sec is the rate, in incidents per second at which ICMP messages were received. The rate includes messages received in error."): ToInstance Amended, DisplayName("Messages Received/sec"): ToInstance Amended] MessagesReceivedPersec = 2568;
    [Description("Messages Sent/sec is the rate, in incidents per second, at which the server attempted to send. The rate includes those messages sent in error."): ToInstance Amended, DisplayName("Messages Sent/sec"): ToInstance Amended] MessagesSentPersec = 2574;
    [Description("Received Address Mask is the number of ICMP Address Mask Request messages received."): ToInstance Amended, DisplayName("Received Address Mask"): ToInstance Amended] ReceivedAddressMask = 0;
    [Description("Received Address Mask Reply is the number of ICMP Address Mask Reply messages received."): ToInstance Amended, DisplayName("Received Address Mask Reply"): ToInstance Amended] ReceivedAddressMaskReply = 0;
    [Description("Received Destination Unreachable is the number of ICMP Destination Unreachable messages received."): ToInstance Amended, DisplayName("Received Dest. Unreachable"): ToInstance Amended] ReceivedDestUnreachable = 8;
    [Description("Received Echo/sec is the rate, in incidents per second, at which ICMP Echo messages were received."): ToInstance Amended, DisplayName("Received Echo/sec"): ToInstance Amended] ReceivedEchoPersec = 1140;
    [Description("Received Echo Reply/sec is the rate, in incidents per second, at which ICMP Echo Reply messages were received."): ToInstance Amended, DisplayName("Received Echo Reply/sec"): ToInstance Amended] ReceivedEchoReplyPersec = 1420;
    [Description("Received Parameter Problem is the number of ICMP Parameter Problem messages received."): ToInstance Amended, DisplayName("Received Parameter Problem"): ToInstance Amended] ReceivedParameterProblem = 0;
    [Description("Received Redirect/sec is the rate, in incidents per second, at which ICMP Redirect messages were received."): ToInstance Amended, DisplayName("Received Redirect/sec"): ToInstance Amended] ReceivedRedirectPersec = 0;
    [Description("Received Source Quench is the number of ICMP Source Quench messages received."): ToInstance Amended, DisplayName("Received Source Quench"): ToInstance Amended] ReceivedSourceQuench = 0;
    [Description("Received Time Exceeded is the number of ICMP Time Exceeded messages received."): ToInstance Amended, DisplayName("Received Time Exceeded"): ToInstance Amended] ReceivedTimeExceeded = 0;
    [Description("Received Timestamp/sec is the rate, in incidents per second at which ICMP Timestamp Request messages were received."): ToInstance Amended, DisplayName("Received Timestamp/sec"): ToInstance Amended] ReceivedTimestampPersec = 0;
    [Description("Received Timestamp Reply/sec is the rate of ICMP Timestamp Reply messages received."): ToInstance Amended, DisplayName("Received Timestamp Reply/sec"): ToInstance Amended] ReceivedTimestampReplyPersec = 0;
    [Description("Sent Address Mask is the number of ICMP Address Mask Request messages sent."): ToInstance Amended, DisplayName("Sent Address Mask"): ToInstance Amended] SentAddressMask = 0;
    [Description("Sent Address Mask Reply is the number of ICMP Address Mask Reply messages sent."): ToInstance Amended, DisplayName("Sent Address Mask Reply"): ToInstance Amended] SentAddressMaskReply = 0;
    [Description("Sent Destination Unreachable is the number of ICMP Destination Unreachable messages sent."): ToInstance Amended, DisplayName("Sent Destination Unreachable"): ToInstance Amended] SentDestinationUnreachable = 14;
    [Description("Sent Echo/sec is the rate of ICMP Echo messages sent."): ToInstance Amended, DisplayName("Sent Echo/sec"): ToInstance Amended] SentEchoPersec = 1420;
    [Description("Sent Echo Reply/sec is the rate, in incidents per second, at which ICMP Echo Reply messages were sent."): ToInstance Amended, DisplayName("Sent Echo Reply/sec"): ToInstance Amended] SentEchoReplyPersec = 1140;
    [Description("Sent Parameter Problem is the number of ICMP Parameter Problem messages sent."): ToInstance Amended, DisplayName("Sent Parameter Problem"): ToInstance Amended] SentParameterProblem = 0;
    [Description("Sent Redirect/sec is the rate, in incidents per second, at which ICMP Redirect messages were sent."): ToInstance Amended, DisplayName("Sent Redirect/sec"): ToInstance Amended] SentRedirectPersec = 0;
    [Description("Sent Source Quench is the number of ICMP Source Quench messages sent."): ToInstance Amended, DisplayName("Sent Source Quench"): ToInstance Amended] SentSourceQuench = 0;
    [Description("Sent Time Exceeded is the number of ICMP Time Exceeded messages sent."): ToInstance Amended, DisplayName("Sent Time Exceeded"): ToInstance Amended] SentTimeExceeded = 0;
    [Description("Sent Timestamp/sec is the rate, in incidents per second, at which ICMP Timestamp Request messages were sent."): ToInstance Amended, DisplayName("Sent Timestamp/sec"): ToInstance Amended] SentTimestampPersec = 0;
    [Description("Sent Timestamp Reply/sec is the rate, in incidents per second, at which ICMP Timestamp Reply messages were sent."): ToInstance Amended, DisplayName("Sent Timestamp Reply/sec"): ToInstance Amended] SentTimestampReplyPersec = 0;
    Timestamp_Object = "0";
    Timestamp_PerfTime = "615150751509";
    Timestamp_Sys100NS = "1718516603000";
   };