| Win32_PerfRawData_Outlook_Outlook | |||
| Gives performance metrics for outlook server connectivity. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| Countobjconnection | UInt32 | The number of connection objects that are currently being used. | |
| Description | String | A textual description of the statistic or metric. | |
| 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. | |
| RPCsAttempted | UInt32 | Number of RPCs that outlook attempted to send to the server. | |
| RPCsAttemptedUI | UInt32 | Number of RPCs that outlook attempted that blocked the UI. | |
| RPCsCancelled | UInt32 | Number of RPCs that were sent to the server, but the user cancelled. | |
| RPCsFailed | UInt32 | Number of RPCs that were attempted, but failed. | |
| RPCsSucceeded | UInt32 | Number of RPCs that outlook successfully sent to the server. | |
| RPCsUIShown | UInt32 | Number of RPCs that were sent to the server, and took long enough to show progress UI. | |
| TimeAvg10 | UInt32 | The average amount of time (ms)it took for the last 10 RPCs to complete successfully. | |
| TimeAvg200 | UInt32 | The average amount of time (ms) it took for the last 200 RPCs to complete successfully. | |
| TimeAvg50 | UInt32 | The average amount of time (ms) it took for the last 50 RPCs to complete successfully. | |
| TimeAvgall | UInt32 | The average amount of time (ms) it took for all RPCs to complete successfully. | |
| TimeMax | UInt32 | The maximum amount of time (ms) it took for an RPC to complete successfully. | |
| TimeMin | UInt32 | The minimum amount of time (ms) it took for an RPC to complete successfully. | |
| Timestamp_Object | UInt64 | NA | |
| Timestamp_PerfTime | UInt64 | NA | |
| Timestamp_Sys100NS | UInt64 | NA | |
| SAMPLE DATA INSTANCE | |||
|    [Description("Gives performance metrics for outlook server connectivity."): ToInstance Amended, DisplayName("Outlook"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]    instance of Win32_PerfRawData_Outlook_Outlook    {     [Description("The number of connection objects that are currently being used."): ToInstance Amended, DisplayName("Count obj connection"): ToInstance Amended] Countobjconnection = 0;     Frequency_Object = "0";     Frequency_PerfTime = "3579545";     Frequency_Sys100NS = "10000000";     [Description("Number of RPCs that outlook attempted to send to the server."): ToInstance Amended, DisplayName("RPCs Attempted"): ToInstance Amended] RPCsAttempted = 0;     [Description("Number of RPCs that outlook attempted that blocked the UI."): ToInstance Amended, DisplayName("RPCs Attempted - UI"): ToInstance Amended] RPCsAttemptedUI = 0;     [Description("Number of RPCs that were sent to the server, but the user cancelled."): ToInstance Amended, DisplayName("RPCs Cancelled"): ToInstance Amended] RPCsCancelled = 0;     [Description("Number of RPCs that were attempted, but failed."): ToInstance Amended, DisplayName("RPCs Failed"): ToInstance Amended] RPCsFailed = 0;     [Description("Number of RPCs that outlook successfully sent to the server."): ToInstance Amended, DisplayName("RPCs Succeeded"): ToInstance Amended] RPCsSucceeded = 0;     [Description("Number of RPCs that were sent to the server, and took long enough to show progress UI."): ToInstance Amended, DisplayName("RPCs UI Shown"): ToInstance Amended] RPCsUIShown = 0;     [Description("The average amount of time (ms)it took for the last 10 RPCs to complete successfully."): ToInstance Amended, DisplayName("Time Avg (10)"): ToInstance Amended] TimeAvg10 = 0;     [Description("The average amount of time (ms) it took for the last 200 RPCs to complete successfully."): ToInstance Amended, DisplayName("Time Avg (200)"): ToInstance Amended] TimeAvg200 = 0;     [Description("The average amount of time (ms) it took for the last 50 RPCs to complete successfully."): ToInstance Amended, DisplayName("Time Avg (50)"): ToInstance Amended] TimeAvg50 = 0;     [Description("The average amount of time (ms) it took for all RPCs to complete successfully."): ToInstance Amended, DisplayName("Time Avg (all)"): ToInstance Amended] TimeAvgall = 0;     [Description("The maximum amount of time (ms) it took for an RPC to complete successfully."): ToInstance Amended, DisplayName("Time Max"): ToInstance Amended] TimeMax = 0;     [Description("The minimum amount of time (ms) it took for an RPC to complete successfully."): ToInstance Amended, DisplayName("Time Min"): ToInstance Amended] TimeMin = 0;     Timestamp_Object = "0";     Timestamp_PerfTime = "615126480651";     Timestamp_Sys100NS = "1718448799000";    }; | |||