BACK TO INDEX

Win32_PerfRawData_Outlook_Outlook
Gives performance metrics for outlook server connectivity.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) for the statistic or metric.
CountobjconnectionUInt32The number of connection objects that are currently being used.
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.
RPCsAttemptedUInt32Number of RPCs that outlook attempted to send to the server.
RPCsAttemptedUIUInt32Number of RPCs that outlook attempted that blocked the UI.
RPCsCancelledUInt32Number of RPCs that were sent to the server, but the user cancelled.
RPCsFailedUInt32Number of RPCs that were attempted, but failed.
RPCsSucceededUInt32Number of RPCs that outlook successfully sent to the server.
RPCsUIShownUInt32Number of RPCs that were sent to the server, and took long enough to show progress UI.
TimeAvg10UInt32The average amount of time (ms)it took for the last 10 RPCs to complete successfully.
TimeAvg200UInt32The average amount of time (ms) it took for the last 200 RPCs to complete successfully.
TimeAvg50UInt32The average amount of time (ms) it took for the last 50 RPCs to complete successfully.
TimeAvgallUInt32The average amount of time (ms) it took for all RPCs to complete successfully.
TimeMaxUInt32The maximum amount of time (ms) it took for an RPC to complete successfully.
TimeMinUInt32The minimum amount of time (ms) it took for an RPC to complete successfully.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
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";
   };