| Win32_PerfRawData_RemoteAccess_RASTotal | |||
| The RAS Object Type handles all combined ports of the RAS device on your system. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| AlignmentErrors | UInt32 | The total number of Alignment Errors for this connection. Alignment Errors occur when a byte received is different from the byte expected. | |
| BufferOverrunErrors | UInt32 | 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. | |
| BytesReceived | UInt32 | The number of bytes received total for this connection. | |
| BytesReceivedPerSec | UInt32 | The number of bytes received per second. | |
| BytesTransmitted | UInt32 | The number of bytes transmitted total for this connection. | |
| BytesTransmittedPerSec | UInt32 | The number of bytes transmitted per second. | |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| CRCErrors | UInt32 | The total number of CRC Errors for this connection. CRC Errors occur when the frame received contains erroneous data. | |
| Description | String | A textual description of the statistic or metric. | |
| FramesReceived | UInt32 | The number of data frames received total for this connection. | |
| FramesReceivedPerSec | UInt32 | The number of frames received per second. | |
| FramesTransmitted | UInt32 | The number of data frames transmitted total for this connection. | |
| FramesTransmittedPerSec | UInt32 | The number of frames transmitted per second. | |
| Frequency_Object | UInt64 | NA | |
| Frequency_PerfTime | UInt64 | NA | |
| Frequency_Sys100NS | UInt64 | NA | |
| Name | String | The 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. | |
| PercentCompressionIn | UInt32 | The compression ratio for bytes being received. | |
| PercentCompressionOut | UInt32 | The compression ratio for bytes being transmitted. | |
| SerialOverrunErrors | UInt32 | 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. | |
| TimeoutErrors | UInt32 | The total number of Timeout Errors for this connection. Timeout Errors occur when an expected is not received in time. | |
| Timestamp_Object | UInt64 | NA | |
| Timestamp_PerfTime | UInt64 | NA | |
| Timestamp_Sys100NS | UInt64 | NA | |
| TotalConnections | UInt32 | The total number of Remote Access connections. | |
| TotalErrors | UInt32 | The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection. | |
| TotalErrorsPerSec | UInt32 | The 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;    }; | |||