BACK TO INDEX

Win32_PerfRawData_RemoteAccess_RASTotal
The RAS Object Type handles all combined ports of the RAS device on your system.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AlignmentErrorsUInt32The total number of Alignment Errors for this connection. Alignment Errors occur when a byte received is different from the byte expected.
BufferOverrunErrorsUInt32The total number of Buffer Overrun Errors for this connection. Buffer Overrun Errors when the software cannot handle the rate at which data is received.
BytesReceivedUInt32The number of bytes received total for this connection.
BytesReceivedPerSecUInt32The number of bytes received per second.
BytesTransmittedUInt32The number of bytes transmitted total for this connection.
BytesTransmittedPerSecUInt32The number of bytes transmitted per second.
CaptionStringA short textual description (one-line string) for the statistic or metric.
CRCErrorsUInt32The total number of CRC Errors for this connection. CRC Errors occur when the frame received contains erroneous data.
DescriptionStringA textual description of the statistic or metric.
FramesReceivedUInt32The number of data frames received total for this connection.
FramesReceivedPerSecUInt32The number of frames received per second.
FramesTransmittedUInt32The number of data frames transmitted total for this connection.
FramesTransmittedPerSecUInt32The number of frames transmitted per second.
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.
PercentCompressionInUInt32The compression ratio for bytes being received.
PercentCompressionOutUInt32The compression ratio for bytes being transmitted.
SerialOverrunErrorsUInt32The total number of Serial Overrun Errors for this connection. Serial Overrun Errors occur when the hardware cannot handle the rate at which data is received.
TimeoutErrorsUInt32The total number of Timeout Errors for this connection. Timeout Errors occur when an expected is not received in time.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
TotalConnectionsUInt32The total number of Remote Access connections.
TotalErrorsUInt32The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection.
TotalErrorsPerSecUInt32The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second.
SAMPLE DATA INSTANCE
   [Description("The RAS Object Type handles all combined ports of the RAS device on your system."): ToInstance Amended, DisplayName("RAS Total"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfRawData_RemoteAccess_RASTotal
   {
    [Description("The total number of Alignment Errors for this connection. Alignment Errors occur when a byte received is different from the byte expected."): ToInstance Amended, DisplayName("Alignment Errors"): ToInstance Amended] AlignmentErrors = 0;
    [Description("The total number of Buffer Overrun Errors for this connection. Buffer Overrun Errors when the software cannot handle the rate at which data is received."): ToInstance Amended, DisplayName("Buffer Overrun Errors"): ToInstance Amended] BufferOverrunErrors = 0;
    [Description("The number of bytes received total for this connection."): ToInstance Amended, DisplayName("Bytes Received"): ToInstance Amended] BytesReceived = 0;
    [Description("The number of bytes received per second."): ToInstance Amended, DisplayName("Bytes Received/Sec"): ToInstance Amended] BytesReceivedPerSec = 0;
    [Description("The number of bytes transmitted total for this connection."): ToInstance Amended, DisplayName("Bytes Transmitted"): ToInstance Amended] BytesTransmitted = 0;
    [Description("The number of bytes transmitted per second."): ToInstance Amended, DisplayName("Bytes Transmitted/Sec"): ToInstance Amended] BytesTransmittedPerSec = 0;
    [Description("The total number of CRC Errors for this connection. CRC Errors occur when the frame received contains erroneous data."): ToInstance Amended, DisplayName("CRC Errors"): ToInstance Amended] CRCErrors = 0;
    [Description("The number of data frames received total for this connection."): ToInstance Amended, DisplayName("Frames Received"): ToInstance Amended] FramesReceived = 0;
    [Description("The number of frames received per second."): ToInstance Amended, DisplayName("Frames Received/Sec"): ToInstance Amended] FramesReceivedPerSec = 0;
    [Description("The number of data frames transmitted total for this connection."): ToInstance Amended, DisplayName("Frames Transmitted"): ToInstance Amended] FramesTransmitted = 0;
    [Description("The number of frames transmitted per second."): ToInstance Amended, DisplayName("Frames Transmitted/Sec"): ToInstance Amended] FramesTransmittedPerSec = 0;
    Frequency_Object = "21474836480";
    Frequency_PerfTime = "3579545";
    Frequency_Sys100NS = "10000000";
    [Description("The compression ratio for bytes being received."): ToInstance Amended, DisplayName("Percent Compression In"): ToInstance Amended] PercentCompressionIn = 0;
    [Description("The compression ratio for bytes being transmitted."): ToInstance Amended, DisplayName("Percent Compression Out"): ToInstance Amended] PercentCompressionOut = 0;
    [Description("The total number of Serial Overrun Errors for this connection. Serial Overrun Errors occur when the hardware cannot handle the rate at which data is received."): ToInstance Amended, DisplayName("Serial Overrun Errors"): ToInstance Amended] SerialOverrunErrors = 0;
    [Description("The total number of Timeout Errors for this connection. Timeout Errors occur when an expected is not received in time."): ToInstance Amended, DisplayName("Timeout Errors"): ToInstance Amended] TimeoutErrors = 0;
    Timestamp_Object = "4294967296";
    Timestamp_PerfTime = "615144675028";
    Timestamp_Sys100NS = "1718499627000";
    [Description("The total number of Remote Access connections."): ToInstance Amended, DisplayName("Total Connections"): ToInstance Amended] TotalConnections = 0;
    [Description("The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection."): ToInstance Amended, DisplayName("Total Errors"): ToInstance Amended] TotalErrors = 0;
    [Description("The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second."): ToInstance Amended, DisplayName("Total Errors/Sec"): ToInstance Amended] TotalErrorsPerSec = 0;
   };