| Win32_PerfRawData_SQLSERVERAGENT_SQLAgentStatistics | |||
| SQLAgent general statistics | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| 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. | |
| SQLServerrestarted | UInt64 | The number of times the SQL Server has been successfully restarted by SQL Server Agent, since the last SQL Server Agent restart. | |
| Timestamp_Object | UInt64 | NA | |
| Timestamp_PerfTime | UInt64 | NA | |
| Timestamp_Sys100NS | UInt64 | NA | |
| SAMPLE DATA INSTANCE | |||
|    [Description("SQLAgent general statistics"): ToInstance Amended, DisplayName("SQLAgent:Statistics"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]    instance of Win32_PerfRawData_SQLSERVERAGENT_SQLAgentStatistics    {     Frequency_Object = "0";     Frequency_PerfTime = "3579545";     Frequency_Sys100NS = "10000000";     [Description("The number of times the SQL Server has been successfully restarted by SQL Server Agent, since the last SQL Server Agent restart."): ToInstance Amended, DisplayName("SQL Server restarted"): ToInstance Amended] SQLServerrestarted = "0";     Timestamp_Object = "0";     Timestamp_PerfTime = "615149907319";     Timestamp_Sys100NS = "1718514245000";    }; | |||