BACK TO INDEX

Win32_PerfFormattedData_NETCLRNetworking_NETCLRNetworking
Help not available.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
BytesReceivedUInt64The cumulative total number of bytes received over all open socket connections since the process was started. This number includes data and any protocol information that is not defined by the TCP/IP protocol.
BytesSentUInt64The cumulative total number of bytes sent over all open socket connections since the process was started. This number includes data and any protocol information that is not defined by the TCP/IP protocol.
CaptionStringA short textual description (one-line string) for the statistic or metric.
ConnectionsEstablishedUInt32The cumulative total number of socket connections established for this process since the process was started.
DatagramsReceivedUInt32The cumulative total number of datagram packets received since the process was started.
DatagramsSentUInt32The cumulative total number of datagram packets sent since the process was started.
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("Help not available."): ToInstance Amended, DisplayName(".NET CLR Networking"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfFormattedData_NETCLRNetworking_NETCLRNetworking
   {
    [Description("The cumulative total number of bytes received over all open socket connections since the process was started. This number includes data and any protocol information that is not defined by the TCP/IP protocol."): ToInstance Amended, DisplayName("Bytes Received"): ToInstance Amended] BytesReceived = "0";
    [Description("The cumulative total number of bytes sent over all open socket connections since the process was started. This number includes data and any protocol information that is not defined by the TCP/IP protocol."): ToInstance Amended, DisplayName("Bytes Sent"): ToInstance Amended] BytesSent = "0";
    [Description("The cumulative total number of socket connections established for this process since the process was started."): ToInstance Amended, DisplayName("Connections Established"): ToInstance Amended] ConnectionsEstablished = 0;
    [Description("The cumulative total number of datagram packets received since the process was started."): ToInstance Amended, DisplayName("Datagrams Received"): ToInstance Amended] DatagramsReceived = 0;
    [Description("The cumulative total number of datagram packets sent since the process was started."): ToInstance Amended, DisplayName("Datagrams Sent"): ToInstance Amended] DatagramsSent = 0;
    Name = "_global_";
   };