BACK TO INDEX

Win32_PerfRawData_Tcpip_UDPv6
The UDP performance object consists of counters that measure the rates at which UDP datagrams are sent and received by using the UDP protocol. It includes counters that monitor UDP protocol errors.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) for the statistic or metric.
DatagramsNoPortPersecUInt32Datagrams No Port/sec is the rate of received UDP datagrams for which there was no application at the destination port.
DatagramsPersecUInt32Datagrams/sec is the rate at which UDP datagrams are sent or received by the entity.
DatagramsReceivedErrorsUInt32Datagrams Received Errors is the number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.
DatagramsReceivedPersecUInt32Datagrams Received/sec is the rate at which UDP datagrams are delivered to UDP users.
DatagramsSentPersecUInt32Datagrams Sent/sec is the rate at which UDP datagrams are sent from the entity.
DescriptionStringA textual description of the statistic or metric.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
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.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
SAMPLE DATA INSTANCE
   [Description("The UDP performance object consists of counters that measure the rates at which UDP datagrams are sent and received by using the UDP protocol. It includes counters that monitor UDP protocol errors."): ToInstance Amended, DisplayName("UDPv6"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfRawData_Tcpip_UDPv6
   {
    [Description("Datagrams No Port/sec is the rate of received UDP datagrams for which there was no application at the destination port."): ToInstance Amended, DisplayName("Datagrams No Port/sec"): ToInstance Amended] DatagramsNoPortPersec = 0;
    [Description("Datagrams/sec is the rate at which UDP datagrams are sent or received by the entity."): ToInstance Amended, DisplayName("Datagrams/sec"): ToInstance Amended] DatagramsPersec = 0;
    [Description("Datagrams Received Errors is the number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port."): ToInstance Amended, DisplayName("Datagrams Received Errors"): ToInstance Amended] DatagramsReceivedErrors = 0;
    [Description("Datagrams Received/sec is the rate at which UDP datagrams are delivered to UDP users."): ToInstance Amended, DisplayName("Datagrams Received/sec"): ToInstance Amended] DatagramsReceivedPersec = 0;
    [Description("Datagrams Sent/sec is the rate at which UDP datagrams are sent from the entity."): ToInstance Amended, DisplayName("Datagrams Sent/sec"): ToInstance Amended] DatagramsSentPersec = 0;
    Frequency_Object = "0";
    Frequency_PerfTime = "3579545";
    Frequency_Sys100NS = "10000000";
    Timestamp_Object = "0";
    Timestamp_PerfTime = "615153727940";
    Timestamp_Sys100NS = "1718524918000";
   };