github.com/netdata/go.d.plugin@v0.58.1/modules/windows/testdata/v0.20.0/metrics.txt (about) 1 # HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles. 2 # TYPE go_gc_duration_seconds summary 3 go_gc_duration_seconds{quantile="0"} 0 4 go_gc_duration_seconds{quantile="0.25"} 0 5 go_gc_duration_seconds{quantile="0.5"} 0 6 go_gc_duration_seconds{quantile="0.75"} 0 7 go_gc_duration_seconds{quantile="1"} 0.0023911 8 go_gc_duration_seconds_sum 0.0044814 9 go_gc_duration_seconds_count 23 10 # HELP go_goroutines Number of goroutines that currently exist. 11 # TYPE go_goroutines gauge 12 go_goroutines 10 13 # HELP go_info Information about the Go environment. 14 # TYPE go_info gauge 15 go_info{version="go1.19.1"} 1 16 # HELP go_memstats_alloc_bytes Number of bytes allocated and still in use. 17 # TYPE go_memstats_alloc_bytes gauge 18 go_memstats_alloc_bytes 8.035808e+06 19 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed. 20 # TYPE go_memstats_alloc_bytes_total counter 21 go_memstats_alloc_bytes_total 5.9966872e+07 22 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. 23 # TYPE go_memstats_buck_hash_sys_bytes gauge 24 go_memstats_buck_hash_sys_bytes 1.462168e+06 25 # HELP go_memstats_frees_total Total number of frees. 26 # TYPE go_memstats_frees_total counter 27 go_memstats_frees_total 111234 28 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. 29 # TYPE go_memstats_gc_sys_bytes gauge 30 go_memstats_gc_sys_bytes 7.78308e+06 31 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use. 32 # TYPE go_memstats_heap_alloc_bytes gauge 33 go_memstats_heap_alloc_bytes 8.035808e+06 34 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. 35 # TYPE go_memstats_heap_idle_bytes gauge 36 go_memstats_heap_idle_bytes 5.767168e+06 37 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. 38 # TYPE go_memstats_heap_inuse_bytes gauge 39 go_memstats_heap_inuse_bytes 1.0551296e+07 40 # HELP go_memstats_heap_objects Number of allocated objects. 41 # TYPE go_memstats_heap_objects gauge 42 go_memstats_heap_objects 34382 43 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. 44 # TYPE go_memstats_heap_released_bytes gauge 45 go_memstats_heap_released_bytes 5.496832e+06 46 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. 47 # TYPE go_memstats_heap_sys_bytes gauge 48 go_memstats_heap_sys_bytes 1.6318464e+07 49 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. 50 # TYPE go_memstats_last_gc_time_seconds gauge 51 go_memstats_last_gc_time_seconds 1.6675087416268353e+09 52 # HELP go_memstats_lookups_total Total number of pointer lookups. 53 # TYPE go_memstats_lookups_total counter 54 go_memstats_lookups_total 0 55 # HELP go_memstats_mallocs_total Total number of mallocs. 56 # TYPE go_memstats_mallocs_total counter 57 go_memstats_mallocs_total 145616 58 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. 59 # TYPE go_memstats_mcache_inuse_bytes gauge 60 go_memstats_mcache_inuse_bytes 4672 61 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. 62 # TYPE go_memstats_mcache_sys_bytes gauge 63 go_memstats_mcache_sys_bytes 16352 64 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. 65 # TYPE go_memstats_mspan_inuse_bytes gauge 66 go_memstats_mspan_inuse_bytes 102272 67 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. 68 # TYPE go_memstats_mspan_sys_bytes gauge 69 go_memstats_mspan_sys_bytes 114240 70 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. 71 # TYPE go_memstats_next_gc_bytes gauge 72 go_memstats_next_gc_bytes 1.0613856e+07 73 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. 74 # TYPE go_memstats_other_sys_bytes gauge 75 go_memstats_other_sys_bytes 908248 76 # HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator. 77 # TYPE go_memstats_stack_inuse_bytes gauge 78 go_memstats_stack_inuse_bytes 458752 79 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. 80 # TYPE go_memstats_stack_sys_bytes gauge 81 go_memstats_stack_sys_bytes 458752 82 # HELP go_memstats_sys_bytes Number of bytes obtained from system. 83 # TYPE go_memstats_sys_bytes gauge 84 go_memstats_sys_bytes 2.7061304e+07 85 # HELP go_threads Number of OS threads created. 86 # TYPE go_threads gauge 87 go_threads 10 88 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. 89 # TYPE process_cpu_seconds_total counter 90 process_cpu_seconds_total 0.609375 91 # HELP process_max_fds Maximum number of open file descriptors. 92 # TYPE process_max_fds gauge 93 process_max_fds 1.6777216e+07 94 # HELP process_open_fds Number of open file descriptors. 95 # TYPE process_open_fds gauge 96 process_open_fds 352 97 # HELP process_resident_memory_bytes Resident memory size in bytes. 98 # TYPE process_resident_memory_bytes gauge 99 process_resident_memory_bytes 3.229696e+07 100 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. 101 # TYPE process_start_time_seconds gauge 102 process_start_time_seconds 1.667508736e+09 103 # HELP process_virtual_memory_bytes Virtual memory size in bytes. 104 # TYPE process_virtual_memory_bytes gauge 105 process_virtual_memory_bytes 3.5569664e+07 106 # HELP windows_adcs_challenge_response_processing_time_seconds Last time elapsed for challenge response 107 # TYPE windows_adcs_challenge_response_processing_time_seconds gauge 108 windows_adcs_challenge_response_processing_time_seconds{cert_template="Administrator"} 0 109 windows_adcs_challenge_response_processing_time_seconds{cert_template="DomainController"} 0 110 # HELP windows_adcs_challenge_responses_total Total certificate challenge responses processed 111 # TYPE windows_adcs_challenge_responses_total counter 112 windows_adcs_challenge_responses_total{cert_template="Administrator"} 0 113 windows_adcs_challenge_responses_total{cert_template="DomainController"} 0 114 # HELP windows_adcs_failed_requests_total Total failed certificate requests processed 115 # TYPE windows_adcs_failed_requests_total counter 116 windows_adcs_failed_requests_total{cert_template="Administrator"} 0 117 windows_adcs_failed_requests_total{cert_template="DomainController"} 0 118 # HELP windows_adcs_issued_requests_total Total issued certificate requests processed 119 # TYPE windows_adcs_issued_requests_total counter 120 windows_adcs_issued_requests_total{cert_template="Administrator"} 0 121 windows_adcs_issued_requests_total{cert_template="DomainController"} 1 122 # HELP windows_adcs_pending_requests_total Total pending certificate requests processed 123 # TYPE windows_adcs_pending_requests_total counter 124 windows_adcs_pending_requests_total{cert_template="Administrator"} 0 125 windows_adcs_pending_requests_total{cert_template="DomainController"} 0 126 # HELP windows_adcs_request_cryptographic_signing_time_seconds Last time elapsed for signing operation request 127 # TYPE windows_adcs_request_cryptographic_signing_time_seconds gauge 128 windows_adcs_request_cryptographic_signing_time_seconds{cert_template="Administrator"} 0 129 windows_adcs_request_cryptographic_signing_time_seconds{cert_template="DomainController"} 0 130 # HELP windows_adcs_request_policy_module_processing_time_seconds Last time elapsed for policy module processing request 131 # TYPE windows_adcs_request_policy_module_processing_time_seconds gauge 132 windows_adcs_request_policy_module_processing_time_seconds{cert_template="Administrator"} 0 133 windows_adcs_request_policy_module_processing_time_seconds{cert_template="DomainController"} 0.016 134 # HELP windows_adcs_request_processing_time_seconds Last time elapsed for certificate requests 135 # TYPE windows_adcs_request_processing_time_seconds gauge 136 windows_adcs_request_processing_time_seconds{cert_template="Administrator"} 0 137 windows_adcs_request_processing_time_seconds{cert_template="DomainController"} 0.063 138 # HELP windows_adcs_requests_total Total certificate requests processed 139 # TYPE windows_adcs_requests_total counter 140 windows_adcs_requests_total{cert_template="Administrator"} 0 141 windows_adcs_requests_total{cert_template="DomainController"} 1 142 # HELP windows_adcs_retrievals_processing_time_seconds Last time elapsed for certificate retrieval request 143 # TYPE windows_adcs_retrievals_processing_time_seconds gauge 144 windows_adcs_retrievals_processing_time_seconds{cert_template="Administrator"} 0 145 windows_adcs_retrievals_processing_time_seconds{cert_template="DomainController"} 0 146 # HELP windows_adcs_retrievals_total Total certificate retrieval requests processed 147 # TYPE windows_adcs_retrievals_total counter 148 windows_adcs_retrievals_total{cert_template="Administrator"} 0 149 windows_adcs_retrievals_total{cert_template="DomainController"} 0 150 # HELP windows_adcs_signed_certificate_timestamp_list_processing_time_seconds Last time elapsed for Signed Certificate Timestamp List 151 # TYPE windows_adcs_signed_certificate_timestamp_list_processing_time_seconds gauge 152 windows_adcs_signed_certificate_timestamp_list_processing_time_seconds{cert_template="Administrator"} 0 153 windows_adcs_signed_certificate_timestamp_list_processing_time_seconds{cert_template="DomainController"} 0 154 # HELP windows_adcs_signed_certificate_timestamp_lists_total Total Signed Certificate Timestamp Lists processed 155 # TYPE windows_adcs_signed_certificate_timestamp_lists_total counter 156 windows_adcs_signed_certificate_timestamp_lists_total{cert_template="Administrator"} 0 157 windows_adcs_signed_certificate_timestamp_lists_total{cert_template="DomainController"} 0 158 # HELP windows_adfs_ad_login_connection_failures_total Total number of connection failures to an Active Directory domain controller 159 # TYPE windows_adfs_ad_login_connection_failures_total counter 160 windows_adfs_ad_login_connection_failures_total 0 161 # HELP windows_adfs_certificate_authentications_total Total number of User Certificate authentications 162 # TYPE windows_adfs_certificate_authentications_total counter 163 windows_adfs_certificate_authentications_total 0 164 # HELP windows_adfs_db_artifact_failure_total Total number of failures connecting to the artifact database 165 # TYPE windows_adfs_db_artifact_failure_total counter 166 windows_adfs_db_artifact_failure_total 0 167 # HELP windows_adfs_db_artifact_query_time_seconds_total Accumulator of time taken for an artifact database query 168 # TYPE windows_adfs_db_artifact_query_time_seconds_total counter 169 windows_adfs_db_artifact_query_time_seconds_total 0 170 # HELP windows_adfs_db_config_failure_total Total number of failures connecting to the configuration database 171 # TYPE windows_adfs_db_config_failure_total counter 172 windows_adfs_db_config_failure_total 0 173 # HELP windows_adfs_db_config_query_time_seconds_total Accumulator of time taken for a configuration database query 174 # TYPE windows_adfs_db_config_query_time_seconds_total counter 175 windows_adfs_db_config_query_time_seconds_total 0.10111504 176 # HELP windows_adfs_device_authentications_total Total number of Device authentications 177 # TYPE windows_adfs_device_authentications_total counter 178 windows_adfs_device_authentications_total 0 179 # HELP windows_adfs_external_authentications_failure_total Total number of failed authentications from external MFA providers 180 # TYPE windows_adfs_external_authentications_failure_total counter 181 windows_adfs_external_authentications_failure_total 0 182 # HELP windows_adfs_external_authentications_success_total Total number of successful authentications from external MFA providers 183 # TYPE windows_adfs_external_authentications_success_total counter 184 windows_adfs_external_authentications_success_total 0 185 # HELP windows_adfs_extranet_account_lockouts_total Total number of Extranet Account Lockouts 186 # TYPE windows_adfs_extranet_account_lockouts_total counter 187 windows_adfs_extranet_account_lockouts_total 0 188 # HELP windows_adfs_federated_authentications_total Total number of authentications from a federated source 189 # TYPE windows_adfs_federated_authentications_total counter 190 windows_adfs_federated_authentications_total 0 191 # HELP windows_adfs_federation_metadata_requests_total Total number of Federation Metadata requests 192 # TYPE windows_adfs_federation_metadata_requests_total counter 193 windows_adfs_federation_metadata_requests_total 1 194 # HELP windows_adfs_oauth_authorization_requests_total Total number of incoming requests to the OAuth Authorization endpoint 195 # TYPE windows_adfs_oauth_authorization_requests_total counter 196 windows_adfs_oauth_authorization_requests_total 0 197 # HELP windows_adfs_oauth_client_authentication_failure_total Total number of failed OAuth client Authentications 198 # TYPE windows_adfs_oauth_client_authentication_failure_total counter 199 windows_adfs_oauth_client_authentication_failure_total 0 200 # HELP windows_adfs_oauth_client_authentication_success_total Total number of successful OAuth client Authentications 201 # TYPE windows_adfs_oauth_client_authentication_success_total counter 202 windows_adfs_oauth_client_authentication_success_total 0 203 # HELP windows_adfs_oauth_client_credentials_failure_total Total number of failed OAuth Client Credentials Requests 204 # TYPE windows_adfs_oauth_client_credentials_failure_total counter 205 windows_adfs_oauth_client_credentials_failure_total 0 206 # HELP windows_adfs_oauth_client_credentials_success_total Total number of successful RP tokens issued for OAuth Client Credentials Requests 207 # TYPE windows_adfs_oauth_client_credentials_success_total counter 208 windows_adfs_oauth_client_credentials_success_total 0 209 # HELP windows_adfs_oauth_client_privkey_jtw_authentication_failure_total Total number of failed OAuth Client Private Key Jwt Authentications 210 # TYPE windows_adfs_oauth_client_privkey_jtw_authentication_failure_total counter 211 windows_adfs_oauth_client_privkey_jtw_authentication_failure_total 0 212 # HELP windows_adfs_oauth_client_privkey_jwt_authentications_success_total Total number of successful OAuth Client Private Key Jwt Authentications 213 # TYPE windows_adfs_oauth_client_privkey_jwt_authentications_success_total counter 214 windows_adfs_oauth_client_privkey_jwt_authentications_success_total 0 215 # HELP windows_adfs_oauth_client_secret_basic_authentications_failure_total Total number of failed OAuth Client Secret Basic Authentications 216 # TYPE windows_adfs_oauth_client_secret_basic_authentications_failure_total counter 217 windows_adfs_oauth_client_secret_basic_authentications_failure_total 0 218 # HELP windows_adfs_oauth_client_secret_basic_authentications_success_total Total number of successful OAuth Client Secret Basic Authentications 219 # TYPE windows_adfs_oauth_client_secret_basic_authentications_success_total counter 220 windows_adfs_oauth_client_secret_basic_authentications_success_total 0 221 # HELP windows_adfs_oauth_client_secret_post_authentications_failure_total Total number of failed OAuth Client Secret Post Authentications 222 # TYPE windows_adfs_oauth_client_secret_post_authentications_failure_total counter 223 windows_adfs_oauth_client_secret_post_authentications_failure_total 0 224 # HELP windows_adfs_oauth_client_secret_post_authentications_success_total Total number of successful OAuth Client Secret Post Authentications 225 # TYPE windows_adfs_oauth_client_secret_post_authentications_success_total counter 226 windows_adfs_oauth_client_secret_post_authentications_success_total 0 227 # HELP windows_adfs_oauth_client_windows_authentications_failure_total Total number of failed OAuth Client Windows Integrated Authentications 228 # TYPE windows_adfs_oauth_client_windows_authentications_failure_total counter 229 windows_adfs_oauth_client_windows_authentications_failure_total 0 230 # HELP windows_adfs_oauth_client_windows_authentications_success_total Total number of successful OAuth Client Windows Integrated Authentications 231 # TYPE windows_adfs_oauth_client_windows_authentications_success_total counter 232 windows_adfs_oauth_client_windows_authentications_success_total 0 233 # HELP windows_adfs_oauth_logon_certificate_requests_failure_total Total number of failed OAuth Logon Certificate Requests 234 # TYPE windows_adfs_oauth_logon_certificate_requests_failure_total counter 235 windows_adfs_oauth_logon_certificate_requests_failure_total 0 236 # HELP windows_adfs_oauth_logon_certificate_token_requests_success_total Total number of successful RP tokens issued for OAuth Logon Certificate Requests 237 # TYPE windows_adfs_oauth_logon_certificate_token_requests_success_total counter 238 windows_adfs_oauth_logon_certificate_token_requests_success_total 0 239 # HELP windows_adfs_oauth_password_grant_requests_failure_total Total number of failed OAuth Password Grant Requests 240 # TYPE windows_adfs_oauth_password_grant_requests_failure_total counter 241 windows_adfs_oauth_password_grant_requests_failure_total 0 242 # HELP windows_adfs_oauth_password_grant_requests_success_total Total number of successful OAuth Password Grant Requests 243 # TYPE windows_adfs_oauth_password_grant_requests_success_total counter 244 windows_adfs_oauth_password_grant_requests_success_total 0 245 # HELP windows_adfs_oauth_token_requests_success_total Total number of successful RP tokens issued over OAuth protocol 246 # TYPE windows_adfs_oauth_token_requests_success_total counter 247 windows_adfs_oauth_token_requests_success_total 0 248 # HELP windows_adfs_passive_requests_total Total number of passive (browser-based) requests 249 # TYPE windows_adfs_passive_requests_total counter 250 windows_adfs_passive_requests_total 0 251 # HELP windows_adfs_passport_authentications_total Total number of Microsoft Passport SSO authentications 252 # TYPE windows_adfs_passport_authentications_total counter 253 windows_adfs_passport_authentications_total 0 254 # HELP windows_adfs_password_change_failed_total Total number of failed password changes 255 # TYPE windows_adfs_password_change_failed_total counter 256 windows_adfs_password_change_failed_total 0 257 # HELP windows_adfs_password_change_succeeded_total Total number of successful password changes 258 # TYPE windows_adfs_password_change_succeeded_total counter 259 windows_adfs_password_change_succeeded_total 0 260 # HELP windows_adfs_samlp_token_requests_success_total Total number of successful RP tokens issued over SAML-P protocol 261 # TYPE windows_adfs_samlp_token_requests_success_total counter 262 windows_adfs_samlp_token_requests_success_total 0 263 # HELP windows_adfs_sso_authentications_failure_total Total number of failed SSO authentications 264 # TYPE windows_adfs_sso_authentications_failure_total counter 265 windows_adfs_sso_authentications_failure_total 0 266 # HELP windows_adfs_sso_authentications_success_total Total number of successful SSO authentications 267 # TYPE windows_adfs_sso_authentications_success_total counter 268 windows_adfs_sso_authentications_success_total 0 269 # HELP windows_adfs_token_requests_total Total number of token requests 270 # TYPE windows_adfs_token_requests_total counter 271 windows_adfs_token_requests_total 0 272 # HELP windows_adfs_userpassword_authentications_failure_total Total number of failed AD U/P authentications 273 # TYPE windows_adfs_userpassword_authentications_failure_total counter 274 windows_adfs_userpassword_authentications_failure_total 0 275 # HELP windows_adfs_userpassword_authentications_success_total Total number of successful AD U/P authentications 276 # TYPE windows_adfs_userpassword_authentications_success_total counter 277 windows_adfs_userpassword_authentications_success_total 0 278 # HELP windows_adfs_windows_integrated_authentications_total Total number of Windows integrated authentications (Kerberos/NTLM) 279 # TYPE windows_adfs_windows_integrated_authentications_total counter 280 windows_adfs_windows_integrated_authentications_total 0 281 # HELP windows_adfs_wsfed_token_requests_success_total Total number of successful RP tokens issued over WS-Fed protocol 282 # TYPE windows_adfs_wsfed_token_requests_success_total counter 283 windows_adfs_wsfed_token_requests_success_total 0 284 # HELP windows_adfs_wstrust_token_requests_success_total Total number of successful RP tokens issued over WS-Trust protocol 285 # TYPE windows_adfs_wstrust_token_requests_success_total counter 286 windows_adfs_wstrust_token_requests_success_total 0 287 # HELP windows_ad_atq_average_request_latency 288 # TYPE windows_ad_atq_average_request_latency gauge 289 windows_ad_atq_average_request_latency 0 290 # HELP windows_ad_atq_outstanding_requests 291 # TYPE windows_ad_atq_outstanding_requests gauge 292 windows_ad_atq_outstanding_requests 0 293 # HELP windows_ad_database_operations_total 294 # TYPE windows_ad_database_operations_total counter 295 windows_ad_database_operations_total{operation="add"} 1 296 windows_ad_database_operations_total{operation="delete"} 0 297 windows_ad_database_operations_total{operation="modify"} 30 298 windows_ad_database_operations_total{operation="recycle"} 0 299 # HELP windows_ad_directory_operations_total 300 # TYPE windows_ad_directory_operations_total counter 301 windows_ad_directory_operations_total{operation="read",origin="directory_service_api"} 0 302 windows_ad_directory_operations_total{operation="read",origin="knowledge_consistency_checker"} 60 303 windows_ad_directory_operations_total{operation="read",origin="local_security_authority"} 20 304 windows_ad_directory_operations_total{operation="read",origin="name_service_provider_interface"} 0 305 windows_ad_directory_operations_total{operation="read",origin="other"} 50 306 windows_ad_directory_operations_total{operation="read",origin="replication_agent"} 0 307 windows_ad_directory_operations_total{operation="read",origin="security_account_manager"} 596 308 windows_ad_directory_operations_total{operation="search",origin="directory_service_api"} 101 309 windows_ad_directory_operations_total{operation="search",origin="knowledge_consistency_checker"} 21 310 windows_ad_directory_operations_total{operation="search",origin="ldap"} 606 311 windows_ad_directory_operations_total{operation="search",origin="local_security_authority"} 9 312 windows_ad_directory_operations_total{operation="search",origin="name_service_provider_interface"} 0 313 windows_ad_directory_operations_total{operation="search",origin="other"} 56 314 windows_ad_directory_operations_total{operation="search",origin="replication_agent"} 0 315 windows_ad_directory_operations_total{operation="search",origin="security_account_manager"} 38 316 windows_ad_directory_operations_total{operation="write",origin="directory_service_api"} 3 317 windows_ad_directory_operations_total{operation="write",origin="knowledge_consistency_checker"} 0 318 windows_ad_directory_operations_total{operation="write",origin="ldap"} 1 319 windows_ad_directory_operations_total{operation="write",origin="local_security_authority"} 0 320 windows_ad_directory_operations_total{operation="write",origin="name_service_provider_interface"} 0 321 windows_ad_directory_operations_total{operation="write",origin="other"} 1 322 windows_ad_directory_operations_total{operation="write",origin="replication_agent"} 0 323 windows_ad_directory_operations_total{operation="write",origin="security_account_manager"} 26 324 # HELP windows_ad_name_cache_lookups_total 325 # TYPE windows_ad_name_cache_lookups_total counter 326 windows_ad_name_cache_lookups_total 53046 327 # HELP windows_ad_name_cache_hits_total 328 # TYPE windows_ad_name_cache_hits_total counter 329 windows_ad_name_cache_hits_total 41161 330 # HELP windows_ad_replication_inbound_objects_filtered_total 331 # TYPE windows_ad_replication_inbound_objects_filtered_total counter 332 windows_ad_replication_inbound_objects_filtered_total 0 333 # HELP windows_ad_replication_inbound_properties_filtered_total 334 # TYPE windows_ad_replication_inbound_properties_filtered_total counter 335 windows_ad_replication_inbound_properties_filtered_total 0 336 # HELP windows_ad_replication_inbound_properties_updated_total 337 # TYPE windows_ad_replication_inbound_properties_updated_total counter 338 windows_ad_replication_inbound_properties_updated_total 0 339 # HELP windows_ad_replication_inbound_objects_updated_total 340 # TYPE windows_ad_replication_inbound_objects_updated_total counter 341 windows_ad_replication_inbound_objects_updated_total 0 342 # HELP windows_ad_replication_inbound_sync_objects_remaining 343 # TYPE windows_ad_replication_inbound_sync_objects_remaining gauge 344 windows_ad_replication_inbound_sync_objects_remaining 0 345 # HELP windows_ad_replication_data_intersite_bytes_total 346 # TYPE windows_ad_replication_data_intersite_bytes_total counter 347 windows_ad_replication_data_intersite_bytes_total{direction="inbound"} 0 348 windows_ad_replication_data_intersite_bytes_total{direction="outbound"} 0 349 # HELP windows_ad_replication_data_intrasite_bytes_total 350 # TYPE windows_ad_replication_data_intrasite_bytes_total counter 351 windows_ad_replication_data_intrasite_bytes_total{direction="inbound"} 0 352 windows_ad_replication_data_intrasite_bytes_total{direction="outbound"} 0 353 # HELP windows_ad_replication_pending_synchronizations 354 # TYPE windows_ad_replication_pending_synchronizations gauge 355 windows_ad_replication_pending_synchronizations 0 356 # HELP windows_ad_replication_sync_requests_total 357 # TYPE windows_ad_replication_sync_requests_total counter 358 windows_ad_replication_sync_requests_total 0 359 # HELP windows_ad_directory_service_threads 360 # TYPE windows_ad_directory_service_threads gauge 361 windows_ad_directory_service_threads 0 362 # HELP windows_ad_ldap_last_bind_time_seconds 363 # TYPE windows_ad_ldap_last_bind_time_seconds gauge 364 windows_ad_ldap_last_bind_time_seconds 0 365 # HELP windows_ad_binds_total 366 # TYPE windows_ad_binds_total counter 367 windows_ad_binds_total{bind_method="ldap"} 184 368 # HELP windows_ad_ldap_searches_total 369 # TYPE windows_ad_ldap_searches_total counter 370 windows_ad_ldap_searches_total 1382 371 # HELP windows_cpu_clock_interrupts_total Total number of received and serviced clock tick interrupts 372 # TYPE windows_cpu_clock_interrupts_total counter 373 windows_cpu_clock_interrupts_total{core="0,0"} 9.1949524e+07 374 windows_cpu_clock_interrupts_total{core="0,1"} 1.0416934e+07 375 windows_cpu_clock_interrupts_total{core="0,2"} 1.0417092e+07 376 windows_cpu_clock_interrupts_total{core="0,3"} 1.0416548e+07 377 # HELP windows_cpu_core_frequency_mhz Core frequency in megahertz 378 # TYPE windows_cpu_core_frequency_mhz gauge 379 windows_cpu_core_frequency_mhz{core="0,0"} 3187 380 windows_cpu_core_frequency_mhz{core="0,1"} 3187 381 windows_cpu_core_frequency_mhz{core="0,2"} 3187 382 windows_cpu_core_frequency_mhz{core="0,3"} 3187 383 # HELP windows_cpu_cstate_seconds_total Time spent in low-power idle state 384 # TYPE windows_cpu_cstate_seconds_total counter 385 windows_cpu_cstate_seconds_total{core="0,0",state="c1"} 160233.4270483 386 windows_cpu_cstate_seconds_total{core="0,0",state="c2"} 0 387 windows_cpu_cstate_seconds_total{core="0,0",state="c3"} 0 388 windows_cpu_cstate_seconds_total{core="0,1",state="c1"} 159528.0543212 389 windows_cpu_cstate_seconds_total{core="0,1",state="c2"} 0 390 windows_cpu_cstate_seconds_total{core="0,1",state="c3"} 0 391 windows_cpu_cstate_seconds_total{core="0,2",state="c1"} 159891.7232105 392 windows_cpu_cstate_seconds_total{core="0,2",state="c2"} 0 393 windows_cpu_cstate_seconds_total{core="0,2",state="c3"} 0 394 windows_cpu_cstate_seconds_total{core="0,3",state="c1"} 159544.11780809998 395 windows_cpu_cstate_seconds_total{core="0,3",state="c2"} 0 396 windows_cpu_cstate_seconds_total{core="0,3",state="c3"} 0 397 # HELP windows_cpu_dpcs_total Total number of received and serviced deferred procedure calls (DPCs) 398 # TYPE windows_cpu_dpcs_total counter 399 windows_cpu_dpcs_total{core="0,0"} 4.8719e+06 400 windows_cpu_dpcs_total{core="0,1"} 1.650552e+06 401 windows_cpu_dpcs_total{core="0,2"} 2.236469e+06 402 windows_cpu_dpcs_total{core="0,3"} 1.185046e+06 403 # HELP windows_cpu_idle_break_events_total Total number of time processor was woken from idle 404 # TYPE windows_cpu_idle_break_events_total counter 405 windows_cpu_idle_break_events_total{core="0,0"} 1.40806638e+08 406 windows_cpu_idle_break_events_total{core="0,1"} 7.069832e+07 407 windows_cpu_idle_break_events_total{core="0,2"} 6.0430118e+07 408 windows_cpu_idle_break_events_total{core="0,3"} 5.5224469e+07 409 # HELP windows_cpu_interrupts_total Total number of received and serviced hardware interrupts 410 # TYPE windows_cpu_interrupts_total counter 411 windows_cpu_interrupts_total{core="0,0"} 1.55194331e+08 412 windows_cpu_interrupts_total{core="0,1"} 7.9325847e+07 413 windows_cpu_interrupts_total{core="0,2"} 6.7305419e+07 414 windows_cpu_interrupts_total{core="0,3"} 6.0766938e+07 415 # HELP windows_cpu_parking_status Parking Status represents whether a processor is parked or not 416 # TYPE windows_cpu_parking_status gauge 417 windows_cpu_parking_status{core="0,0"} 0 418 windows_cpu_parking_status{core="0,1"} 0 419 windows_cpu_parking_status{core="0,2"} 0 420 windows_cpu_parking_status{core="0,3"} 0 421 # HELP windows_cpu_processor_performance Processor Performance is the average performance of the processor while it is executing instructions, as a percentage of the nominal performance of the processor. On some processors, Processor Performance may exceed 100% 422 # TYPE windows_cpu_processor_performance gauge 423 windows_cpu_processor_performance{core="0,0"} 2.79873813368e+11 424 windows_cpu_processor_performance{core="0,1"} 3.239596095e+11 425 windows_cpu_processor_performance{core="0,2"} 3.01145132737e+11 426 windows_cpu_processor_performance{core="0,3"} 3.22955641675e+11 427 # HELP windows_cpu_time_total Time that processor spent in different modes (dpc, idle, interrupt, privileged, user) 428 # TYPE windows_cpu_time_total counter 429 windows_cpu_time_total{core="0,0",mode="dpc"} 67.109375 430 windows_cpu_time_total{core="0,0",mode="idle"} 162455.59375 431 windows_cpu_time_total{core="0,0",mode="interrupt"} 77.28125 432 windows_cpu_time_total{core="0,0",mode="privileged"} 1182.109375 433 windows_cpu_time_total{core="0,0",mode="user"} 1073.671875 434 windows_cpu_time_total{core="0,1",mode="dpc"} 11.09375 435 windows_cpu_time_total{core="0,1",mode="idle"} 159478.125 436 windows_cpu_time_total{core="0,1",mode="interrupt"} 58.09375 437 windows_cpu_time_total{core="0,1",mode="privileged"} 1801.234375 438 windows_cpu_time_total{core="0,1",mode="user"} 3432 439 windows_cpu_time_total{core="0,2",mode="dpc"} 16.0625 440 windows_cpu_time_total{core="0,2",mode="idle"} 159848.4375 441 windows_cpu_time_total{core="0,2",mode="interrupt"} 53.515625 442 windows_cpu_time_total{core="0,2",mode="privileged"} 1812.546875 443 windows_cpu_time_total{core="0,2",mode="user"} 3050.25 444 windows_cpu_time_total{core="0,3",mode="dpc"} 8.140625 445 windows_cpu_time_total{core="0,3",mode="idle"} 159527.546875 446 windows_cpu_time_total{core="0,3",mode="interrupt"} 44.484375 447 windows_cpu_time_total{core="0,3",mode="privileged"} 1760.828125 448 windows_cpu_time_total{core="0,3",mode="user"} 3422.875 449 # HELP windows_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, and goversion from which windows_exporter was built. 450 # TYPE windows_exporter_build_info gauge 451 windows_exporter_build_info{branch="heads/tags/v0.20.0",goversion="go1.19.1",revision="677a7c8d67deb99b92f4f24b8c890e0a4c152b0c",version="0.20.0"} 1 452 # HELP windows_exporter_collector_duration_seconds windows_exporter: Duration of a collection. 453 # TYPE windows_exporter_collector_duration_seconds gauge 454 windows_exporter_collector_duration_seconds{collector="ad"} 0.7690505 455 windows_exporter_collector_duration_seconds{collector="adcs"} 0.0006833 456 windows_exporter_collector_duration_seconds{collector="adfs"} 0.0031012 457 windows_exporter_collector_duration_seconds{collector="cpu"} 0.00052 458 windows_exporter_collector_duration_seconds{collector="exchange"} 0.0334467 459 windows_exporter_collector_duration_seconds{collector="hyperv"} 0.9003895 460 windows_exporter_collector_duration_seconds{collector="iis"} 0 461 windows_exporter_collector_duration_seconds{collector="logical_disk"} 0 462 windows_exporter_collector_duration_seconds{collector="logon"} 0.1139134 463 windows_exporter_collector_duration_seconds{collector="memory"} 0.00052 464 windows_exporter_collector_duration_seconds{collector="mssql"} 0.003369 465 windows_exporter_collector_duration_seconds{collector="netframework_clrexceptions"} 1.437537 466 windows_exporter_collector_duration_seconds{collector="netframework_clrinterop"} 1.4911402 467 windows_exporter_collector_duration_seconds{collector="netframework_clrjit"} 1.2789005 468 windows_exporter_collector_duration_seconds{collector="netframework_clrloading"} 1.3232636 469 windows_exporter_collector_duration_seconds{collector="netframework_clrlocksandthreads"} 1.3578413999999999 470 windows_exporter_collector_duration_seconds{collector="netframework_clrmemory"} 1.4066725 471 windows_exporter_collector_duration_seconds{collector="netframework_clrremoting"} 1.5191553 472 windows_exporter_collector_duration_seconds{collector="netframework_clrsecurity"} 1.4670829 473 windows_exporter_collector_duration_seconds{collector="net"} 0 474 windows_exporter_collector_duration_seconds{collector="os"} 0.0023497 475 windows_exporter_collector_duration_seconds{collector="process"} 0.1154812 476 windows_exporter_collector_duration_seconds{collector="service"} 0.1016404 477 windows_exporter_collector_duration_seconds{collector="system"} 0.0006105 478 windows_exporter_collector_duration_seconds{collector="tcp"} 0 479 # HELP windows_exporter_collector_success windows_exporter: Whether the collector was successful. 480 # TYPE windows_exporter_collector_success gauge 481 windows_exporter_collector_success{collector="ad"} 1 482 windows_exporter_collector_success{collector="adcs"} 1 483 windows_exporter_collector_success{collector="adfs"} 1 484 windows_exporter_collector_success{collector="cpu"} 1 485 windows_exporter_collector_success{collector="exchange"} 1 486 windows_exporter_collector_success{collector="hyperv"} 1 487 windows_exporter_collector_success{collector="iis"} 1 488 windows_exporter_collector_success{collector="logical_disk"} 1 489 windows_exporter_collector_success{collector="logon"} 1 490 windows_exporter_collector_success{collector="memory"} 1 491 windows_exporter_collector_success{collector="mssql"} 1 492 windows_exporter_collector_success{collector="netframework_clrexceptions"} 1 493 windows_exporter_collector_success{collector="netframework_clrinterop"} 1 494 windows_exporter_collector_success{collector="netframework_clrjit"} 1 495 windows_exporter_collector_success{collector="netframework_clrloading"} 1 496 windows_exporter_collector_success{collector="netframework_clrlocksandthreads"} 1 497 windows_exporter_collector_success{collector="netframework_clrmemory"} 1 498 windows_exporter_collector_success{collector="netframework_clrremoting"} 1 499 windows_exporter_collector_success{collector="netframework_clrsecurity"} 1 500 windows_exporter_collector_success{collector="net"} 1 501 windows_exporter_collector_success{collector="os"} 1 502 windows_exporter_collector_success{collector="process"} 1 503 windows_exporter_collector_success{collector="service"} 1 504 windows_exporter_collector_success{collector="system"} 1 505 windows_exporter_collector_success{collector="tcp"} 1 506 # HELP windows_exporter_collector_timeout windows_exporter: Whether the collector timed out. 507 # TYPE windows_exporter_collector_timeout gauge 508 windows_exporter_collector_timeout{collector="ad"} 0 509 windows_exporter_collector_timeout{collector="adcs"} 0 510 windows_exporter_collector_timeout{collector="adfs"} 0 511 windows_exporter_collector_timeout{collector="cpu"} 0 512 windows_exporter_collector_timeout{collector="exchange"} 0 513 windows_exporter_collector_timeout{collector="hyperv"} 0 514 windows_exporter_collector_timeout{collector="iis"} 0 515 windows_exporter_collector_timeout{collector="logical_disk"} 0 516 windows_exporter_collector_timeout{collector="logon"} 0 517 windows_exporter_collector_timeout{collector="memory"} 0 518 windows_exporter_collector_timeout{collector="mssql"} 0 519 windows_exporter_collector_timeout{collector="netframework_clrexceptions"} 0 520 windows_exporter_collector_timeout{collector="netframework_clrinterop"} 0 521 windows_exporter_collector_timeout{collector="netframework_clrjit"} 0 522 windows_exporter_collector_timeout{collector="netframework_clrloading"} 0 523 windows_exporter_collector_timeout{collector="netframework_clrlocksandthreads"} 0 524 windows_exporter_collector_timeout{collector="netframework_clrmemory"} 0 525 windows_exporter_collector_timeout{collector="netframework_clrremoting"} 0 526 windows_exporter_collector_timeout{collector="netframework_clrsecurity"} 0 527 windows_exporter_collector_timeout{collector="net"} 0 528 windows_exporter_collector_timeout{collector="os"} 0 529 windows_exporter_collector_timeout{collector="process"} 0 530 windows_exporter_collector_timeout{collector="service"} 0 531 windows_exporter_collector_timeout{collector="system"} 0 532 windows_exporter_collector_timeout{collector="tcp"} 0 533 # HELP windows_exchange_http_proxy_avg_auth_latency Average time spent authenticating CAS requests over the last 200 samples 534 # TYPE windows_exchange_http_proxy_avg_auth_latency gauge 535 windows_exchange_http_proxy_avg_auth_latency{name="autodiscover"} 1 536 windows_exchange_http_proxy_avg_auth_latency{name="eas"} 0 537 # HELP windows_exchange_http_proxy_avg_cas_proccessing_latency_sec Average latency (sec) of CAS processing time over the last 200 reqs 538 # TYPE windows_exchange_http_proxy_avg_cas_proccessing_latency_sec gauge 539 windows_exchange_http_proxy_avg_cas_proccessing_latency_sec{name="autodiscover"} 0.003 540 windows_exchange_http_proxy_avg_cas_proccessing_latency_sec{name="eas"} 0.003 541 # HELP windows_exchange_http_proxy_mailbox_proxy_failure_rate % of failures between this CAS and MBX servers over the last 200 samples 542 # TYPE windows_exchange_http_proxy_mailbox_proxy_failure_rate gauge 543 windows_exchange_http_proxy_mailbox_proxy_failure_rate{name="autodiscover"} 0 544 windows_exchange_http_proxy_mailbox_proxy_failure_rate{name="eas"} 0 545 # HELP windows_exchange_http_proxy_mailbox_server_locator_avg_latency_sec Average latency (sec) of MailboxServerLocator web service calls 546 # TYPE windows_exchange_http_proxy_mailbox_server_locator_avg_latency_sec gauge 547 windows_exchange_http_proxy_mailbox_server_locator_avg_latency_sec{name="autodiscover"} 0.008 548 windows_exchange_http_proxy_mailbox_server_locator_avg_latency_sec{name="eas"} 0.008 549 # HELP windows_exchange_http_proxy_outstanding_proxy_requests Number of concurrent outstanding proxy requests 550 # TYPE windows_exchange_http_proxy_outstanding_proxy_requests gauge 551 windows_exchange_http_proxy_outstanding_proxy_requests{name="autodiscover"} 0 552 windows_exchange_http_proxy_outstanding_proxy_requests{name="eas"} 0 553 # HELP windows_exchange_http_proxy_requests_total Number of proxy requests processed each second 554 # TYPE windows_exchange_http_proxy_requests_total counter 555 windows_exchange_http_proxy_requests_total{name="autodiscover"} 27122 556 windows_exchange_http_proxy_requests_total{name="eas"} 32519 557 # HELP windows_exchange_ldap_long_running_ops_per_sec Long Running LDAP operations per second 558 # TYPE windows_exchange_ldap_long_running_ops_per_sec counter 559 windows_exchange_ldap_long_running_ops_per_sec{name="complianceauditservice"} 0 560 windows_exchange_ldap_long_running_ops_per_sec{name="complianceauditservice_10"} 0 561 # HELP windows_exchange_ldap_read_time_sec Time (sec) to send an LDAP read request and receive a response 562 # TYPE windows_exchange_ldap_read_time_sec counter 563 windows_exchange_ldap_read_time_sec{name="complianceauditservice"} 0.008 564 windows_exchange_ldap_read_time_sec{name="complianceauditservice_10"} 0.018 565 # HELP windows_exchange_ldap_search_time_sec Time (sec) to send an LDAP search request and receive a response 566 # TYPE windows_exchange_ldap_search_time_sec counter 567 windows_exchange_ldap_search_time_sec{name="complianceauditservice"} 0.046 568 windows_exchange_ldap_search_time_sec{name="complianceauditservice_10"} 0.058 569 # TYPE windows_exchange_ldap_timeout_errors_total counter 570 windows_exchange_ldap_timeout_errors_total{name="complianceauditservice"} 0 571 windows_exchange_ldap_timeout_errors_total{name="complianceauditservice_10"} 0 572 # HELP windows_exchange_ldap_write_time_sec Time (sec) to send an LDAP Add/Modify/Delete request and receive a response 573 # TYPE windows_exchange_ldap_write_time_sec counter 574 windows_exchange_ldap_write_time_sec{name="complianceauditservice"} 0 575 windows_exchange_ldap_write_time_sec{name="complianceauditservice_10"} 0 576 # HELP windows_exporter_perflib_snapshot_duration_seconds Duration of perflib snapshot capture 577 # TYPE windows_exporter_perflib_snapshot_duration_seconds gauge 578 windows_exporter_perflib_snapshot_duration_seconds 0.0054258 579 # HELP windows_exchange_activesync_ping_cmds_pending Number of ping commands currently pending in the queue 580 # TYPE windows_exchange_activesync_ping_cmds_pending gauge 581 windows_exchange_activesync_ping_cmds_pending 0 582 # HELP windows_exchange_activesync_requests_total Num HTTP requests received from the client via ASP.NET per sec. Shows Current user load 583 # TYPE windows_exchange_activesync_requests_total counter 584 windows_exchange_activesync_requests_total 14 585 # HELP windows_exchange_activesync_sync_cmds_total Number of sync commands processed per second. Clients use this command to synchronize items within a folder 586 # TYPE windows_exchange_activesync_sync_cmds_total counter 587 windows_exchange_activesync_sync_cmds_total 0 588 # HELP windows_exchange_autodiscover_requests_total Number of autodiscover service requests processed each second 589 # TYPE windows_exchange_autodiscover_requests_total counter 590 windows_exchange_autodiscover_requests_total 1 591 # HELP windows_exchange_avail_service_requests_per_sec Number of requests serviced per second 592 # TYPE windows_exchange_avail_service_requests_per_sec counter 593 windows_exchange_avail_service_requests_per_sec 0 594 # HELP windows_exchange_owa_current_unique_users Number of unique users currently logged on to Outlook Web App 595 # TYPE windows_exchange_owa_current_unique_users gauge 596 windows_exchange_owa_current_unique_users 0 597 # HELP windows_exchange_owa_requests_total Number of requests handled by Outlook Web App per second 598 # TYPE windows_exchange_owa_requests_total counter 599 windows_exchange_owa_requests_total 0 600 # HELP windows_exchange_rpc_active_user_count Number of unique users that have shown some kind of activity in the last 2 minutes 601 # TYPE windows_exchange_rpc_active_user_count gauge 602 windows_exchange_rpc_active_user_count 0 603 # HELP windows_exchange_rpc_avg_latency_sec The latency (sec), averaged for the past 1024 packets 604 # TYPE windows_exchange_rpc_avg_latency_sec gauge 605 windows_exchange_rpc_avg_latency_sec 0.001 606 # HELP windows_exchange_rpc_connection_count Total number of client connections maintained 607 # TYPE windows_exchange_rpc_connection_count gauge 608 windows_exchange_rpc_connection_count 0 609 # HELP windows_exchange_rpc_operations_total The rate at which RPC operations occur 610 # TYPE windows_exchange_rpc_operations_total counter 611 windows_exchange_rpc_operations_total 9 612 # HELP windows_exchange_rpc_requests Number of client requests currently being processed by the RPC Client Access service 613 # TYPE windows_exchange_rpc_requests gauge 614 windows_exchange_rpc_requests 0 615 # HELP windows_exchange_rpc_user_count Number of users 616 # TYPE windows_exchange_rpc_user_count gauge 617 windows_exchange_rpc_user_count 0 618 # HELP windows_exchange_transport_queues_active_mailbox_delivery Active Mailbox Delivery Queue length 619 # TYPE windows_exchange_transport_queues_active_mailbox_delivery gauge 620 windows_exchange_transport_queues_active_mailbox_delivery{name="high_priority"} 0 621 windows_exchange_transport_queues_active_mailbox_delivery{name="low_priority"} 0 622 windows_exchange_transport_queues_active_mailbox_delivery{name="none_priority"} 0 623 windows_exchange_transport_queues_active_mailbox_delivery{name="normal_priority"} 0 624 windows_exchange_transport_queues_active_mailbox_delivery{name="total_excluding_priority_none"} 0 625 # HELP windows_exchange_transport_queues_external_active_remote_delivery External Active Remote Delivery Queue length 626 # TYPE windows_exchange_transport_queues_external_active_remote_delivery gauge 627 windows_exchange_transport_queues_external_active_remote_delivery{name="high_priority"} 0 628 windows_exchange_transport_queues_external_active_remote_delivery{name="low_priority"} 0 629 windows_exchange_transport_queues_external_active_remote_delivery{name="none_priority"} 0 630 windows_exchange_transport_queues_external_active_remote_delivery{name="normal_priority"} 0 631 windows_exchange_transport_queues_external_active_remote_delivery{name="total_excluding_priority_none"} 0 632 # HELP windows_exchange_transport_queues_external_largest_delivery External Largest Delivery Queue length 633 # TYPE windows_exchange_transport_queues_external_largest_delivery gauge 634 windows_exchange_transport_queues_external_largest_delivery{name="high_priority"} 0 635 windows_exchange_transport_queues_external_largest_delivery{name="low_priority"} 0 636 windows_exchange_transport_queues_external_largest_delivery{name="none_priority"} 0 637 windows_exchange_transport_queues_external_largest_delivery{name="normal_priority"} 0 638 windows_exchange_transport_queues_external_largest_delivery{name="total_excluding_priority_none"} 0 639 # HELP windows_exchange_transport_queues_internal_active_remote_delivery Internal Active Remote Delivery Queue length 640 # TYPE windows_exchange_transport_queues_internal_active_remote_delivery gauge 641 windows_exchange_transport_queues_internal_active_remote_delivery{name="high_priority"} 0 642 windows_exchange_transport_queues_internal_active_remote_delivery{name="low_priority"} 0 643 windows_exchange_transport_queues_internal_active_remote_delivery{name="none_priority"} 0 644 windows_exchange_transport_queues_internal_active_remote_delivery{name="normal_priority"} 0 645 windows_exchange_transport_queues_internal_active_remote_delivery{name="total_excluding_priority_none"} 0 646 # HELP windows_exchange_transport_queues_internal_largest_delivery Internal Largest Delivery Queue length 647 # TYPE windows_exchange_transport_queues_internal_largest_delivery gauge 648 windows_exchange_transport_queues_internal_largest_delivery{name="high_priority"} 0 649 windows_exchange_transport_queues_internal_largest_delivery{name="low_priority"} 0 650 windows_exchange_transport_queues_internal_largest_delivery{name="none_priority"} 0 651 windows_exchange_transport_queues_internal_largest_delivery{name="normal_priority"} 0 652 windows_exchange_transport_queues_internal_largest_delivery{name="total_excluding_priority_none"} 0 653 # HELP windows_exchange_transport_queues_poison Poison Queue length 654 # TYPE windows_exchange_transport_queues_poison gauge 655 windows_exchange_transport_queues_poison{name="high_priority"} 0 656 windows_exchange_transport_queues_poison{name="low_priority"} 0 657 windows_exchange_transport_queues_poison{name="none_priority"} 0 658 windows_exchange_transport_queues_poison{name="normal_priority"} 0 659 windows_exchange_transport_queues_poison{name="total_excluding_priority_none"} 0 660 # HELP windows_exchange_transport_queues_retry_mailbox_delivery Retry Mailbox Delivery Queue length 661 # TYPE windows_exchange_transport_queues_retry_mailbox_delivery gauge 662 windows_exchange_transport_queues_retry_mailbox_delivery{name="high_priority"} 0 663 windows_exchange_transport_queues_retry_mailbox_delivery{name="low_priority"} 0 664 windows_exchange_transport_queues_retry_mailbox_delivery{name="none_priority"} 0 665 windows_exchange_transport_queues_retry_mailbox_delivery{name="normal_priority"} 0 666 windows_exchange_transport_queues_retry_mailbox_delivery{name="total_excluding_priority_none"} 0 667 # HELP windows_exchange_transport_queues_unreachable Unreachable Queue length 668 # TYPE windows_exchange_transport_queues_unreachable gauge 669 windows_exchange_transport_queues_unreachable{name="high_priority"} 0 670 windows_exchange_transport_queues_unreachable{name="low_priority"} 0 671 windows_exchange_transport_queues_unreachable{name="none_priority"} 0 672 windows_exchange_transport_queues_unreachable{name="normal_priority"} 0 673 windows_exchange_transport_queues_unreachable{name="total_excluding_priority_none"} 0 674 # HELP windows_exchange_workload_active_tasks Number of active tasks currently running in the background for workload management 675 # TYPE windows_exchange_workload_active_tasks gauge 676 windows_exchange_workload_active_tasks{name="complianceauditservice_auditcomplianceserviceprioritized_audit_task_execution_manager"} 0 677 windows_exchange_workload_active_tasks{name="microsoft_exchange_servicehost_darruntime"} 0 678 # HELP windows_exchange_workload_completed_tasks Number of workload management tasks that have been completed 679 # TYPE windows_exchange_workload_completed_tasks counter 680 windows_exchange_workload_completed_tasks{name="complianceauditservice_auditcomplianceserviceprioritized_audit_task_execution_manager"} 0 681 windows_exchange_workload_completed_tasks{name="microsoft_exchange_servicehost_darruntime"} 0 682 # HELP windows_exchange_workload_is_active Active indicates whether the workload is in an active (1) or paused (0) state 683 # TYPE windows_exchange_workload_is_active gauge 684 windows_exchange_workload_is_active{name="complianceauditservice_auditcomplianceserviceprioritized_audit_task_execution_manager"} 1 685 windows_exchange_workload_is_active{name="microsoft_exchange_servicehost_darruntime"} 1 686 # HELP windows_exchange_workload_queued_tasks Number of workload management tasks that are currently queued up waiting to be processed 687 # TYPE windows_exchange_workload_queued_tasks counter 688 windows_exchange_workload_queued_tasks{name="complianceauditservice_auditcomplianceserviceprioritized_audit_task_execution_manager"} 0 689 windows_exchange_workload_queued_tasks{name="microsoft_exchange_servicehost_darruntime"} 0 690 # HELP windows_exchange_workload_yielded_tasks The total number of tasks that have been yielded by a workload 691 # TYPE windows_exchange_workload_yielded_tasks counter 692 windows_exchange_workload_yielded_tasks{name="complianceauditservice_auditcomplianceserviceprioritized_audit_task_execution_manager"} 0 693 windows_exchange_workload_yielded_tasks{name="microsoft_exchange_servicehost_darruntime"} 0 694 # HELP windows_hyperv_health_critical This counter represents the number of virtual machines with critical health 695 # TYPE windows_hyperv_health_critical gauge 696 windows_hyperv_health_critical 0 697 # HELP windows_hyperv_health_ok This counter represents the number of virtual machines with ok health 698 # TYPE windows_hyperv_health_ok gauge 699 windows_hyperv_health_ok 1 700 # HELP windows_hyperv_host_cpu_guest_run_time The time spent by the virtual processor in guest code 701 # TYPE windows_hyperv_host_cpu_guest_run_time gauge 702 windows_hyperv_host_cpu_guest_run_time{core="0"} 2.44871648e+09 703 # HELP windows_hyperv_host_cpu_hypervisor_run_time The time spent by the virtual processor in hypervisor code 704 # TYPE windows_hyperv_host_cpu_hypervisor_run_time gauge 705 windows_hyperv_host_cpu_hypervisor_run_time{core="0"} 2.79010764e+08 706 # HELP windows_hyperv_host_cpu_remote_run_time The time spent by the virtual processor running on a remote node 707 # TYPE windows_hyperv_host_cpu_remote_run_time gauge 708 windows_hyperv_host_cpu_remote_run_time{core="0"} 0 709 # HELP windows_hyperv_host_cpu_total_run_time The time spent by the virtual processor in guest and hypervisor code 710 # TYPE windows_hyperv_host_cpu_total_run_time gauge 711 windows_hyperv_host_cpu_total_run_time{core="0"} 2.727727244e+09 712 # HELP windows_hyperv_host_lp_guest_run_time_percent The percentage of time spent by the processor in guest code 713 # TYPE windows_hyperv_host_lp_guest_run_time_percent gauge 714 windows_hyperv_host_lp_guest_run_time_percent{core="0"} 2.476081579e+09 715 # HELP windows_hyperv_host_lp_hypervisor_run_time_percent The percentage of time spent by the processor in hypervisor code 716 # TYPE windows_hyperv_host_lp_hypervisor_run_time_percent gauge 717 windows_hyperv_host_lp_hypervisor_run_time_percent{core="0"} 3.52733652e+08 718 # HELP windows_hyperv_host_lp_total_run_time_percent The percentage of time spent by the processor in guest and hypervisor code 719 # TYPE windows_hyperv_host_lp_total_run_time_percent gauge 720 windows_hyperv_host_lp_total_run_time_percent{core="0"} 2.828815231e+09 721 # HELP windows_hyperv_hypervisor_logical_processors The number of logical processors present in the system 722 # TYPE windows_hyperv_hypervisor_logical_processors gauge 723 windows_hyperv_hypervisor_logical_processors 16 724 # HELP windows_hyperv_hypervisor_virtual_processors The number of virtual processors present in the system 725 # TYPE windows_hyperv_hypervisor_virtual_processors gauge 726 windows_hyperv_hypervisor_virtual_processors 24 727 # HELP windows_hyperv_root_partition_1G_device_pages The number of 1G pages present in the device space of the partition 728 # TYPE windows_hyperv_root_partition_1G_device_pages gauge 729 windows_hyperv_root_partition_1G_device_pages 0 730 # HELP windows_hyperv_root_partition_1G_gpa_pages The number of 1G pages present in the GPA space of the partition 731 # TYPE windows_hyperv_root_partition_1G_gpa_pages gauge 732 windows_hyperv_root_partition_1G_gpa_pages 6 733 # HELP windows_hyperv_root_partition_2M_device_pages The number of 2M pages present in the device space of the partition 734 # TYPE windows_hyperv_root_partition_2M_device_pages gauge 735 windows_hyperv_root_partition_2M_device_pages 0 736 # HELP windows_hyperv_root_partition_2M_gpa_pages The number of 2M pages present in the GPA space of the partition 737 # TYPE windows_hyperv_root_partition_2M_gpa_pages gauge 738 windows_hyperv_root_partition_2M_gpa_pages 5255 739 # HELP windows_hyperv_root_partition_4K_device_pages The number of 4K pages present in the device space of the partition 740 # TYPE windows_hyperv_root_partition_4K_device_pages gauge 741 windows_hyperv_root_partition_4K_device_pages 0 742 # HELP windows_hyperv_root_partition_4K_gpa_pages The number of 4K pages present in the GPA space of the partition 743 # TYPE windows_hyperv_root_partition_4K_gpa_pages gauge 744 windows_hyperv_root_partition_4K_gpa_pages 58880 745 # HELP windows_hyperv_root_partition_address_spaces The number of address spaces in the virtual TLB of the partition 746 # TYPE windows_hyperv_root_partition_address_spaces gauge 747 windows_hyperv_root_partition_address_spaces 0 748 # HELP windows_hyperv_root_partition_attached_devices The number of devices attached to the partition 749 # TYPE windows_hyperv_root_partition_attached_devices gauge 750 windows_hyperv_root_partition_attached_devices 1 751 # HELP windows_hyperv_root_partition_deposited_pages The number of pages deposited into the partition 752 # TYPE windows_hyperv_root_partition_deposited_pages gauge 753 windows_hyperv_root_partition_deposited_pages 31732 754 # HELP windows_hyperv_root_partition_device_dma_errors An indicator of illegal DMA requests generated by all devices assigned to the partition 755 # TYPE windows_hyperv_root_partition_device_dma_errors gauge 756 windows_hyperv_root_partition_device_dma_errors 0 757 # HELP windows_hyperv_root_partition_device_interrupt_errors An indicator of illegal interrupt requests generated by all devices assigned to the partition 758 # TYPE windows_hyperv_root_partition_device_interrupt_errors gauge 759 windows_hyperv_root_partition_device_interrupt_errors 0 760 # HELP windows_hyperv_root_partition_device_interrupt_throttle_events The number of times an interrupt from a device assigned to the partition was temporarily throttled because the device was generating too many interrupts 761 # TYPE windows_hyperv_root_partition_device_interrupt_throttle_events gauge 762 windows_hyperv_root_partition_device_interrupt_throttle_events 0 763 # HELP windows_hyperv_root_partition_gpa_space_modifications The rate of modifications to the GPA space of the partition 764 # TYPE windows_hyperv_root_partition_gpa_space_modifications counter 765 windows_hyperv_root_partition_gpa_space_modifications 0 766 # HELP windows_hyperv_root_partition_io_tlb_flush The rate of flushes of I/O TLBs of the partition 767 # TYPE windows_hyperv_root_partition_io_tlb_flush counter 768 windows_hyperv_root_partition_io_tlb_flush 23901 769 # HELP windows_hyperv_root_partition_io_tlb_flush_cost The average time (in nanoseconds) spent processing an I/O TLB flush 770 # TYPE windows_hyperv_root_partition_io_tlb_flush_cost gauge 771 windows_hyperv_root_partition_io_tlb_flush_cost 312574 772 # HELP windows_hyperv_root_partition_physical_pages_allocated The number of timer interrupts skipped for the partition 773 # TYPE windows_hyperv_root_partition_physical_pages_allocated gauge 774 windows_hyperv_root_partition_physical_pages_allocated 0 775 # HELP windows_hyperv_root_partition_preferred_numa_node_index The number of pages present in the GPA space of the partition (zero for root partition) 776 # TYPE windows_hyperv_root_partition_preferred_numa_node_index gauge 777 windows_hyperv_root_partition_preferred_numa_node_index 0 778 # HELP windows_hyperv_root_partition_recommended_virtual_tlb_size The recommended number of pages to be deposited for the virtual TLB 779 # TYPE windows_hyperv_root_partition_recommended_virtual_tlb_size gauge 780 windows_hyperv_root_partition_recommended_virtual_tlb_size 64 781 # HELP windows_hyperv_root_partition_virtual_tlb_flush_entires The rate of flushes of the entire virtual TLB 782 # TYPE windows_hyperv_root_partition_virtual_tlb_flush_entires counter 783 windows_hyperv_root_partition_virtual_tlb_flush_entires 15234 784 # HELP windows_hyperv_root_partition_virtual_tlb_pages The number of pages used by the virtual TLB of the partition 785 # TYPE windows_hyperv_root_partition_virtual_tlb_pages gauge 786 windows_hyperv_root_partition_virtual_tlb_pages 64 787 # HELP windows_hyperv_vid_physical_pages_allocated The number of physical pages allocated 788 # TYPE windows_hyperv_vid_physical_pages_allocated gauge 789 windows_hyperv_vid_physical_pages_allocated{vm="Ubuntu 22.04 LTS"} 745472 790 # HELP windows_hyperv_vid_preferred_numa_node_index The preferred NUMA node index associated with this partition 791 # TYPE windows_hyperv_vid_preferred_numa_node_index gauge 792 windows_hyperv_vid_preferred_numa_node_index{vm="Ubuntu 22.04 LTS"} 0 793 # HELP windows_hyperv_vid_remote_physical_pages The number of physical pages not allocated from the preferred NUMA node 794 # TYPE windows_hyperv_vid_remote_physical_pages gauge 795 windows_hyperv_vid_remote_physical_pages{vm="Ubuntu 22.04 LTS"} 0 796 # HELP windows_hyperv_vm_cpu_guest_run_time The time spent by the virtual processor in guest code 797 # TYPE windows_hyperv_vm_cpu_guest_run_time gauge 798 windows_hyperv_vm_cpu_guest_run_time{core="0",vm="Ubuntu 22.04 LTS"} 6.2534217e+07 799 # HELP windows_hyperv_vm_cpu_hypervisor_run_time The time spent by the virtual processor in hypervisor code 800 # TYPE windows_hyperv_vm_cpu_hypervisor_run_time gauge 801 windows_hyperv_vm_cpu_hypervisor_run_time{core="0",vm="Ubuntu 22.04 LTS"} 4.457712e+06 802 # HELP windows_hyperv_vm_cpu_remote_run_time The time spent by the virtual processor running on a remote node 803 # TYPE windows_hyperv_vm_cpu_remote_run_time gauge 804 windows_hyperv_vm_cpu_remote_run_time{core="0",vm="Ubuntu 22.04 LTS"} 0 805 # HELP windows_hyperv_vm_cpu_total_run_time The time spent by the virtual processor in guest and hypervisor code 806 # TYPE windows_hyperv_vm_cpu_total_run_time gauge 807 windows_hyperv_vm_cpu_total_run_time{core="0",vm="Ubuntu 22.04 LTS"} 6.6991929e+07 808 # HELP windows_hyperv_vm_device_bytes_read This counter represents the total number of bytes that have been read per second on this virtual device 809 # TYPE windows_hyperv_vm_device_bytes_read counter 810 windows_hyperv_vm_device_bytes_read{vm_device="--?-D:-Ana-VM-hyperv-Virtual Machines-3AA8D474-2365-4041-A7CB-2A78287D6FE0.vmgs"} 83456 811 windows_hyperv_vm_device_bytes_read{vm_device="D:-Ana-VM-hyperv-vhd-Ubuntu 22.04 LTS_838D93A1-7D30-43CD-9F69-F336829C0934.avhdx"} 5.3118464e+08 812 # HELP windows_hyperv_vm_device_bytes_written This counter represents the total number of bytes that have been written per second on this virtual device 813 # TYPE windows_hyperv_vm_device_bytes_written counter 814 windows_hyperv_vm_device_bytes_written{vm_device="--?-D:-Ana-VM-hyperv-Virtual Machines-3AA8D474-2365-4041-A7CB-2A78287D6FE0.vmgs"} 1.148928e+06 815 windows_hyperv_vm_device_bytes_written{vm_device="D:-Ana-VM-hyperv-vhd-Ubuntu 22.04 LTS_838D93A1-7D30-43CD-9F69-F336829C0934.avhdx"} 4.25905152e+08 816 # HELP windows_hyperv_vm_device_error_count This counter represents the total number of errors that have occurred on this virtual device 817 # TYPE windows_hyperv_vm_device_error_count counter 818 windows_hyperv_vm_device_error_count{vm_device="--?-D:-Ana-VM-hyperv-Virtual Machines-3AA8D474-2365-4041-A7CB-2A78287D6FE0.vmgs"} 0 819 windows_hyperv_vm_device_error_count{vm_device="D:-Ana-VM-hyperv-vhd-Ubuntu 22.04 LTS_838D93A1-7D30-43CD-9F69-F336829C0934.avhdx"} 3 820 # HELP windows_hyperv_vm_device_operations_read This counter represents the number of read operations that have occurred per second on this virtual device 821 # TYPE windows_hyperv_vm_device_operations_read counter 822 windows_hyperv_vm_device_operations_read{vm_device="--?-D:-Ana-VM-hyperv-Virtual Machines-3AA8D474-2365-4041-A7CB-2A78287D6FE0.vmgs"} 6 823 windows_hyperv_vm_device_operations_read{vm_device="D:-Ana-VM-hyperv-vhd-Ubuntu 22.04 LTS_838D93A1-7D30-43CD-9F69-F336829C0934.avhdx"} 13196 824 # HELP windows_hyperv_vm_device_operations_written This counter represents the number of write operations that have occurred per second on this virtual device 825 # TYPE windows_hyperv_vm_device_operations_written counter 826 windows_hyperv_vm_device_operations_written{vm_device="--?-D:-Ana-VM-hyperv-Virtual Machines-3AA8D474-2365-4041-A7CB-2A78287D6FE0.vmgs"} 34 827 windows_hyperv_vm_device_operations_written{vm_device="D:-Ana-VM-hyperv-vhd-Ubuntu 22.04 LTS_838D93A1-7D30-43CD-9F69-F336829C0934.avhdx"} 3866 828 # HELP windows_hyperv_vm_device_queue_length This counter represents the current queue length on this virtual device 829 # TYPE windows_hyperv_vm_device_queue_length counter 830 windows_hyperv_vm_device_queue_length{vm_device="--?-D:-Ana-VM-hyperv-Virtual Machines-3AA8D474-2365-4041-A7CB-2A78287D6FE0.vmgs"} 1.104182e+06 831 windows_hyperv_vm_device_queue_length{vm_device="D:-Ana-VM-hyperv-vhd-Ubuntu 22.04 LTS_838D93A1-7D30-43CD-9F69-F336829C0934.avhdx"} 3.269422187e+09 832 # HELP windows_hyperv_vm_interface_bytes_received This counter represents the total number of bytes received per second by the network adapter 833 # TYPE windows_hyperv_vm_interface_bytes_received counter 834 windows_hyperv_vm_interface_bytes_received{vm_interface="Default Switch_312FF9C7-1F07-4EBA-81FE-F5B4F445B810"} 473654 835 windows_hyperv_vm_interface_bytes_received{vm_interface="Ubuntu 22.04 LTS_Adaptador de Rede_3AA8D474-2365-4041-A7CB-2A78287D6FE0--98F1DBEE-505C-4086-B80E-87A27FAECBD4"} 4.3509444e+07 836 # HELP windows_hyperv_vm_interface_bytes_sent This counter represents the total number of bytes sent per second by the network adapter 837 # TYPE windows_hyperv_vm_interface_bytes_sent counter 838 windows_hyperv_vm_interface_bytes_sent{vm_interface="Default Switch_312FF9C7-1F07-4EBA-81FE-F5B4F445B810"} 4.3550457e+07 839 windows_hyperv_vm_interface_bytes_sent{vm_interface="Ubuntu 22.04 LTS_Adaptador de Rede_3AA8D474-2365-4041-A7CB-2A78287D6FE0--98F1DBEE-505C-4086-B80E-87A27FAECBD4"} 473654 840 # HELP windows_hyperv_vm_interface_packets_incoming_dropped This counter represents the total number of dropped packets per second in the incoming direction of the network adapter 841 # TYPE windows_hyperv_vm_interface_packets_incoming_dropped counter 842 windows_hyperv_vm_interface_packets_incoming_dropped{vm_interface="Default Switch_312FF9C7-1F07-4EBA-81FE-F5B4F445B810"} 0 843 windows_hyperv_vm_interface_packets_incoming_dropped{vm_interface="Ubuntu 22.04 LTS_Adaptador de Rede_3AA8D474-2365-4041-A7CB-2A78287D6FE0--98F1DBEE-505C-4086-B80E-87A27FAECBD4"} 0 844 # HELP windows_hyperv_vm_interface_packets_outgoing_dropped This counter represents the total number of dropped packets per second in the outgoing direction of the network adapter 845 # TYPE windows_hyperv_vm_interface_packets_outgoing_dropped counter 846 windows_hyperv_vm_interface_packets_outgoing_dropped{vm_interface="Default Switch_312FF9C7-1F07-4EBA-81FE-F5B4F445B810"} 284 847 windows_hyperv_vm_interface_packets_outgoing_dropped{vm_interface="Ubuntu 22.04 LTS_Adaptador de Rede_3AA8D474-2365-4041-A7CB-2A78287D6FE0--98F1DBEE-505C-4086-B80E-87A27FAECBD4"} 0 848 # HELP windows_hyperv_vm_interface_packets_received This counter represents the total number of packets received per second by the network adapter 849 # TYPE windows_hyperv_vm_interface_packets_received counter 850 windows_hyperv_vm_interface_packets_received{vm_interface="Default Switch_312FF9C7-1F07-4EBA-81FE-F5B4F445B810"} 6137 851 windows_hyperv_vm_interface_packets_received{vm_interface="Ubuntu 22.04 LTS_Adaptador de Rede_3AA8D474-2365-4041-A7CB-2A78287D6FE0--98F1DBEE-505C-4086-B80E-87A27FAECBD4"} 8621 852 # HELP windows_hyperv_vm_interface_packets_sent This counter represents the total number of packets sent per second by the network adapter 853 # TYPE windows_hyperv_vm_interface_packets_sent counter 854 windows_hyperv_vm_interface_packets_sent{vm_interface="Default Switch_312FF9C7-1F07-4EBA-81FE-F5B4F445B810"} 8905 855 windows_hyperv_vm_interface_packets_sent{vm_interface="Ubuntu 22.04 LTS_Adaptador de Rede_3AA8D474-2365-4041-A7CB-2A78287D6FE0--98F1DBEE-505C-4086-B80E-87A27FAECBD4"} 6137 856 # HELP windows_hyperv_vm_memory_add_operations_total This counter represents the number of operations adding memory to the VM. 857 # TYPE windows_hyperv_vm_memory_add_operations_total counter 858 windows_hyperv_vm_memory_add_operations_total{vm="Ubuntu 22.04 LTS"} 3 859 # HELP windows_hyperv_vm_memory_added_total This counter represents memory in MB added to the VM 860 # TYPE windows_hyperv_vm_memory_added_total counter 861 windows_hyperv_vm_memory_added_total{vm="Ubuntu 22.04 LTS"} 856 862 # HELP windows_hyperv_vm_memory_physical This gauge represents the current amount of memory in MB assigned to the VM. 863 # TYPE windows_hyperv_vm_memory_physical gauge 864 windows_hyperv_vm_memory_physical{vm="Ubuntu 22.04 LTS"} 2628 865 # HELP windows_hyperv_vm_memory_physical_guest_visible 'This gauge represents the amount of memory in MB visible to the VM guest.' 866 # TYPE windows_hyperv_vm_memory_physical_guest_visible gauge 867 windows_hyperv_vm_memory_physical_guest_visible{vm="Ubuntu 22.04 LTS"} 2904 868 # HELP windows_hyperv_vm_memory_pressure_average This gauge represents the average pressure in the VM. 869 # TYPE windows_hyperv_vm_memory_pressure_average gauge 870 windows_hyperv_vm_memory_pressure_average{vm="Ubuntu 22.04 LTS"} 83 871 # HELP windows_hyperv_vm_memory_pressure_current This gauge represents the current pressure in the VM. 872 # TYPE windows_hyperv_vm_memory_pressure_current gauge 873 windows_hyperv_vm_memory_pressure_current{vm="Ubuntu 22.04 LTS"} 83 874 # HELP windows_hyperv_vm_memory_pressure_maximum This gauge represents the maximum pressure band in the VM. 875 # TYPE windows_hyperv_vm_memory_pressure_maximum gauge 876 windows_hyperv_vm_memory_pressure_maximum{vm="Ubuntu 22.04 LTS"} 85 877 # HELP windows_hyperv_vm_memory_pressure_minimum This gauge represents the minimum pressure band in the VM. 878 # TYPE windows_hyperv_vm_memory_pressure_minimum gauge 879 windows_hyperv_vm_memory_pressure_minimum{vm="Ubuntu 22.04 LTS"} 81 880 # HELP windows_hyperv_vm_memory_remove_operations_total This counter represents the number of operations removing memory from the VM. 881 # TYPE windows_hyperv_vm_memory_remove_operations_total counter 882 windows_hyperv_vm_memory_remove_operations_total{vm="Ubuntu 22.04 LTS"} 1 883 # HELP windows_hyperv_vm_memory_removed_total This counter represents memory in MB removed from the VM 884 # TYPE windows_hyperv_vm_memory_removed_total counter 885 windows_hyperv_vm_memory_removed_total{vm="Ubuntu 22.04 LTS"} 276 886 # HELP windows_hyperv_vswitch_broadcast_packets_received_total This represents the total number of broadcast packets received per second by the virtual switch 887 # TYPE windows_hyperv_vswitch_broadcast_packets_received_total counter 888 windows_hyperv_vswitch_broadcast_packets_received_total{vswitch="Default Switch"} 51 889 # HELP windows_hyperv_vswitch_broadcast_packets_sent_total This represents the total number of broadcast packets sent per second by the virtual switch 890 # TYPE windows_hyperv_vswitch_broadcast_packets_sent_total counter 891 windows_hyperv_vswitch_broadcast_packets_sent_total{vswitch="Default Switch"} 18 892 # HELP windows_hyperv_vswitch_bytes_received_total This represents the total number of bytes received per second by the virtual switch 893 # TYPE windows_hyperv_vswitch_bytes_received_total counter 894 windows_hyperv_vswitch_bytes_received_total{vswitch="Default Switch"} 4.4024111e+07 895 # HELP windows_hyperv_vswitch_bytes_sent_total This represents the total number of bytes sent per second by the virtual switch 896 # TYPE windows_hyperv_vswitch_bytes_sent_total counter 897 windows_hyperv_vswitch_bytes_sent_total{vswitch="Default Switch"} 4.3983098e+07 898 # HELP windows_hyperv_vswitch_bytes_total This represents the total number of bytes per second traversing the virtual switch 899 # TYPE windows_hyperv_vswitch_bytes_total counter 900 windows_hyperv_vswitch_bytes_total{vswitch="Default Switch"} 8.8007209e+07 901 # HELP windows_hyperv_vswitch_directed_packets_received_total This represents the total number of directed packets received per second by the virtual switch 902 # TYPE windows_hyperv_vswitch_directed_packets_received_total counter 903 windows_hyperv_vswitch_directed_packets_received_total{vswitch="Default Switch"} 14603 904 # HELP windows_hyperv_vswitch_directed_packets_send_total This represents the total number of directed packets sent per second by the virtual switch 905 # TYPE windows_hyperv_vswitch_directed_packets_send_total counter 906 windows_hyperv_vswitch_directed_packets_send_total{vswitch="Default Switch"} 14603 907 # HELP windows_hyperv_vswitch_dropped_packets_incoming_total This represents the total number of packet dropped per second by the virtual switch in the incoming direction 908 # TYPE windows_hyperv_vswitch_dropped_packets_incoming_total counter 909 windows_hyperv_vswitch_dropped_packets_incoming_total{vswitch="Default Switch"} 284 910 # HELP windows_hyperv_vswitch_dropped_packets_outcoming_total This represents the total number of packet dropped per second by the virtual switch in the outgoing direction 911 # TYPE windows_hyperv_vswitch_dropped_packets_outcoming_total counter 912 windows_hyperv_vswitch_dropped_packets_outcoming_total{vswitch="Default Switch"} 0 913 # HELP windows_hyperv_vswitch_extensions_dropped_packets_incoming_total This represents the total number of packet dropped per second by the virtual switch extensions in the incoming direction 914 # TYPE windows_hyperv_vswitch_extensions_dropped_packets_incoming_total counter 915 windows_hyperv_vswitch_extensions_dropped_packets_incoming_total{vswitch="Default Switch"} 0 916 # HELP windows_hyperv_vswitch_extensions_dropped_packets_outcoming_total This represents the total number of packet dropped per second by the virtual switch extensions in the outgoing direction 917 # TYPE windows_hyperv_vswitch_extensions_dropped_packets_outcoming_total counter 918 windows_hyperv_vswitch_extensions_dropped_packets_outcoming_total{vswitch="Default Switch"} 0 919 # HELP windows_hyperv_vswitch_learned_mac_addresses_total This counter represents the total number of learned MAC addresses of the virtual switch 920 # TYPE windows_hyperv_vswitch_learned_mac_addresses_total counter 921 windows_hyperv_vswitch_learned_mac_addresses_total{vswitch="Default Switch"} 2 922 # HELP windows_hyperv_vswitch_multicast_packets_received_total This represents the total number of multicast packets received per second by the virtual switch 923 # TYPE windows_hyperv_vswitch_multicast_packets_received_total counter 924 windows_hyperv_vswitch_multicast_packets_received_total{vswitch="Default Switch"} 388 925 # HELP windows_hyperv_vswitch_multicast_packets_sent_total This represents the total number of multicast packets sent per second by the virtual switch 926 # TYPE windows_hyperv_vswitch_multicast_packets_sent_total counter 927 windows_hyperv_vswitch_multicast_packets_sent_total{vswitch="Default Switch"} 137 928 # HELP windows_hyperv_vswitch_number_of_send_channel_moves_total This represents the total number of send channel moves per second on this virtual switch 929 # TYPE windows_hyperv_vswitch_number_of_send_channel_moves_total counter 930 windows_hyperv_vswitch_number_of_send_channel_moves_total{vswitch="Default Switch"} 0 931 # HELP windows_hyperv_vswitch_number_of_vmq_moves_total This represents the total number of VMQ moves per second on this virtual switch 932 # TYPE windows_hyperv_vswitch_number_of_vmq_moves_total counter 933 windows_hyperv_vswitch_number_of_vmq_moves_total{vswitch="Default Switch"} 0 934 # HELP windows_hyperv_vswitch_packets_flooded_total This counter represents the total number of packets flooded by the virtual switch 935 # TYPE windows_hyperv_vswitch_packets_flooded_total counter 936 windows_hyperv_vswitch_packets_flooded_total{vswitch="Default Switch"} 0 937 # HELP windows_hyperv_vswitch_packets_received_total This represents the total number of packets received per second by the virtual switch 938 # TYPE windows_hyperv_vswitch_packets_received_total counter 939 windows_hyperv_vswitch_packets_received_total{vswitch="Default Switch"} 15042 940 # HELP windows_hyperv_vswitch_packets_total This represents the total number of packets per second traversing the virtual switch 941 # TYPE windows_hyperv_vswitch_packets_total counter 942 windows_hyperv_vswitch_packets_total{vswitch="Default Switch"} 29800 943 # HELP windows_hyperv_vswitch_purged_mac_addresses_total This counter represents the total number of purged MAC addresses of the virtual switch 944 # TYPE windows_hyperv_vswitch_purged_mac_addresses_total counter 945 windows_hyperv_vswitch_purged_mac_addresses_total{vswitch="Default Switch"} 0 946 # HELP windows_iis_anonymous_users_total Total number of users who established an anonymous connection with the Web service (WebService.TotalAnonymousUsers) 947 # TYPE windows_iis_anonymous_users_total counter 948 windows_iis_anonymous_users_total{site="Default Web Site"} 3 949 # HELP windows_iis_blocked_async_io_requests_total Total requests temporarily blocked due to bandwidth throttling settings (WebService.TotalBlockedAsyncIORequests) 950 # TYPE windows_iis_blocked_async_io_requests_total counter 951 windows_iis_blocked_async_io_requests_total{site="Default Web Site"} 0 952 # HELP windows_iis_cgi_requests_total Total CGI requests is the total number of CGI requests (WebService.TotalCGIRequests) 953 # TYPE windows_iis_cgi_requests_total counter 954 windows_iis_cgi_requests_total{site="Default Web Site"} 0 955 # HELP windows_iis_connection_attempts_all_instances_total Number of connections that have been attempted using the Web service (WebService.TotalConnectionAttemptsAllInstances) 956 # TYPE windows_iis_connection_attempts_all_instances_total counter 957 windows_iis_connection_attempts_all_instances_total{site="Default Web Site"} 1 958 # HELP windows_iis_current_anonymous_users Number of users who currently have an anonymous connection using the Web service (WebService.CurrentAnonymousUsers) 959 # TYPE windows_iis_current_anonymous_users gauge 960 windows_iis_current_anonymous_users{site="Default Web Site"} 0 961 # HELP windows_iis_current_application_pool_start_time The unix timestamp for the application pool start time (CurrentApplicationPoolUptime) 962 # TYPE windows_iis_current_application_pool_start_time gauge 963 windows_iis_current_application_pool_start_time{app="DefaultAppPool"} 1.6672399883854828e+09 964 # HELP windows_iis_current_application_pool_state The current status of the application pool (1 - Uninitialized, 2 - Initialized, 3 - Running, 4 - Disabling, 5 - Disabled, 6 - Shutdown Pending, 7 - Delete Pending) (CurrentApplicationPoolState) 965 # TYPE windows_iis_current_application_pool_state gauge 966 windows_iis_current_application_pool_state{app="DefaultAppPool",state="Delete Pending"} 0 967 windows_iis_current_application_pool_state{app="DefaultAppPool",state="Disabled"} 0 968 windows_iis_current_application_pool_state{app="DefaultAppPool",state="Disabling"} 0 969 windows_iis_current_application_pool_state{app="DefaultAppPool",state="Initialized"} 0 970 windows_iis_current_application_pool_state{app="DefaultAppPool",state="Running"} 1 971 windows_iis_current_application_pool_state{app="DefaultAppPool",state="Shutdown Pending"} 0 972 windows_iis_current_application_pool_state{app="DefaultAppPool",state="Uninitialized"} 0 973 # HELP windows_iis_current_blocked_async_io_requests Current requests temporarily blocked due to bandwidth throttling settings (WebService.CurrentBlockedAsyncIORequests) 974 # TYPE windows_iis_current_blocked_async_io_requests gauge 975 windows_iis_current_blocked_async_io_requests{site="Default Web Site"} 0 976 # HELP windows_iis_current_cgi_requests Current number of CGI requests being simultaneously processed by the Web service (WebService.CurrentCGIRequests) 977 # TYPE windows_iis_current_cgi_requests gauge 978 windows_iis_current_cgi_requests{site="Default Web Site"} 0 979 # HELP windows_iis_current_connections Current number of connections established with the Web service (WebService.CurrentConnections) 980 # TYPE windows_iis_current_connections gauge 981 windows_iis_current_connections{site="Default Web Site"} 0 982 # HELP windows_iis_current_isapi_extension_requests Current number of ISAPI requests being simultaneously processed by the Web service (WebService.CurrentISAPIExtensionRequests) 983 # TYPE windows_iis_current_isapi_extension_requests gauge 984 windows_iis_current_isapi_extension_requests{site="Default Web Site"} 0 985 # HELP windows_iis_current_non_anonymous_users Number of users who currently have a non-anonymous connection using the Web service (WebService.CurrentNonAnonymousUsers) 986 # TYPE windows_iis_current_non_anonymous_users gauge 987 windows_iis_current_non_anonymous_users{site="Default Web Site"} 0 988 # HELP windows_iis_current_worker_processes The current number of worker processes that are running in the application pool (CurrentWorkerProcesses) 989 # TYPE windows_iis_current_worker_processes gauge 990 windows_iis_current_worker_processes{app="DefaultAppPool"} 1 991 # HELP windows_iis_files_received_total Number of files received by the Web service (WebService.TotalFilesReceived) 992 # TYPE windows_iis_files_received_total counter 993 windows_iis_files_received_total{site="Default Web Site"} 0 994 # HELP windows_iis_files_sent_total Number of files sent by the Web service (WebService.TotalFilesSent) 995 # TYPE windows_iis_files_sent_total counter 996 windows_iis_files_sent_total{site="Default Web Site"} 2 997 # HELP windows_iis_ipapi_extension_requests_total ISAPI Extension Requests received (WebService.TotalISAPIExtensionRequests) 998 # TYPE windows_iis_ipapi_extension_requests_total counter 999 windows_iis_ipapi_extension_requests_total{site="Default Web Site"} 0 1000 # HELP windows_iis_locked_errors_total Number of requests that couldn't be satisfied by the server because the requested resource was locked (WebService.TotalLockedErrors) 1001 # TYPE windows_iis_locked_errors_total counter 1002 windows_iis_locked_errors_total{site="Default Web Site"} 0 1003 # HELP windows_iis_logon_attempts_total Number of logons attempts to the Web Service (WebService.TotalLogonAttempts) 1004 # TYPE windows_iis_logon_attempts_total counter 1005 windows_iis_logon_attempts_total{site="Default Web Site"} 4 1006 # HELP windows_iis_maximum_worker_processes The maximum number of worker processes that have been created for the application pool since Windows Process Activation Service (WAS) started (MaximumWorkerProcesses) 1007 # TYPE windows_iis_maximum_worker_processes gauge 1008 windows_iis_maximum_worker_processes{app="DefaultAppPool"} 1 1009 # HELP windows_iis_non_anonymous_users_total Number of users who established a non-anonymous connection with the Web service (WebService.TotalNonAnonymousUsers) 1010 # TYPE windows_iis_non_anonymous_users_total counter 1011 windows_iis_non_anonymous_users_total{site="Default Web Site"} 0 1012 # HELP windows_iis_not_found_errors_total Number of requests that couldn't be satisfied by the server because the requested document could not be found (WebService.TotalNotFoundErrors) 1013 # TYPE windows_iis_not_found_errors_total counter 1014 windows_iis_not_found_errors_total{site="Default Web Site"} 1 1015 # HELP windows_iis_received_bytes_total Number of data bytes that have been received by the Web service (WebService.TotalBytesReceived) 1016 # TYPE windows_iis_received_bytes_total counter 1017 windows_iis_received_bytes_total{site="Default Web Site"} 10289 1018 # HELP windows_iis_recent_worker_process_failures The number of times that worker processes for the application pool failed during the rapid-fail protection interval (RecentWorkerProcessFailures) 1019 # TYPE windows_iis_recent_worker_process_failures gauge 1020 windows_iis_recent_worker_process_failures{app="DefaultAppPool"} 0 1021 # HELP windows_iis_rejected_async_io_requests_total Requests rejected due to bandwidth throttling settings (WebService.TotalRejectedAsyncIORequests) 1022 # TYPE windows_iis_rejected_async_io_requests_total counter 1023 windows_iis_rejected_async_io_requests_total{site="Default Web Site"} 0 1024 # HELP windows_iis_requests_total Number of HTTP requests (WebService.TotalRequests) 1025 # TYPE windows_iis_requests_total counter 1026 windows_iis_requests_total{method="COPY",site="Default Web Site"} 0 1027 windows_iis_requests_total{method="DELETE",site="Default Web Site"} 0 1028 windows_iis_requests_total{method="GET",site="Default Web Site"} 3 1029 windows_iis_requests_total{method="HEAD",site="Default Web Site"} 0 1030 windows_iis_requests_total{method="LOCK",site="Default Web Site"} 0 1031 windows_iis_requests_total{method="MKCOL",site="Default Web Site"} 0 1032 windows_iis_requests_total{method="MOVE",site="Default Web Site"} 0 1033 windows_iis_requests_total{method="OPTIONS",site="Default Web Site"} 0 1034 windows_iis_requests_total{method="POST",site="Default Web Site"} 0 1035 windows_iis_requests_total{method="PROPFIND",site="Default Web Site"} 0 1036 windows_iis_requests_total{method="PROPPATCH",site="Default Web Site"} 0 1037 windows_iis_requests_total{method="PUT",site="Default Web Site"} 0 1038 windows_iis_requests_total{method="SEARCH",site="Default Web Site"} 0 1039 windows_iis_requests_total{method="TRACE",site="Default Web Site"} 0 1040 windows_iis_requests_total{method="UNLOCK",site="Default Web Site"} 0 1041 windows_iis_requests_total{method="other",site="Default Web Site"} 0 1042 # HELP windows_iis_sent_bytes_total Number of data bytes that have been sent by the Web service (WebService.TotalBytesSent) 1043 # TYPE windows_iis_sent_bytes_total counter 1044 windows_iis_sent_bytes_total{site="Default Web Site"} 105882 1045 # HELP windows_iis_server_cache_active_flushed_entries Number of file handles cached that will be closed when all current transfers complete. 1046 # TYPE windows_iis_server_cache_active_flushed_entries gauge 1047 windows_iis_server_cache_active_flushed_entries 0 1048 # HELP windows_iis_server_file_cache_flushes_total Total number of file cache flushes (since service startup) 1049 # TYPE windows_iis_server_file_cache_flushes_total counter 1050 windows_iis_server_file_cache_flushes_total 7 1051 # HELP windows_iis_server_file_cache_hits_total Total number of successful lookups in the user-mode file cache 1052 # TYPE windows_iis_server_file_cache_hits_total counter 1053 windows_iis_server_file_cache_hits_total 1 1054 # HELP windows_iis_server_file_cache_items Current number of files whose contents are present in cache 1055 # TYPE windows_iis_server_file_cache_items gauge 1056 windows_iis_server_file_cache_items 1 1057 # HELP windows_iis_server_file_cache_items_flushed_total Total number of file handles that have been removed from the cache (since service startup) 1058 # TYPE windows_iis_server_file_cache_items_flushed_total counter 1059 windows_iis_server_file_cache_items_flushed_total 0 1060 # HELP windows_iis_server_file_cache_items_total Total number of files whose contents were ever added to the cache (since service startup) 1061 # TYPE windows_iis_server_file_cache_items_total counter 1062 windows_iis_server_file_cache_items_total 1 1063 # HELP windows_iis_server_file_cache_max_memory_bytes Maximum number of bytes used by file cache 1064 # TYPE windows_iis_server_file_cache_max_memory_bytes counter 1065 windows_iis_server_file_cache_max_memory_bytes 703 1066 # HELP windows_iis_server_file_cache_memory_bytes Current number of bytes used by file cache 1067 # TYPE windows_iis_server_file_cache_memory_bytes gauge 1068 windows_iis_server_file_cache_memory_bytes 703 1069 # HELP windows_iis_server_file_cache_queries_total Total number of file cache queries (hits + misses) 1070 # TYPE windows_iis_server_file_cache_queries_total counter 1071 windows_iis_server_file_cache_queries_total 9 1072 # HELP windows_iis_server_metadata_cache_flushes_total Total number of metadata cache flushes (since service startup) 1073 # TYPE windows_iis_server_metadata_cache_flushes_total counter 1074 windows_iis_server_metadata_cache_flushes_total 0 1075 # HELP windows_iis_server_metadata_cache_hits_total Total number of successful lookups in the metadata cache (since service startup) 1076 # TYPE windows_iis_server_metadata_cache_hits_total counter 1077 windows_iis_server_metadata_cache_hits_total 3 1078 # HELP windows_iis_server_metadata_cache_items Number of metadata information blocks currently present in cache 1079 # TYPE windows_iis_server_metadata_cache_items gauge 1080 windows_iis_server_metadata_cache_items 1 1081 # HELP windows_iis_server_metadata_cache_items_cached_total Total number of metadata information blocks added to the cache (since service startup) 1082 # TYPE windows_iis_server_metadata_cache_items_cached_total counter 1083 windows_iis_server_metadata_cache_items_cached_total 1 1084 # HELP windows_iis_server_metadata_cache_items_flushed_total Total number of metadata information blocks removed from the cache (since service startup) 1085 # TYPE windows_iis_server_metadata_cache_items_flushed_total counter 1086 windows_iis_server_metadata_cache_items_flushed_total 0 1087 # HELP windows_iis_server_metadata_cache_queries_total Total metadata cache queries (hits + misses) 1088 # TYPE windows_iis_server_metadata_cache_queries_total counter 1089 windows_iis_server_metadata_cache_queries_total 4 1090 # HELP windows_iis_server_output_cache_active_flushed_items 1091 # TYPE windows_iis_server_output_cache_active_flushed_items counter 1092 windows_iis_server_output_cache_active_flushed_items 0 1093 # HELP windows_iis_server_output_cache_flushes_total Total number of flushes of output cache (since service startup) 1094 # TYPE windows_iis_server_output_cache_flushes_total counter 1095 windows_iis_server_output_cache_flushes_total 0 1096 # HELP windows_iis_server_output_cache_hits_total Total number of successful lookups in output cache (since service startup) 1097 # TYPE windows_iis_server_output_cache_hits_total counter 1098 windows_iis_server_output_cache_hits_total 0 1099 # HELP windows_iis_server_output_cache_items Number of items current present in output cache 1100 # TYPE windows_iis_server_output_cache_items counter 1101 windows_iis_server_output_cache_items 0 1102 # HELP windows_iis_server_output_cache_items_flushed_total Total number of items flushed from output cache (since service startup) 1103 # TYPE windows_iis_server_output_cache_items_flushed_total counter 1104 windows_iis_server_output_cache_items_flushed_total 0 1105 # HELP windows_iis_server_output_cache_memory_bytes Current number of bytes used by output cache 1106 # TYPE windows_iis_server_output_cache_memory_bytes counter 1107 windows_iis_server_output_cache_memory_bytes 0 1108 # HELP windows_iis_server_output_cache_queries_total Total output cache queries (hits + misses) 1109 # TYPE windows_iis_server_output_cache_queries_total counter 1110 windows_iis_server_output_cache_queries_total 4 1111 # HELP windows_iis_server_uri_cache_flushes_total Total number of URI cache flushes (since service startup) 1112 # TYPE windows_iis_server_uri_cache_flushes_total counter 1113 windows_iis_server_uri_cache_flushes_total{mode="kernel"} 0 1114 windows_iis_server_uri_cache_flushes_total{mode="user"} 0 1115 # HELP windows_iis_server_uri_cache_hits_total Total number of successful lookups in the URI cache (since service startup) 1116 # TYPE windows_iis_server_uri_cache_hits_total counter 1117 windows_iis_server_uri_cache_hits_total{mode="kernel"} 0 1118 windows_iis_server_uri_cache_hits_total{mode="user"} 0 1119 # HELP windows_iis_server_uri_cache_items Number of URI information blocks currently in the cache 1120 # TYPE windows_iis_server_uri_cache_items gauge 1121 windows_iis_server_uri_cache_items{mode="kernel"} 0 1122 windows_iis_server_uri_cache_items{mode="user"} 0 1123 # HELP windows_iis_server_uri_cache_items_flushed_total The number of URI information blocks that have been removed from the cache (since service startup) 1124 # TYPE windows_iis_server_uri_cache_items_flushed_total counter 1125 windows_iis_server_uri_cache_items_flushed_total{mode="kernel"} 0 1126 windows_iis_server_uri_cache_items_flushed_total{mode="user"} 0 1127 # HELP windows_iis_server_uri_cache_items_total Total number of URI information blocks added to the cache (since service startup) 1128 # TYPE windows_iis_server_uri_cache_items_total counter 1129 windows_iis_server_uri_cache_items_total{mode="kernel"} 0 1130 windows_iis_server_uri_cache_items_total{mode="user"} 0 1131 # HELP windows_iis_server_uri_cache_queries_total Total number of uri cache queries (hits + misses) 1132 # TYPE windows_iis_server_uri_cache_queries_total counter 1133 windows_iis_server_uri_cache_queries_total{mode="kernel"} 47 1134 windows_iis_server_uri_cache_queries_total{mode="user"} 4 1135 # HELP windows_iis_service_uptime Number of seconds the WebService is up (WebService.ServiceUptime) 1136 # TYPE windows_iis_service_uptime gauge 1137 windows_iis_service_uptime{site="Default Web Site"} 258633 1138 # HELP windows_iis_time_since_last_worker_process_failure The length of time, in seconds, since the last worker process failure occurred for the application pool (TimeSinceLastWorkerProcessFailure) 1139 # TYPE windows_iis_time_since_last_worker_process_failure gauge 1140 windows_iis_time_since_last_worker_process_failure{app="DefaultAppPool"} 1.6672399883854828e+09 1141 # HELP windows_iis_total_application_pool_recycles The number of times that the application pool has been recycled since Windows Process Activation Service (WAS) started (TotalApplicationPoolRecycles) 1142 # TYPE windows_iis_total_application_pool_recycles counter 1143 windows_iis_total_application_pool_recycles{app="DefaultAppPool"} 0 1144 # HELP windows_iis_total_application_pool_start_time The unix timestamp for the application pool of when the Windows Process Activation Service (WAS) started (TotalApplicationPoolUptime) 1145 # TYPE windows_iis_total_application_pool_start_time counter 1146 windows_iis_total_application_pool_start_time{app="DefaultAppPool"} 1.6672399883854828e+09 1147 # HELP windows_iis_total_worker_process_failures The number of times that worker processes have crashed since the application pool was started (TotalWorkerProcessFailures) 1148 # TYPE windows_iis_total_worker_process_failures counter 1149 windows_iis_total_worker_process_failures{app="DefaultAppPool"} 0 1150 # HELP windows_iis_total_worker_process_ping_failures The number of times that Windows Process Activation Service (WAS) did not receive a response to ping messages sent to a worker process (TotalWorkerProcessPingFailures) 1151 # TYPE windows_iis_total_worker_process_ping_failures counter 1152 windows_iis_total_worker_process_ping_failures{app="DefaultAppPool"} 0 1153 # HELP windows_iis_total_worker_process_shutdown_failures The number of times that Windows Process Activation Service (WAS) failed to shut down a worker process (TotalWorkerProcessShutdownFailures) 1154 # TYPE windows_iis_total_worker_process_shutdown_failures counter 1155 windows_iis_total_worker_process_shutdown_failures{app="DefaultAppPool"} 0 1156 # HELP windows_iis_total_worker_process_startup_failures The number of times that Windows Process Activation Service (WAS) failed to start a worker process (TotalWorkerProcessStartupFailures) 1157 # TYPE windows_iis_total_worker_process_startup_failures counter 1158 windows_iis_total_worker_process_startup_failures{app="DefaultAppPool"} 0 1159 # HELP windows_iis_total_worker_processes_created The number of worker processes created for the application pool since Windows Process Activation Service (WAS) started (TotalWorkerProcessesCreated) 1160 # TYPE windows_iis_total_worker_processes_created counter 1161 windows_iis_total_worker_processes_created{app="DefaultAppPool"} 1 1162 # HELP windows_iis_worker_cache_active_flushed_entries Number of file handles cached in user-mode that will be closed when all current transfers complete. 1163 # TYPE windows_iis_worker_cache_active_flushed_entries gauge 1164 windows_iis_worker_cache_active_flushed_entries{app="DefaultAppPool",pid="880"} 0 1165 # HELP windows_iis_worker_current_requests Current number of requests being processed by the worker process 1166 # TYPE windows_iis_worker_current_requests counter 1167 windows_iis_worker_current_requests{app="DefaultAppPool",pid="880"} 0 1168 # HELP windows_iis_worker_current_websocket_requests 1169 # TYPE windows_iis_worker_current_websocket_requests counter 1170 windows_iis_worker_current_websocket_requests{app="DefaultAppPool",pid="880"} 0 1171 # HELP windows_iis_worker_file_cache_flushes_total Total number of files removed from the user-mode cache 1172 # TYPE windows_iis_worker_file_cache_flushes_total counter 1173 windows_iis_worker_file_cache_flushes_total{app="DefaultAppPool",pid="880"} 7 1174 # HELP windows_iis_worker_file_cache_hits_total Total number of successful lookups in the user-mode file cache 1175 # TYPE windows_iis_worker_file_cache_hits_total counter 1176 windows_iis_worker_file_cache_hits_total{app="DefaultAppPool",pid="880"} 1 1177 # HELP windows_iis_worker_file_cache_items Current number of files whose contents are present in user-mode cache 1178 # TYPE windows_iis_worker_file_cache_items gauge 1179 windows_iis_worker_file_cache_items{app="DefaultAppPool",pid="880"} 1 1180 # HELP windows_iis_worker_file_cache_items_flushed_total Total number of file handles that have been removed from the user-mode cache (since service startup) 1181 # TYPE windows_iis_worker_file_cache_items_flushed_total counter 1182 windows_iis_worker_file_cache_items_flushed_total{app="DefaultAppPool",pid="880"} 0 1183 # HELP windows_iis_worker_file_cache_items_total Total number of files whose contents were ever added to the user-mode cache (since service startup) 1184 # TYPE windows_iis_worker_file_cache_items_total counter 1185 windows_iis_worker_file_cache_items_total{app="DefaultAppPool",pid="880"} 1 1186 # HELP windows_iis_worker_file_cache_max_memory_bytes Maximum number of bytes used by user-mode file cache 1187 # TYPE windows_iis_worker_file_cache_max_memory_bytes counter 1188 windows_iis_worker_file_cache_max_memory_bytes{app="DefaultAppPool",pid="880"} 703 1189 # HELP windows_iis_worker_file_cache_memory_bytes Current number of bytes used by user-mode file cache 1190 # TYPE windows_iis_worker_file_cache_memory_bytes gauge 1191 windows_iis_worker_file_cache_memory_bytes{app="DefaultAppPool",pid="880"} 703 1192 # HELP windows_iis_worker_file_cache_queries_total Total file cache queries (hits + misses) 1193 # TYPE windows_iis_worker_file_cache_queries_total counter 1194 windows_iis_worker_file_cache_queries_total{app="DefaultAppPool",pid="880"} 9 1195 # HELP windows_iis_worker_max_threads Maximum number of threads to which the thread pool can grow as needed 1196 # TYPE windows_iis_worker_max_threads counter 1197 windows_iis_worker_max_threads{app="DefaultAppPool",pid="880"} 256 1198 # HELP windows_iis_worker_metadata_cache_flushes_total Total number of user-mode metadata cache flushes (since service startup) 1199 # TYPE windows_iis_worker_metadata_cache_flushes_total counter 1200 windows_iis_worker_metadata_cache_flushes_total{app="DefaultAppPool",pid="880"} 0 1201 # HELP windows_iis_worker_metadata_cache_hits_total Total number of successful lookups in the user-mode metadata cache (since service startup) 1202 # TYPE windows_iis_worker_metadata_cache_hits_total counter 1203 windows_iis_worker_metadata_cache_hits_total{app="DefaultAppPool",pid="880"} 3 1204 # HELP windows_iis_worker_metadata_cache_items Number of metadata information blocks currently present in user-mode cache 1205 # TYPE windows_iis_worker_metadata_cache_items gauge 1206 windows_iis_worker_metadata_cache_items{app="DefaultAppPool",pid="880"} 1 1207 # HELP windows_iis_worker_metadata_cache_items_cached_total Total number of metadata information blocks added to the user-mode cache (since service startup) 1208 # TYPE windows_iis_worker_metadata_cache_items_cached_total counter 1209 windows_iis_worker_metadata_cache_items_cached_total{app="DefaultAppPool",pid="880"} 1 1210 # HELP windows_iis_worker_metadata_cache_items_flushed_total Total number of metadata information blocks removed from the user-mode cache (since service startup) 1211 # TYPE windows_iis_worker_metadata_cache_items_flushed_total counter 1212 windows_iis_worker_metadata_cache_items_flushed_total{app="DefaultAppPool",pid="880"} 0 1213 # HELP windows_iis_worker_metadata_cache_queries_total Total metadata cache queries (hits + misses) 1214 # TYPE windows_iis_worker_metadata_cache_queries_total counter 1215 windows_iis_worker_metadata_cache_queries_total{app="DefaultAppPool",pid="880"} 4 1216 # HELP windows_iis_worker_output_cache_active_flushed_items 1217 # TYPE windows_iis_worker_output_cache_active_flushed_items counter 1218 windows_iis_worker_output_cache_active_flushed_items{app="DefaultAppPool",pid="880"} 0 1219 # HELP windows_iis_worker_output_cache_flushes_total Total number of flushes of output cache (since service startup) 1220 # TYPE windows_iis_worker_output_cache_flushes_total counter 1221 windows_iis_worker_output_cache_flushes_total{app="DefaultAppPool",pid="880"} 0 1222 # HELP windows_iis_worker_output_cache_hits_total Total number of successful lookups in output cache (since service startup) 1223 # TYPE windows_iis_worker_output_cache_hits_total counter 1224 windows_iis_worker_output_cache_hits_total{app="DefaultAppPool",pid="880"} 0 1225 # HELP windows_iis_worker_output_cache_items Number of items current present in output cache 1226 # TYPE windows_iis_worker_output_cache_items counter 1227 windows_iis_worker_output_cache_items{app="DefaultAppPool",pid="880"} 0 1228 # HELP windows_iis_worker_output_cache_items_flushed_total Total number of items flushed from output cache (since service startup) 1229 # TYPE windows_iis_worker_output_cache_items_flushed_total counter 1230 windows_iis_worker_output_cache_items_flushed_total{app="DefaultAppPool",pid="880"} 0 1231 # HELP windows_iis_worker_output_cache_memory_bytes Current number of bytes used by output cache 1232 # TYPE windows_iis_worker_output_cache_memory_bytes counter 1233 windows_iis_worker_output_cache_memory_bytes{app="DefaultAppPool",pid="880"} 0 1234 # HELP windows_iis_worker_output_queries_total Total number of output cache queries (hits + misses) 1235 # TYPE windows_iis_worker_output_queries_total counter 1236 windows_iis_worker_output_queries_total{app="DefaultAppPool",pid="880"} 4 1237 # HELP windows_iis_worker_request_errors_total Total number of requests that returned an error 1238 # TYPE windows_iis_worker_request_errors_total counter 1239 windows_iis_worker_request_errors_total{app="DefaultAppPool",pid="880",status_code="401"} 0 1240 windows_iis_worker_request_errors_total{app="DefaultAppPool",pid="880",status_code="403"} 0 1241 windows_iis_worker_request_errors_total{app="DefaultAppPool",pid="880",status_code="404"} 1 1242 windows_iis_worker_request_errors_total{app="DefaultAppPool",pid="880",status_code="500"} 0 1243 # HELP windows_iis_worker_requests_total Total number of HTTP requests served by the worker process 1244 # TYPE windows_iis_worker_requests_total counter 1245 windows_iis_worker_requests_total{app="DefaultAppPool",pid="880"} 3 1246 # HELP windows_iis_worker_threads Number of threads actively processing requests in the worker process 1247 # TYPE windows_iis_worker_threads gauge 1248 windows_iis_worker_threads{app="DefaultAppPool",pid="880",state="busy"} 0 1249 windows_iis_worker_threads{app="DefaultAppPool",pid="880",state="idle"} 0 1250 # HELP windows_iis_worker_uri_cache_flushes_total Total number of URI cache flushes (since service startup) 1251 # TYPE windows_iis_worker_uri_cache_flushes_total counter 1252 windows_iis_worker_uri_cache_flushes_total{app="DefaultAppPool",pid="880"} 0 1253 # HELP windows_iis_worker_uri_cache_hits_total Total number of successful lookups in the user-mode URI cache (since service startup) 1254 # TYPE windows_iis_worker_uri_cache_hits_total counter 1255 windows_iis_worker_uri_cache_hits_total{app="DefaultAppPool",pid="880"} 0 1256 # HELP windows_iis_worker_uri_cache_items Number of URI information blocks currently in the user-mode cache 1257 # TYPE windows_iis_worker_uri_cache_items gauge 1258 windows_iis_worker_uri_cache_items{app="DefaultAppPool",pid="880"} 0 1259 # HELP windows_iis_worker_uri_cache_items_flushed_total The number of URI information blocks that have been removed from the user-mode cache (since service startup) 1260 # TYPE windows_iis_worker_uri_cache_items_flushed_total counter 1261 windows_iis_worker_uri_cache_items_flushed_total{app="DefaultAppPool",pid="880"} 0 1262 # HELP windows_iis_worker_uri_cache_items_total Total number of URI information blocks added to the user-mode cache (since service startup) 1263 # TYPE windows_iis_worker_uri_cache_items_total counter 1264 windows_iis_worker_uri_cache_items_total{app="DefaultAppPool",pid="880"} 0 1265 # HELP windows_iis_worker_uri_cache_queries_total Total number of uri cache queries (hits + misses) 1266 # TYPE windows_iis_worker_uri_cache_queries_total counter 1267 windows_iis_worker_uri_cache_queries_total{app="DefaultAppPool",pid="880"} 4 1268 # HELP windows_iis_worker_websocket_connection_accepted_total 1269 # TYPE windows_iis_worker_websocket_connection_accepted_total counter 1270 windows_iis_worker_websocket_connection_accepted_total{app="DefaultAppPool",pid="880"} 0 1271 # HELP windows_iis_worker_websocket_connection_attempts_total 1272 # TYPE windows_iis_worker_websocket_connection_attempts_total counter 1273 windows_iis_worker_websocket_connection_attempts_total{app="DefaultAppPool",pid="880"} 0 1274 # HELP windows_iis_worker_websocket_connection_rejected_total 1275 # TYPE windows_iis_worker_websocket_connection_rejected_total counter 1276 windows_iis_worker_websocket_connection_rejected_total{app="DefaultAppPool",pid="880"} 0 1277 # HELP windows_logical_disk_free_bytes Free space in bytes, updates every 10-15 min (LogicalDisk.PercentFreeSpace) 1278 # TYPE windows_logical_disk_free_bytes gauge 1279 windows_logical_disk_free_bytes{volume="C:"} 4.363649024e+10 1280 windows_logical_disk_free_bytes{volume="HarddiskVolume4"} 8.5983232e+07 1281 # HELP windows_logical_disk_idle_seconds_total Seconds that the disk was idle (LogicalDisk.PercentIdleTime) 1282 # TYPE windows_logical_disk_idle_seconds_total counter 1283 windows_logical_disk_idle_seconds_total{volume="C:"} 164591.55536549998 1284 windows_logical_disk_idle_seconds_total{volume="HarddiskVolume4"} 164707.1418503 1285 # HELP windows_logical_disk_read_bytes_total The number of bytes transferred from the disk during read operations (LogicalDisk.DiskReadBytesPerSec) 1286 # TYPE windows_logical_disk_read_bytes_total counter 1287 windows_logical_disk_read_bytes_total{volume="C:"} 1.7676328448e+10 1288 windows_logical_disk_read_bytes_total{volume="HarddiskVolume4"} 24576 1289 # HELP windows_logical_disk_read_latency_seconds_total Shows the average time, in seconds, of a read operation from the disk (LogicalDisk.AvgDiskSecPerRead) 1290 # TYPE windows_logical_disk_read_latency_seconds_total counter 1291 windows_logical_disk_read_latency_seconds_total{volume="C:"} 97.42094709999999 1292 windows_logical_disk_read_latency_seconds_total{volume="HarddiskVolume4"} 0.0008895999999999999 1293 # HELP windows_logical_disk_read_seconds_total Seconds that the disk was busy servicing read requests (LogicalDisk.PercentDiskReadTime) 1294 # TYPE windows_logical_disk_read_seconds_total counter 1295 windows_logical_disk_read_seconds_total{volume="C:"} 97.42094709999999 1296 windows_logical_disk_read_seconds_total{volume="HarddiskVolume4"} 0.0008895999999999999 1297 # HELP windows_logical_disk_read_write_latency_seconds_total Shows the time, in seconds, of the average disk transfer (LogicalDisk.AvgDiskSecPerTransfer) 1298 # TYPE windows_logical_disk_read_write_latency_seconds_total counter 1299 windows_logical_disk_read_write_latency_seconds_total{volume="C:"} 221.3335836 1300 windows_logical_disk_read_write_latency_seconds_total{volume="HarddiskVolume4"} 0.0031135 1301 # HELP windows_logical_disk_reads_total The number of read operations on the disk (LogicalDisk.DiskReadsPerSec) 1302 # TYPE windows_logical_disk_reads_total counter 1303 windows_logical_disk_reads_total{volume="C:"} 350593 1304 windows_logical_disk_reads_total{volume="HarddiskVolume4"} 6 1305 # HELP windows_logical_disk_requests_queued The number of requests queued to the disk (LogicalDisk.CurrentDiskQueueLength) 1306 # TYPE windows_logical_disk_requests_queued gauge 1307 windows_logical_disk_requests_queued{volume="C:"} 0 1308 windows_logical_disk_requests_queued{volume="HarddiskVolume4"} 0 1309 # HELP windows_logical_disk_size_bytes Total space in bytes, updates every 10-15 min (LogicalDisk.PercentFreeSpace_Base) 1310 # TYPE windows_logical_disk_size_bytes gauge 1311 windows_logical_disk_size_bytes{volume="C:"} 6.7938287616e+10 1312 windows_logical_disk_size_bytes{volume="HarddiskVolume4"} 6.54311424e+08 1313 # HELP windows_logical_disk_split_ios_total The number of I/Os to the disk were split into multiple I/Os (LogicalDisk.SplitIOPerSec) 1314 # TYPE windows_logical_disk_split_ios_total counter 1315 windows_logical_disk_split_ios_total{volume="C:"} 37836 1316 windows_logical_disk_split_ios_total{volume="HarddiskVolume4"} 0 1317 # HELP windows_logical_disk_write_bytes_total The number of bytes transferred to the disk during write operations (LogicalDisk.DiskWriteBytesPerSec) 1318 # TYPE windows_logical_disk_write_bytes_total counter 1319 windows_logical_disk_write_bytes_total{volume="C:"} 9.135282688e+09 1320 windows_logical_disk_write_bytes_total{volume="HarddiskVolume4"} 53248 1321 # HELP windows_logical_disk_write_latency_seconds_total Shows the average time, in seconds, of a write operation to the disk (LogicalDisk.AvgDiskSecPerWrite) 1322 # TYPE windows_logical_disk_write_latency_seconds_total counter 1323 windows_logical_disk_write_latency_seconds_total{volume="C:"} 123.91263649999999 1324 windows_logical_disk_write_latency_seconds_total{volume="HarddiskVolume4"} 0.0022239 1325 # HELP windows_logical_disk_write_seconds_total Seconds that the disk was busy servicing write requests (LogicalDisk.PercentDiskWriteTime) 1326 # TYPE windows_logical_disk_write_seconds_total counter 1327 windows_logical_disk_write_seconds_total{volume="C:"} 123.91263649999999 1328 windows_logical_disk_write_seconds_total{volume="HarddiskVolume4"} 0.0022239 1329 # HELP windows_logical_disk_writes_total The number of write operations on the disk (LogicalDisk.DiskWritesPerSec) 1330 # TYPE windows_logical_disk_writes_total counter 1331 windows_logical_disk_writes_total{volume="C:"} 450705 1332 windows_logical_disk_writes_total{volume="HarddiskVolume4"} 11 1333 # HELP windows_logon_logon_type Number of active logon sessions (LogonSession.LogonType) 1334 # TYPE windows_logon_logon_type gauge 1335 windows_logon_logon_type{status="batch"} 0 1336 windows_logon_logon_type{status="cached_interactive"} 0 1337 windows_logon_logon_type{status="cached_remote_interactive"} 0 1338 windows_logon_logon_type{status="cached_unlock"} 0 1339 windows_logon_logon_type{status="interactive"} 2 1340 windows_logon_logon_type{status="network"} 0 1341 windows_logon_logon_type{status="network_clear_text"} 0 1342 windows_logon_logon_type{status="new_credentials"} 0 1343 windows_logon_logon_type{status="proxy"} 0 1344 windows_logon_logon_type{status="remote_interactive"} 0 1345 windows_logon_logon_type{status="service"} 0 1346 windows_logon_logon_type{status="system"} 0 1347 windows_logon_logon_type{status="unlock"} 0 1348 # HELP windows_memory_available_bytes The amount of physical memory immediately available for allocation to a process or for system use. It is equal to the sum of memory assigned to the standby (cached), free and zero page lists (AvailableBytes) 1349 # TYPE windows_memory_available_bytes gauge 1350 windows_memory_available_bytes 1.3799424e+09 1351 # HELP windows_memory_cache_bytes (CacheBytes) 1352 # TYPE windows_memory_cache_bytes gauge 1353 windows_memory_cache_bytes 1.70774528e+08 1354 # HELP windows_memory_cache_bytes_peak (CacheBytesPeak) 1355 # TYPE windows_memory_cache_bytes_peak gauge 1356 windows_memory_cache_bytes_peak 2.08621568e+08 1357 # HELP windows_memory_cache_faults_total Number of faults which occur when a page sought in the file system cache is not found there and must be retrieved from elsewhere in memory (soft fault) or from disk (hard fault) (Cache Faults/sec) 1358 # TYPE windows_memory_cache_faults_total counter 1359 windows_memory_cache_faults_total 8.009603e+06 1360 # HELP windows_memory_commit_limit (CommitLimit) 1361 # TYPE windows_memory_commit_limit gauge 1362 windows_memory_commit_limit 5.733113856e+09 1363 # HELP windows_memory_committed_bytes (CommittedBytes) 1364 # TYPE windows_memory_committed_bytes gauge 1365 windows_memory_committed_bytes 3.44743936e+09 1366 # HELP windows_memory_demand_zero_faults_total The number of zeroed pages required to satisfy faults. Zeroed pages, pages emptied of previously stored data and filled with zeros, are a security feature of Windows that prevent processes from seeing data stored by earlier processes that used the memory space (Demand Zero Faults/sec) 1367 # TYPE windows_memory_demand_zero_faults_total counter 1368 windows_memory_demand_zero_faults_total 1.02505136e+08 1369 # HELP windows_memory_free_and_zero_page_list_bytes The amount of physical memory, in bytes, that is assigned to the free and zero page lists. This memory does not contain cached data. It is immediately available for allocation to a process or for system use (FreeAndZeroPageListBytes) 1370 # TYPE windows_memory_free_and_zero_page_list_bytes gauge 1371 windows_memory_free_and_zero_page_list_bytes 2.0410368e+07 1372 # HELP windows_memory_free_system_page_table_entries (FreeSystemPageTableEntries) 1373 # TYPE windows_memory_free_system_page_table_entries gauge 1374 windows_memory_free_system_page_table_entries 1.6722559e+07 1375 # HELP windows_memory_modified_page_list_bytes The amount of physical memory, in bytes, that is assigned to the modified page list. This memory contains cached data and code that is not actively in use by processes, the system and the system cache (ModifiedPageListBytes) 1376 # TYPE windows_memory_modified_page_list_bytes gauge 1377 windows_memory_modified_page_list_bytes 3.2653312e+07 1378 # HELP windows_memory_page_faults_total Overall rate at which faulted pages are handled by the processor (Page Faults/sec) 1379 # TYPE windows_memory_page_faults_total counter 1380 windows_memory_page_faults_total 1.19093924e+08 1381 # HELP windows_memory_pool_nonpaged_allocs_total The number of calls to allocate space in the nonpaged pool. The nonpaged pool is an area of system memory area for objects that cannot be written to disk, and must remain in physical memory as long as they are allocated (PoolNonpagedAllocs) 1382 # TYPE windows_memory_pool_nonpaged_allocs_total gauge 1383 windows_memory_pool_nonpaged_allocs_total 0 1384 # HELP windows_memory_pool_nonpaged_bytes Number of bytes in the non-paged pool, an area of the system virtual memory that is used for objects that cannot be written to disk, but must remain in physical memory as long as they are allocated (PoolNonpagedBytes) 1385 # TYPE windows_memory_pool_nonpaged_bytes gauge 1386 windows_memory_pool_nonpaged_bytes 1.26865408e+08 1387 # HELP windows_memory_pool_paged_allocs_total Number of calls to allocate space in the paged pool, regardless of the amount of space allocated in each call (PoolPagedAllocs) 1388 # TYPE windows_memory_pool_paged_allocs_total counter 1389 windows_memory_pool_paged_allocs_total 0 1390 # HELP windows_memory_pool_paged_bytes (PoolPagedBytes) 1391 # TYPE windows_memory_pool_paged_bytes gauge 1392 windows_memory_pool_paged_bytes 3.03906816e+08 1393 # HELP windows_memory_pool_paged_resident_bytes The size, in bytes, of the portion of the paged pool that is currently resident and active in physical memory. The paged pool is an area of the system virtual memory that is used for objects that can be written to disk when they are not being used (PoolPagedResidentBytes) 1394 # TYPE windows_memory_pool_paged_resident_bytes gauge 1395 windows_memory_pool_paged_resident_bytes 2.94293504e+08 1396 # HELP windows_memory_standby_cache_core_bytes The amount of physical memory, in bytes, that is assigned to the core standby cache page lists. This memory contains cached data and code that is not actively in use by processes, the system and the system cache (StandbyCacheCoreBytes) 1397 # TYPE windows_memory_standby_cache_core_bytes gauge 1398 windows_memory_standby_cache_core_bytes 1.0737664e+08 1399 # HELP windows_memory_standby_cache_normal_priority_bytes The amount of physical memory, in bytes, that is assigned to the normal priority standby cache page lists. This memory contains cached data and code that is not actively in use by processes, the system and the system cache (StandbyCacheNormalPriorityBytes) 1400 # TYPE windows_memory_standby_cache_normal_priority_bytes gauge 1401 windows_memory_standby_cache_normal_priority_bytes 1.019121664e+09 1402 # HELP windows_memory_standby_cache_reserve_bytes The amount of physical memory, in bytes, that is assigned to the reserve standby cache page lists. This memory contains cached data and code that is not actively in use by processes, the system and the system cache (StandbyCacheReserveBytes) 1403 # TYPE windows_memory_standby_cache_reserve_bytes gauge 1404 windows_memory_standby_cache_reserve_bytes 2.33033728e+08 1405 # HELP windows_memory_swap_page_operations_total Total number of swap page read and writes (PagesPersec) 1406 # TYPE windows_memory_swap_page_operations_total counter 1407 windows_memory_swap_page_operations_total 4.956175e+06 1408 # HELP windows_memory_swap_page_reads_total Number of disk page reads (a single read operation reading several pages is still only counted once) (PageReadsPersec) 1409 # TYPE windows_memory_swap_page_reads_total counter 1410 windows_memory_swap_page_reads_total 402087 1411 # HELP windows_memory_swap_page_writes_total Number of disk page writes (a single write operation writing several pages is still only counted once) (PageWritesPersec) 1412 # TYPE windows_memory_swap_page_writes_total counter 1413 windows_memory_swap_page_writes_total 7012 1414 # HELP windows_memory_swap_pages_read_total Number of pages read across all page reads (ie counting all pages read even if they are read in a single operation) (PagesInputPersec) 1415 # TYPE windows_memory_swap_pages_read_total counter 1416 windows_memory_swap_pages_read_total 4.643279e+06 1417 # HELP windows_memory_swap_pages_written_total Number of pages written across all page writes (ie counting all pages written even if they are written in a single operation) (PagesOutputPersec) 1418 # TYPE windows_memory_swap_pages_written_total counter 1419 windows_memory_swap_pages_written_total 312896 1420 # HELP windows_memory_system_cache_resident_bytes The size, in bytes, of the portion of the system file cache which is currently resident and active in physical memory (SystemCacheResidentBytes) 1421 # TYPE windows_memory_system_cache_resident_bytes gauge 1422 windows_memory_system_cache_resident_bytes 1.70774528e+08 1423 # HELP windows_memory_system_code_resident_bytes The size, in bytes, of the pageable operating system code that is currently resident and active in physical memory (SystemCodeResidentBytes) 1424 # TYPE windows_memory_system_code_resident_bytes gauge 1425 windows_memory_system_code_resident_bytes 1.71008e+07 1426 # HELP windows_memory_system_code_total_bytes The size, in bytes, of the pageable operating system code currently mapped into the system virtual address space (SystemCodeTotalBytes) 1427 # TYPE windows_memory_system_code_total_bytes gauge 1428 windows_memory_system_code_total_bytes 8192 1429 # HELP windows_memory_system_driver_resident_bytes The size, in bytes, of the pageable physical memory being used by device drivers. It is the working set (physical memory area) of the drivers (SystemDriverResidentBytes) 1430 # TYPE windows_memory_system_driver_resident_bytes gauge 1431 windows_memory_system_driver_resident_bytes 4.6092288e+07 1432 # HELP windows_memory_system_driver_total_bytes The size, in bytes, of the pageable virtual memory currently being used by device drivers. Pageable memory can be written to disk when it is not being used (SystemDriverTotalBytes) 1433 # TYPE windows_memory_system_driver_total_bytes gauge 1434 windows_memory_system_driver_total_bytes 1.8731008e+07 1435 # HELP windows_memory_transition_faults_total Number of faults rate at which page faults are resolved by recovering pages that were being used by another process sharing the page, or were on the modified page list or the standby list, or were being written to disk at the time of the page fault (TransitionFaultsPersec) 1436 # TYPE windows_memory_transition_faults_total counter 1437 windows_memory_transition_faults_total 2.7183527e+07 1438 # HELP windows_memory_transition_pages_repurposed_total Transition Pages RePurposed is the rate at which the number of transition cache pages were reused for a different purpose (TransitionPagesRePurposedPersec) 1439 # TYPE windows_memory_transition_pages_repurposed_total counter 1440 windows_memory_transition_pages_repurposed_total 2.856471e+06 1441 # HELP windows_memory_write_copies_total The number of page faults caused by attempting to write that were satisfied by copying the page from elsewhere in physical memory (WriteCopiesPersec) 1442 # TYPE windows_memory_write_copies_total counter 1443 windows_memory_write_copies_total 1.194039e+06 1444 # HELP windows_mssql_accessmethods_au_batch_cleanup_failures (AccessMethods.FailedAUcleanupbatches) 1445 # TYPE windows_mssql_accessmethods_au_batch_cleanup_failures counter 1446 windows_mssql_accessmethods_au_batch_cleanup_failures{mssql_instance="SQLEXPRESS"} 0 1447 # HELP windows_mssql_accessmethods_au_batch_cleanups (AccessMethods.AUcleanupbatches) 1448 # TYPE windows_mssql_accessmethods_au_batch_cleanups counter 1449 windows_mssql_accessmethods_au_batch_cleanups{mssql_instance="SQLEXPRESS"} 0 1450 # HELP windows_mssql_accessmethods_au_cleanups (AccessMethods.AUcleanups) 1451 # TYPE windows_mssql_accessmethods_au_cleanups counter 1452 windows_mssql_accessmethods_au_cleanups{mssql_instance="SQLEXPRESS"} 0 1453 # HELP windows_mssql_accessmethods_by_reference_lob_creates (AccessMethods.ByreferenceLobCreateCount) 1454 # TYPE windows_mssql_accessmethods_by_reference_lob_creates counter 1455 windows_mssql_accessmethods_by_reference_lob_creates{mssql_instance="SQLEXPRESS"} 0 1456 # HELP windows_mssql_accessmethods_by_reference_lob_uses (AccessMethods.ByreferenceLobUseCount) 1457 # TYPE windows_mssql_accessmethods_by_reference_lob_uses counter 1458 windows_mssql_accessmethods_by_reference_lob_uses{mssql_instance="SQLEXPRESS"} 0 1459 # HELP windows_mssql_accessmethods_column_value_pulls (AccessMethods.CountPullInRow) 1460 # TYPE windows_mssql_accessmethods_column_value_pulls counter 1461 windows_mssql_accessmethods_column_value_pulls{mssql_instance="SQLEXPRESS"} 0 1462 # HELP windows_mssql_accessmethods_column_value_pushes (AccessMethods.CountPushOffRow) 1463 # TYPE windows_mssql_accessmethods_column_value_pushes counter 1464 windows_mssql_accessmethods_column_value_pushes{mssql_instance="SQLEXPRESS"} 0 1465 # HELP windows_mssql_accessmethods_deferred_dropped_aus (AccessMethods.DeferreddroppedAUs) 1466 # TYPE windows_mssql_accessmethods_deferred_dropped_aus gauge 1467 windows_mssql_accessmethods_deferred_dropped_aus{mssql_instance="SQLEXPRESS"} 0 1468 # HELP windows_mssql_accessmethods_deferred_dropped_rowsets (AccessMethods.DeferredDroppedrowsets) 1469 # TYPE windows_mssql_accessmethods_deferred_dropped_rowsets gauge 1470 windows_mssql_accessmethods_deferred_dropped_rowsets{mssql_instance="SQLEXPRESS"} 0 1471 # HELP windows_mssql_accessmethods_dropped_rowset_cleanups (AccessMethods.Droppedrowsetcleanups) 1472 # TYPE windows_mssql_accessmethods_dropped_rowset_cleanups counter 1473 windows_mssql_accessmethods_dropped_rowset_cleanups{mssql_instance="SQLEXPRESS"} 0 1474 # HELP windows_mssql_accessmethods_dropped_rowset_skips (AccessMethods.Droppedrowsetsskipped) 1475 # TYPE windows_mssql_accessmethods_dropped_rowset_skips counter 1476 windows_mssql_accessmethods_dropped_rowset_skips{mssql_instance="SQLEXPRESS"} 0 1477 # HELP windows_mssql_accessmethods_extent_allocations (AccessMethods.ExtentsAllocated) 1478 # TYPE windows_mssql_accessmethods_extent_allocations counter 1479 windows_mssql_accessmethods_extent_allocations{mssql_instance="SQLEXPRESS"} 16 1480 # HELP windows_mssql_accessmethods_extent_deallocations (AccessMethods.ExtentDeallocations) 1481 # TYPE windows_mssql_accessmethods_extent_deallocations counter 1482 windows_mssql_accessmethods_extent_deallocations{mssql_instance="SQLEXPRESS"} 3 1483 # HELP windows_mssql_accessmethods_forwarded_records (AccessMethods.ForwardedRecords) 1484 # TYPE windows_mssql_accessmethods_forwarded_records counter 1485 windows_mssql_accessmethods_forwarded_records{mssql_instance="SQLEXPRESS"} 0 1486 # HELP windows_mssql_accessmethods_free_space_page_fetches (AccessMethods.FreeSpacePageFetches) 1487 # TYPE windows_mssql_accessmethods_free_space_page_fetches counter 1488 windows_mssql_accessmethods_free_space_page_fetches{mssql_instance="SQLEXPRESS"} 0 1489 # HELP windows_mssql_accessmethods_free_space_scans (AccessMethods.FreeSpaceScans) 1490 # TYPE windows_mssql_accessmethods_free_space_scans counter 1491 windows_mssql_accessmethods_free_space_scans{mssql_instance="SQLEXPRESS"} 0 1492 # HELP windows_mssql_accessmethods_full_scans (AccessMethods.FullScans) 1493 # TYPE windows_mssql_accessmethods_full_scans counter 1494 windows_mssql_accessmethods_full_scans{mssql_instance="SQLEXPRESS"} 8743 1495 # HELP windows_mssql_accessmethods_ghost_record_skips (AccessMethods.SkippedGhostedRecordsPersec) 1496 # TYPE windows_mssql_accessmethods_ghost_record_skips counter 1497 windows_mssql_accessmethods_ghost_record_skips{mssql_instance="SQLEXPRESS"} 20 1498 # HELP windows_mssql_accessmethods_index_searches (AccessMethods.IndexSearches) 1499 # TYPE windows_mssql_accessmethods_index_searches counter 1500 windows_mssql_accessmethods_index_searches{mssql_instance="SQLEXPRESS"} 843808 1501 # HELP windows_mssql_accessmethods_insysxact_waits (AccessMethods.InSysXactwaits) 1502 # TYPE windows_mssql_accessmethods_insysxact_waits counter 1503 windows_mssql_accessmethods_insysxact_waits{mssql_instance="SQLEXPRESS"} 0 1504 # HELP windows_mssql_accessmethods_leaf_page_cookie_failures (AccessMethods.Failedleafpagecookie) 1505 # TYPE windows_mssql_accessmethods_leaf_page_cookie_failures counter 1506 windows_mssql_accessmethods_leaf_page_cookie_failures{mssql_instance="SQLEXPRESS"} 0 1507 # HELP windows_mssql_accessmethods_leaf_page_cookie_uses (AccessMethods.Usedleafpagecookie) 1508 # TYPE windows_mssql_accessmethods_leaf_page_cookie_uses counter 1509 windows_mssql_accessmethods_leaf_page_cookie_uses{mssql_instance="SQLEXPRESS"} 0 1510 # HELP windows_mssql_accessmethods_lob_handle_creates (AccessMethods.LobHandleCreateCount) 1511 # TYPE windows_mssql_accessmethods_lob_handle_creates counter 1512 windows_mssql_accessmethods_lob_handle_creates{mssql_instance="SQLEXPRESS"} 0 1513 # HELP windows_mssql_accessmethods_lob_handle_destroys (AccessMethods.LobHandleDestroyCount) 1514 # TYPE windows_mssql_accessmethods_lob_handle_destroys counter 1515 windows_mssql_accessmethods_lob_handle_destroys{mssql_instance="SQLEXPRESS"} 0 1516 # HELP windows_mssql_accessmethods_lob_read_aheads (AccessMethods.CountLobReadahead) 1517 # TYPE windows_mssql_accessmethods_lob_read_aheads counter 1518 windows_mssql_accessmethods_lob_read_aheads{mssql_instance="SQLEXPRESS"} 2 1519 # HELP windows_mssql_accessmethods_lob_ss_provider_creates (AccessMethods.LobSSProviderCreateCount) 1520 # TYPE windows_mssql_accessmethods_lob_ss_provider_creates counter 1521 windows_mssql_accessmethods_lob_ss_provider_creates{mssql_instance="SQLEXPRESS"} 0 1522 # HELP windows_mssql_accessmethods_lob_ss_provider_destroys (AccessMethods.LobSSProviderDestroyCount) 1523 # TYPE windows_mssql_accessmethods_lob_ss_provider_destroys counter 1524 windows_mssql_accessmethods_lob_ss_provider_destroys{mssql_instance="SQLEXPRESS"} 0 1525 # HELP windows_mssql_accessmethods_lob_ss_provider_truncations (AccessMethods.LobSSProviderTruncationCount) 1526 # TYPE windows_mssql_accessmethods_lob_ss_provider_truncations counter 1527 windows_mssql_accessmethods_lob_ss_provider_truncations{mssql_instance="SQLEXPRESS"} 0 1528 # HELP windows_mssql_accessmethods_mixed_page_allocations (AccessMethods.MixedpageallocationsPersec) 1529 # TYPE windows_mssql_accessmethods_mixed_page_allocations counter 1530 windows_mssql_accessmethods_mixed_page_allocations{mssql_instance="SQLEXPRESS"} 66 1531 # HELP windows_mssql_accessmethods_page_allocations (AccessMethods.PagesAllocatedPersec) 1532 # TYPE windows_mssql_accessmethods_page_allocations counter 1533 windows_mssql_accessmethods_page_allocations{mssql_instance="SQLEXPRESS"} 83 1534 # HELP windows_mssql_accessmethods_page_compression_attempts (AccessMethods.PagecompressionattemptsPersec) 1535 # TYPE windows_mssql_accessmethods_page_compression_attempts counter 1536 windows_mssql_accessmethods_page_compression_attempts{mssql_instance="SQLEXPRESS"} 0 1537 # HELP windows_mssql_accessmethods_page_compressions (AccessMethods.PagescompressedPersec) 1538 # TYPE windows_mssql_accessmethods_page_compressions counter 1539 windows_mssql_accessmethods_page_compressions{mssql_instance="SQLEXPRESS"} 0 1540 # HELP windows_mssql_accessmethods_page_deallocations (AccessMethods.PageDeallocationsPersec) 1541 # TYPE windows_mssql_accessmethods_page_deallocations counter 1542 windows_mssql_accessmethods_page_deallocations{mssql_instance="SQLEXPRESS"} 60 1543 # HELP windows_mssql_accessmethods_page_splits (AccessMethods.PageSplitsPersec) 1544 # TYPE windows_mssql_accessmethods_page_splits counter 1545 windows_mssql_accessmethods_page_splits{mssql_instance="SQLEXPRESS"} 429 1546 # HELP windows_mssql_accessmethods_probe_scans (AccessMethods.ProbeScansPersec) 1547 # TYPE windows_mssql_accessmethods_probe_scans counter 1548 windows_mssql_accessmethods_probe_scans{mssql_instance="SQLEXPRESS"} 217563 1549 # HELP windows_mssql_accessmethods_range_scans (AccessMethods.RangeScansPersec) 1550 # TYPE windows_mssql_accessmethods_range_scans counter 1551 windows_mssql_accessmethods_range_scans{mssql_instance="SQLEXPRESS"} 590779 1552 # HELP windows_mssql_accessmethods_scan_point_revalidations (AccessMethods.ScanPointRevalidationsPersec) 1553 # TYPE windows_mssql_accessmethods_scan_point_revalidations counter 1554 windows_mssql_accessmethods_scan_point_revalidations{mssql_instance="SQLEXPRESS"} 5 1555 # HELP windows_mssql_accessmethods_table_lock_escalations (AccessMethods.TableLockEscalationsPersec) 1556 # TYPE windows_mssql_accessmethods_table_lock_escalations counter 1557 windows_mssql_accessmethods_table_lock_escalations{mssql_instance="SQLEXPRESS"} 0 1558 # HELP windows_mssql_accessmethods_tree_page_cookie_failures (AccessMethods.Failedtreepagecookie) 1559 # TYPE windows_mssql_accessmethods_tree_page_cookie_failures counter 1560 windows_mssql_accessmethods_tree_page_cookie_failures{mssql_instance="SQLEXPRESS"} 0 1561 # HELP windows_mssql_accessmethods_tree_page_cookie_uses (AccessMethods.Usedtreepagecookie) 1562 # TYPE windows_mssql_accessmethods_tree_page_cookie_uses counter 1563 windows_mssql_accessmethods_tree_page_cookie_uses{mssql_instance="SQLEXPRESS"} 0 1564 # HELP windows_mssql_accessmethods_workfile_creates (AccessMethods.WorkfilesCreatedPersec) 1565 # TYPE windows_mssql_accessmethods_workfile_creates counter 1566 windows_mssql_accessmethods_workfile_creates{mssql_instance="SQLEXPRESS"} 96 1567 # HELP windows_mssql_accessmethods_worktables_creates (AccessMethods.WorktablesCreatedPersec) 1568 # TYPE windows_mssql_accessmethods_worktables_creates counter 1569 windows_mssql_accessmethods_worktables_creates{mssql_instance="SQLEXPRESS"} 557 1570 # HELP windows_mssql_accessmethods_worktables_from_cache_hits (AccessMethods.WorktablesFromCacheRatio) 1571 # TYPE windows_mssql_accessmethods_worktables_from_cache_hits counter 1572 windows_mssql_accessmethods_worktables_from_cache_hits{mssql_instance="SQLEXPRESS"} 357 1573 # HELP windows_mssql_accessmethods_worktables_from_cache_lookups (AccessMethods.WorktablesFromCacheRatio_Base) 1574 # TYPE windows_mssql_accessmethods_worktables_from_cache_lookups counter 1575 windows_mssql_accessmethods_worktables_from_cache_lookups{mssql_instance="SQLEXPRESS"} 364 1576 # HELP windows_mssql_bufman_background_writer_pages (BufferManager.Backgroundwriterpages) 1577 # TYPE windows_mssql_bufman_background_writer_pages counter 1578 windows_mssql_bufman_background_writer_pages{mssql_instance="SQLEXPRESS"} 0 1579 # HELP windows_mssql_bufman_buffer_cache_hits (BufferManager.Buffercachehitratio) 1580 # TYPE windows_mssql_bufman_buffer_cache_hits gauge 1581 windows_mssql_bufman_buffer_cache_hits{mssql_instance="SQLEXPRESS"} 86 1582 # HELP windows_mssql_bufman_buffer_cache_lookups (BufferManager.Buffercachehitratio_Base) 1583 # TYPE windows_mssql_bufman_buffer_cache_lookups gauge 1584 windows_mssql_bufman_buffer_cache_lookups{mssql_instance="SQLEXPRESS"} 86 1585 # HELP windows_mssql_bufman_checkpoint_pages (BufferManager.Checkpointpages) 1586 # TYPE windows_mssql_bufman_checkpoint_pages counter 1587 windows_mssql_bufman_checkpoint_pages{mssql_instance="SQLEXPRESS"} 82 1588 # HELP windows_mssql_bufman_database_pages (BufferManager.Databasepages) 1589 # TYPE windows_mssql_bufman_database_pages gauge 1590 windows_mssql_bufman_database_pages{mssql_instance="SQLEXPRESS"} 829 1591 # HELP windows_mssql_bufman_extension_allocated_pages (BufferManager.Extensionallocatedpages) 1592 # TYPE windows_mssql_bufman_extension_allocated_pages gauge 1593 windows_mssql_bufman_extension_allocated_pages{mssql_instance="SQLEXPRESS"} 0 1594 # HELP windows_mssql_bufman_extension_free_pages (BufferManager.Extensionfreepages) 1595 # TYPE windows_mssql_bufman_extension_free_pages gauge 1596 windows_mssql_bufman_extension_free_pages{mssql_instance="SQLEXPRESS"} 0 1597 # HELP windows_mssql_bufman_extension_in_use_as_percentage (BufferManager.Extensioninuseaspercentage) 1598 # TYPE windows_mssql_bufman_extension_in_use_as_percentage gauge 1599 windows_mssql_bufman_extension_in_use_as_percentage{mssql_instance="SQLEXPRESS"} 0 1600 # HELP windows_mssql_bufman_extension_outstanding_io (BufferManager.ExtensionoutstandingIOcounter) 1601 # TYPE windows_mssql_bufman_extension_outstanding_io gauge 1602 windows_mssql_bufman_extension_outstanding_io{mssql_instance="SQLEXPRESS"} 0 1603 # HELP windows_mssql_bufman_extension_page_evictions (BufferManager.Extensionpageevictions) 1604 # TYPE windows_mssql_bufman_extension_page_evictions counter 1605 windows_mssql_bufman_extension_page_evictions{mssql_instance="SQLEXPRESS"} 0 1606 # HELP windows_mssql_bufman_extension_page_reads (BufferManager.Extensionpagereads) 1607 # TYPE windows_mssql_bufman_extension_page_reads counter 1608 windows_mssql_bufman_extension_page_reads{mssql_instance="SQLEXPRESS"} 0 1609 # HELP windows_mssql_bufman_extension_page_unreferenced_seconds (BufferManager.Extensionpageunreferencedtime) 1610 # TYPE windows_mssql_bufman_extension_page_unreferenced_seconds gauge 1611 windows_mssql_bufman_extension_page_unreferenced_seconds{mssql_instance="SQLEXPRESS"} 0 1612 # HELP windows_mssql_bufman_extension_page_writes (BufferManager.Extensionpagewrites) 1613 # TYPE windows_mssql_bufman_extension_page_writes counter 1614 windows_mssql_bufman_extension_page_writes{mssql_instance="SQLEXPRESS"} 0 1615 # HELP windows_mssql_bufman_free_list_stalls (BufferManager.Freeliststalls) 1616 # TYPE windows_mssql_bufman_free_list_stalls counter 1617 windows_mssql_bufman_free_list_stalls{mssql_instance="SQLEXPRESS"} 0 1618 # HELP windows_mssql_bufman_integral_controller_slope (BufferManager.IntegralControllerSlope) 1619 # TYPE windows_mssql_bufman_integral_controller_slope gauge 1620 windows_mssql_bufman_integral_controller_slope{mssql_instance="SQLEXPRESS"} 10 1621 # HELP windows_mssql_bufman_lazywrites (BufferManager.Lazywrites) 1622 # TYPE windows_mssql_bufman_lazywrites counter 1623 windows_mssql_bufman_lazywrites{mssql_instance="SQLEXPRESS"} 0 1624 # HELP windows_mssql_bufman_page_life_expectancy_seconds (BufferManager.Pagelifeexpectancy) 1625 # TYPE windows_mssql_bufman_page_life_expectancy_seconds gauge 1626 windows_mssql_bufman_page_life_expectancy_seconds{mssql_instance="SQLEXPRESS"} 191350 1627 # HELP windows_mssql_bufman_page_lookups (BufferManager.Pagelookups) 1628 # TYPE windows_mssql_bufman_page_lookups counter 1629 windows_mssql_bufman_page_lookups{mssql_instance="SQLEXPRESS"} 1.699668e+06 1630 # HELP windows_mssql_bufman_page_reads (BufferManager.Pagereads) 1631 # TYPE windows_mssql_bufman_page_reads counter 1632 windows_mssql_bufman_page_reads{mssql_instance="SQLEXPRESS"} 797 1633 # HELP windows_mssql_bufman_page_writes (BufferManager.Pagewrites) 1634 # TYPE windows_mssql_bufman_page_writes counter 1635 windows_mssql_bufman_page_writes{mssql_instance="SQLEXPRESS"} 92 1636 # HELP windows_mssql_bufman_read_ahead_issuing_seconds (BufferManager.Readaheadtime) 1637 # TYPE windows_mssql_bufman_read_ahead_issuing_seconds counter 1638 windows_mssql_bufman_read_ahead_issuing_seconds{mssql_instance="SQLEXPRESS"} 1292 1639 # HELP windows_mssql_bufman_read_ahead_pages (BufferManager.Readaheadpages) 1640 # TYPE windows_mssql_bufman_read_ahead_pages counter 1641 windows_mssql_bufman_read_ahead_pages{mssql_instance="SQLEXPRESS"} 94 1642 # HELP windows_mssql_bufman_target_pages (BufferManager.Targetpages) 1643 # TYPE windows_mssql_bufman_target_pages gauge 1644 windows_mssql_bufman_target_pages{mssql_instance="SQLEXPRESS"} 180480 1645 # HELP windows_mssql_collector_duration_seconds windows_exporter: Duration of an mssql child collection. 1646 # TYPE windows_mssql_collector_duration_seconds gauge 1647 windows_mssql_collector_duration_seconds{collector="accessmethods",mssql_instance="SQLEXPRESS"} 0.0009723 1648 windows_mssql_collector_duration_seconds{collector="availreplica",mssql_instance="SQLEXPRESS"} 0 1649 windows_mssql_collector_duration_seconds{collector="bufman",mssql_instance="SQLEXPRESS"} 0 1650 windows_mssql_collector_duration_seconds{collector="databases",mssql_instance="SQLEXPRESS"} 0 1651 windows_mssql_collector_duration_seconds{collector="dbreplica",mssql_instance="SQLEXPRESS"} 0 1652 windows_mssql_collector_duration_seconds{collector="genstats",mssql_instance="SQLEXPRESS"} 0 1653 windows_mssql_collector_duration_seconds{collector="locks",mssql_instance="SQLEXPRESS"} 0 1654 windows_mssql_collector_duration_seconds{collector="memmgr",mssql_instance="SQLEXPRESS"} 0 1655 windows_mssql_collector_duration_seconds{collector="sqlerrors",mssql_instance="SQLEXPRESS"} 0 1656 windows_mssql_collector_duration_seconds{collector="sqlstats",mssql_instance="SQLEXPRESS"} 0 1657 windows_mssql_collector_duration_seconds{collector="transactions",mssql_instance="SQLEXPRESS"} 0 1658 windows_mssql_collector_duration_seconds{collector="waitstats",mssql_instance="SQLEXPRESS"} 0.0012212 1659 # HELP windows_mssql_collector_success windows_exporter: Whether a mssql child collector was successful. 1660 # TYPE windows_mssql_collector_success gauge 1661 windows_mssql_collector_success{collector="accessmethods",mssql_instance="SQLEXPRESS"} 1 1662 windows_mssql_collector_success{collector="availreplica",mssql_instance="SQLEXPRESS"} 1 1663 windows_mssql_collector_success{collector="bufman",mssql_instance="SQLEXPRESS"} 1 1664 windows_mssql_collector_success{collector="databases",mssql_instance="SQLEXPRESS"} 1 1665 windows_mssql_collector_success{collector="dbreplica",mssql_instance="SQLEXPRESS"} 1 1666 windows_mssql_collector_success{collector="genstats",mssql_instance="SQLEXPRESS"} 1 1667 windows_mssql_collector_success{collector="locks",mssql_instance="SQLEXPRESS"} 1 1668 windows_mssql_collector_success{collector="memmgr",mssql_instance="SQLEXPRESS"} 1 1669 windows_mssql_collector_success{collector="sqlerrors",mssql_instance="SQLEXPRESS"} 1 1670 windows_mssql_collector_success{collector="sqlstats",mssql_instance="SQLEXPRESS"} 1 1671 windows_mssql_collector_success{collector="transactions",mssql_instance="SQLEXPRESS"} 1 1672 windows_mssql_collector_success{collector="waitstats",mssql_instance="SQLEXPRESS"} 1 1673 # HELP windows_mssql_databases_active_parallel_redo_threads (Databases.ActiveParallelredothreads) 1674 # TYPE windows_mssql_databases_active_parallel_redo_threads gauge 1675 windows_mssql_databases_active_parallel_redo_threads{database="master",mssql_instance="SQLEXPRESS"} 0 1676 windows_mssql_databases_active_parallel_redo_threads{database="model",mssql_instance="SQLEXPRESS"} 0 1677 windows_mssql_databases_active_parallel_redo_threads{database="msdb",mssql_instance="SQLEXPRESS"} 0 1678 windows_mssql_databases_active_parallel_redo_threads{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1679 windows_mssql_databases_active_parallel_redo_threads{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1680 # HELP windows_mssql_databases_active_transactions (Databases.ActiveTransactions) 1681 # TYPE windows_mssql_databases_active_transactions gauge 1682 windows_mssql_databases_active_transactions{database="master",mssql_instance="SQLEXPRESS"} 0 1683 windows_mssql_databases_active_transactions{database="model",mssql_instance="SQLEXPRESS"} 0 1684 windows_mssql_databases_active_transactions{database="msdb",mssql_instance="SQLEXPRESS"} 0 1685 windows_mssql_databases_active_transactions{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1686 windows_mssql_databases_active_transactions{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1687 # HELP windows_mssql_databases_backup_restore_operations (Databases.BackupPerRestoreThroughput) 1688 # TYPE windows_mssql_databases_backup_restore_operations counter 1689 windows_mssql_databases_backup_restore_operations{database="master",mssql_instance="SQLEXPRESS"} 0 1690 windows_mssql_databases_backup_restore_operations{database="model",mssql_instance="SQLEXPRESS"} 0 1691 windows_mssql_databases_backup_restore_operations{database="msdb",mssql_instance="SQLEXPRESS"} 0 1692 windows_mssql_databases_backup_restore_operations{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1693 windows_mssql_databases_backup_restore_operations{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1694 # HELP windows_mssql_databases_bulk_copy_bytes (Databases.BulkCopyThroughput) 1695 # TYPE windows_mssql_databases_bulk_copy_bytes counter 1696 windows_mssql_databases_bulk_copy_bytes{database="master",mssql_instance="SQLEXPRESS"} 0 1697 windows_mssql_databases_bulk_copy_bytes{database="model",mssql_instance="SQLEXPRESS"} 0 1698 windows_mssql_databases_bulk_copy_bytes{database="msdb",mssql_instance="SQLEXPRESS"} 0 1699 windows_mssql_databases_bulk_copy_bytes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1700 windows_mssql_databases_bulk_copy_bytes{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1701 # HELP windows_mssql_databases_bulk_copy_rows (Databases.BulkCopyRows) 1702 # TYPE windows_mssql_databases_bulk_copy_rows counter 1703 windows_mssql_databases_bulk_copy_rows{database="master",mssql_instance="SQLEXPRESS"} 0 1704 windows_mssql_databases_bulk_copy_rows{database="model",mssql_instance="SQLEXPRESS"} 0 1705 windows_mssql_databases_bulk_copy_rows{database="msdb",mssql_instance="SQLEXPRESS"} 0 1706 windows_mssql_databases_bulk_copy_rows{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1707 windows_mssql_databases_bulk_copy_rows{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1708 # HELP windows_mssql_databases_commit_table_entries (Databases.Committableentries) 1709 # TYPE windows_mssql_databases_commit_table_entries gauge 1710 windows_mssql_databases_commit_table_entries{database="master",mssql_instance="SQLEXPRESS"} 0 1711 windows_mssql_databases_commit_table_entries{database="model",mssql_instance="SQLEXPRESS"} 0 1712 windows_mssql_databases_commit_table_entries{database="msdb",mssql_instance="SQLEXPRESS"} 0 1713 windows_mssql_databases_commit_table_entries{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1714 windows_mssql_databases_commit_table_entries{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1715 # HELP windows_mssql_databases_data_files_size_bytes (Databases.DataFilesSizeKB) 1716 # TYPE windows_mssql_databases_data_files_size_bytes gauge 1717 windows_mssql_databases_data_files_size_bytes{database="master",mssql_instance="SQLEXPRESS"} 4.653056e+06 1718 windows_mssql_databases_data_files_size_bytes{database="model",mssql_instance="SQLEXPRESS"} 8.388608e+06 1719 windows_mssql_databases_data_files_size_bytes{database="msdb",mssql_instance="SQLEXPRESS"} 1.5466496e+07 1720 windows_mssql_databases_data_files_size_bytes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 4.194304e+07 1721 windows_mssql_databases_data_files_size_bytes{database="tempdb",mssql_instance="SQLEXPRESS"} 8.388608e+06 1722 # HELP windows_mssql_databases_dbcc_logical_scan_bytes (Databases.DBCCLogicalScanBytes) 1723 # TYPE windows_mssql_databases_dbcc_logical_scan_bytes counter 1724 windows_mssql_databases_dbcc_logical_scan_bytes{database="master",mssql_instance="SQLEXPRESS"} 0 1725 windows_mssql_databases_dbcc_logical_scan_bytes{database="model",mssql_instance="SQLEXPRESS"} 0 1726 windows_mssql_databases_dbcc_logical_scan_bytes{database="msdb",mssql_instance="SQLEXPRESS"} 0 1727 windows_mssql_databases_dbcc_logical_scan_bytes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1728 windows_mssql_databases_dbcc_logical_scan_bytes{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1729 # HELP windows_mssql_databases_group_commit_stall_seconds (Databases.GroupCommitTime) 1730 # TYPE windows_mssql_databases_group_commit_stall_seconds counter 1731 windows_mssql_databases_group_commit_stall_seconds{database="master",mssql_instance="SQLEXPRESS"} 0 1732 windows_mssql_databases_group_commit_stall_seconds{database="model",mssql_instance="SQLEXPRESS"} 0 1733 windows_mssql_databases_group_commit_stall_seconds{database="msdb",mssql_instance="SQLEXPRESS"} 0 1734 windows_mssql_databases_group_commit_stall_seconds{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1735 windows_mssql_databases_group_commit_stall_seconds{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1736 # HELP windows_mssql_databases_log_cache_hits (Databases.LogCacheHitRatio) 1737 # TYPE windows_mssql_databases_log_cache_hits gauge 1738 windows_mssql_databases_log_cache_hits{database="master",mssql_instance="SQLEXPRESS"} 0 1739 windows_mssql_databases_log_cache_hits{database="model",mssql_instance="SQLEXPRESS"} 0 1740 windows_mssql_databases_log_cache_hits{database="msdb",mssql_instance="SQLEXPRESS"} 0 1741 windows_mssql_databases_log_cache_hits{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1742 windows_mssql_databases_log_cache_hits{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1743 # HELP windows_mssql_databases_log_cache_lookups (Databases.LogCacheHitRatio_Base) 1744 # TYPE windows_mssql_databases_log_cache_lookups gauge 1745 windows_mssql_databases_log_cache_lookups{database="master",mssql_instance="SQLEXPRESS"} 0 1746 windows_mssql_databases_log_cache_lookups{database="model",mssql_instance="SQLEXPRESS"} 0 1747 windows_mssql_databases_log_cache_lookups{database="msdb",mssql_instance="SQLEXPRESS"} 0 1748 windows_mssql_databases_log_cache_lookups{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1749 windows_mssql_databases_log_cache_lookups{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1750 # HELP windows_mssql_databases_log_cache_reads (Databases.LogCacheReads) 1751 # TYPE windows_mssql_databases_log_cache_reads counter 1752 windows_mssql_databases_log_cache_reads{database="master",mssql_instance="SQLEXPRESS"} 0 1753 windows_mssql_databases_log_cache_reads{database="model",mssql_instance="SQLEXPRESS"} 0 1754 windows_mssql_databases_log_cache_reads{database="msdb",mssql_instance="SQLEXPRESS"} 0 1755 windows_mssql_databases_log_cache_reads{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1756 windows_mssql_databases_log_cache_reads{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1757 # HELP windows_mssql_databases_log_files_size_bytes (Databases.LogFilesSizeKB) 1758 # TYPE windows_mssql_databases_log_files_size_bytes gauge 1759 windows_mssql_databases_log_files_size_bytes{database="master",mssql_instance="SQLEXPRESS"} 2.08896e+06 1760 windows_mssql_databases_log_files_size_bytes{database="model",mssql_instance="SQLEXPRESS"} 8.380416e+06 1761 windows_mssql_databases_log_files_size_bytes{database="msdb",mssql_instance="SQLEXPRESS"} 778240 1762 windows_mssql_databases_log_files_size_bytes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 1.302528e+06 1763 windows_mssql_databases_log_files_size_bytes{database="tempdb",mssql_instance="SQLEXPRESS"} 8.380416e+06 1764 # HELP windows_mssql_databases_log_files_used_size_bytes (Databases.LogFilesUsedSizeKB) 1765 # TYPE windows_mssql_databases_log_files_used_size_bytes gauge 1766 windows_mssql_databases_log_files_used_size_bytes{database="master",mssql_instance="SQLEXPRESS"} 1.210368e+06 1767 windows_mssql_databases_log_files_used_size_bytes{database="model",mssql_instance="SQLEXPRESS"} 585728 1768 windows_mssql_databases_log_files_used_size_bytes{database="msdb",mssql_instance="SQLEXPRESS"} 532480 1769 windows_mssql_databases_log_files_used_size_bytes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 637952 1770 windows_mssql_databases_log_files_used_size_bytes{database="tempdb",mssql_instance="SQLEXPRESS"} 565248 1771 # HELP windows_mssql_databases_log_flush_wait_seconds (Databases.LogFlushWaitTime) 1772 # TYPE windows_mssql_databases_log_flush_wait_seconds gauge 1773 windows_mssql_databases_log_flush_wait_seconds{database="master",mssql_instance="SQLEXPRESS"} 0.226 1774 windows_mssql_databases_log_flush_wait_seconds{database="model",mssql_instance="SQLEXPRESS"} 0.002 1775 windows_mssql_databases_log_flush_wait_seconds{database="msdb",mssql_instance="SQLEXPRESS"} 0 1776 windows_mssql_databases_log_flush_wait_seconds{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1777 windows_mssql_databases_log_flush_wait_seconds{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1778 # HELP windows_mssql_databases_log_flush_waits (Databases.LogFlushWaits) 1779 # TYPE windows_mssql_databases_log_flush_waits counter 1780 windows_mssql_databases_log_flush_waits{database="master",mssql_instance="SQLEXPRESS"} 245 1781 windows_mssql_databases_log_flush_waits{database="model",mssql_instance="SQLEXPRESS"} 3 1782 windows_mssql_databases_log_flush_waits{database="msdb",mssql_instance="SQLEXPRESS"} 0 1783 windows_mssql_databases_log_flush_waits{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1784 windows_mssql_databases_log_flush_waits{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1785 # HELP windows_mssql_databases_log_flush_write_seconds (Databases.LogFlushWriteTimems) 1786 # TYPE windows_mssql_databases_log_flush_write_seconds gauge 1787 windows_mssql_databases_log_flush_write_seconds{database="master",mssql_instance="SQLEXPRESS"} 0.164 1788 windows_mssql_databases_log_flush_write_seconds{database="model",mssql_instance="SQLEXPRESS"} 0.002 1789 windows_mssql_databases_log_flush_write_seconds{database="msdb",mssql_instance="SQLEXPRESS"} 0 1790 windows_mssql_databases_log_flush_write_seconds{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1791 windows_mssql_databases_log_flush_write_seconds{database="tempdb",mssql_instance="SQLEXPRESS"} 0.002 1792 # HELP windows_mssql_databases_log_flushed_bytes (Databases.LogBytesFlushed) 1793 # TYPE windows_mssql_databases_log_flushed_bytes counter 1794 windows_mssql_databases_log_flushed_bytes{database="master",mssql_instance="SQLEXPRESS"} 3.702784e+06 1795 windows_mssql_databases_log_flushed_bytes{database="model",mssql_instance="SQLEXPRESS"} 12288 1796 windows_mssql_databases_log_flushed_bytes{database="msdb",mssql_instance="SQLEXPRESS"} 0 1797 windows_mssql_databases_log_flushed_bytes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1798 windows_mssql_databases_log_flushed_bytes{database="tempdb",mssql_instance="SQLEXPRESS"} 118784 1799 # HELP windows_mssql_databases_log_flushes (Databases.LogFlushes) 1800 # TYPE windows_mssql_databases_log_flushes counter 1801 windows_mssql_databases_log_flushes{database="master",mssql_instance="SQLEXPRESS"} 252 1802 windows_mssql_databases_log_flushes{database="model",mssql_instance="SQLEXPRESS"} 3 1803 windows_mssql_databases_log_flushes{database="msdb",mssql_instance="SQLEXPRESS"} 0 1804 windows_mssql_databases_log_flushes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1805 windows_mssql_databases_log_flushes{database="tempdb",mssql_instance="SQLEXPRESS"} 2 1806 # HELP windows_mssql_databases_log_growths (Databases.LogGrowths) 1807 # TYPE windows_mssql_databases_log_growths gauge 1808 windows_mssql_databases_log_growths{database="master",mssql_instance="SQLEXPRESS"} 0 1809 windows_mssql_databases_log_growths{database="model",mssql_instance="SQLEXPRESS"} 0 1810 windows_mssql_databases_log_growths{database="msdb",mssql_instance="SQLEXPRESS"} 0 1811 windows_mssql_databases_log_growths{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1812 windows_mssql_databases_log_growths{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1813 # HELP windows_mssql_databases_log_pool_cache_misses (Databases.LogPoolCacheMisses) 1814 # TYPE windows_mssql_databases_log_pool_cache_misses counter 1815 windows_mssql_databases_log_pool_cache_misses{database="master",mssql_instance="SQLEXPRESS"} 3 1816 windows_mssql_databases_log_pool_cache_misses{database="model",mssql_instance="SQLEXPRESS"} 3 1817 windows_mssql_databases_log_pool_cache_misses{database="msdb",mssql_instance="SQLEXPRESS"} 3 1818 windows_mssql_databases_log_pool_cache_misses{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 3 1819 windows_mssql_databases_log_pool_cache_misses{database="tempdb",mssql_instance="SQLEXPRESS"} 3 1820 # HELP windows_mssql_databases_log_pool_disk_reads (Databases.LogPoolDiskReads) 1821 # TYPE windows_mssql_databases_log_pool_disk_reads counter 1822 windows_mssql_databases_log_pool_disk_reads{database="master",mssql_instance="SQLEXPRESS"} 2 1823 windows_mssql_databases_log_pool_disk_reads{database="model",mssql_instance="SQLEXPRESS"} 2 1824 windows_mssql_databases_log_pool_disk_reads{database="msdb",mssql_instance="SQLEXPRESS"} 2 1825 windows_mssql_databases_log_pool_disk_reads{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 3 1826 windows_mssql_databases_log_pool_disk_reads{database="tempdb",mssql_instance="SQLEXPRESS"} 2 1827 # HELP windows_mssql_databases_log_pool_empty_free_pool_pushes (Databases.LogPoolPushEmptyFreePool) 1828 # TYPE windows_mssql_databases_log_pool_empty_free_pool_pushes counter 1829 windows_mssql_databases_log_pool_empty_free_pool_pushes{database="master",mssql_instance="SQLEXPRESS"} 3 1830 windows_mssql_databases_log_pool_empty_free_pool_pushes{database="model",mssql_instance="SQLEXPRESS"} 3 1831 windows_mssql_databases_log_pool_empty_free_pool_pushes{database="msdb",mssql_instance="SQLEXPRESS"} 3 1832 windows_mssql_databases_log_pool_empty_free_pool_pushes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 3 1833 windows_mssql_databases_log_pool_empty_free_pool_pushes{database="tempdb",mssql_instance="SQLEXPRESS"} 1 1834 # HELP windows_mssql_databases_log_pool_hash_deletes (Databases.LogPoolHashDeletes) 1835 # TYPE windows_mssql_databases_log_pool_hash_deletes counter 1836 windows_mssql_databases_log_pool_hash_deletes{database="master",mssql_instance="SQLEXPRESS"} 3 1837 windows_mssql_databases_log_pool_hash_deletes{database="model",mssql_instance="SQLEXPRESS"} 3 1838 windows_mssql_databases_log_pool_hash_deletes{database="msdb",mssql_instance="SQLEXPRESS"} 0 1839 windows_mssql_databases_log_pool_hash_deletes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1840 windows_mssql_databases_log_pool_hash_deletes{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1841 # HELP windows_mssql_databases_log_pool_hash_inserts (Databases.LogPoolHashInserts) 1842 # TYPE windows_mssql_databases_log_pool_hash_inserts counter 1843 windows_mssql_databases_log_pool_hash_inserts{database="master",mssql_instance="SQLEXPRESS"} 3 1844 windows_mssql_databases_log_pool_hash_inserts{database="model",mssql_instance="SQLEXPRESS"} 3 1845 windows_mssql_databases_log_pool_hash_inserts{database="msdb",mssql_instance="SQLEXPRESS"} 3 1846 windows_mssql_databases_log_pool_hash_inserts{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 3 1847 windows_mssql_databases_log_pool_hash_inserts{database="tempdb",mssql_instance="SQLEXPRESS"} 1 1848 # HELP windows_mssql_databases_log_pool_invalid_hash_entries (Databases.LogPoolInvalidHashEntry) 1849 # TYPE windows_mssql_databases_log_pool_invalid_hash_entries counter 1850 windows_mssql_databases_log_pool_invalid_hash_entries{database="master",mssql_instance="SQLEXPRESS"} 0 1851 windows_mssql_databases_log_pool_invalid_hash_entries{database="model",mssql_instance="SQLEXPRESS"} 0 1852 windows_mssql_databases_log_pool_invalid_hash_entries{database="msdb",mssql_instance="SQLEXPRESS"} 0 1853 windows_mssql_databases_log_pool_invalid_hash_entries{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1854 windows_mssql_databases_log_pool_invalid_hash_entries{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1855 # HELP windows_mssql_databases_log_pool_log_scan_pushes (Databases.LogPoolLogScanPushes) 1856 # TYPE windows_mssql_databases_log_pool_log_scan_pushes counter 1857 windows_mssql_databases_log_pool_log_scan_pushes{database="master",mssql_instance="SQLEXPRESS"} 3 1858 windows_mssql_databases_log_pool_log_scan_pushes{database="model",mssql_instance="SQLEXPRESS"} 3 1859 windows_mssql_databases_log_pool_log_scan_pushes{database="msdb",mssql_instance="SQLEXPRESS"} 3 1860 windows_mssql_databases_log_pool_log_scan_pushes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 3 1861 windows_mssql_databases_log_pool_log_scan_pushes{database="tempdb",mssql_instance="SQLEXPRESS"} 1 1862 # HELP windows_mssql_databases_log_pool_log_writer_pushes (Databases.LogPoolLogWriterPushes) 1863 # TYPE windows_mssql_databases_log_pool_log_writer_pushes counter 1864 windows_mssql_databases_log_pool_log_writer_pushes{database="master",mssql_instance="SQLEXPRESS"} 0 1865 windows_mssql_databases_log_pool_log_writer_pushes{database="model",mssql_instance="SQLEXPRESS"} 0 1866 windows_mssql_databases_log_pool_log_writer_pushes{database="msdb",mssql_instance="SQLEXPRESS"} 0 1867 windows_mssql_databases_log_pool_log_writer_pushes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1868 windows_mssql_databases_log_pool_log_writer_pushes{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1869 # HELP windows_mssql_databases_log_pool_low_memory_pushes (Databases.LogPoolPushLowMemory) 1870 # TYPE windows_mssql_databases_log_pool_low_memory_pushes counter 1871 windows_mssql_databases_log_pool_low_memory_pushes{database="master",mssql_instance="SQLEXPRESS"} 0 1872 windows_mssql_databases_log_pool_low_memory_pushes{database="model",mssql_instance="SQLEXPRESS"} 0 1873 windows_mssql_databases_log_pool_low_memory_pushes{database="msdb",mssql_instance="SQLEXPRESS"} 0 1874 windows_mssql_databases_log_pool_low_memory_pushes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1875 windows_mssql_databases_log_pool_low_memory_pushes{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1876 # HELP windows_mssql_databases_log_pool_no_free_buffer_pushes (Databases.LogPoolPushNoFreeBuffer) 1877 # TYPE windows_mssql_databases_log_pool_no_free_buffer_pushes counter 1878 windows_mssql_databases_log_pool_no_free_buffer_pushes{database="master",mssql_instance="SQLEXPRESS"} 0 1879 windows_mssql_databases_log_pool_no_free_buffer_pushes{database="model",mssql_instance="SQLEXPRESS"} 0 1880 windows_mssql_databases_log_pool_no_free_buffer_pushes{database="msdb",mssql_instance="SQLEXPRESS"} 0 1881 windows_mssql_databases_log_pool_no_free_buffer_pushes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1882 windows_mssql_databases_log_pool_no_free_buffer_pushes{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1883 # HELP windows_mssql_databases_log_pool_req_behind_trunc (Databases.LogPoolReqBehindTrunc) 1884 # TYPE windows_mssql_databases_log_pool_req_behind_trunc counter 1885 windows_mssql_databases_log_pool_req_behind_trunc{database="master",mssql_instance="SQLEXPRESS"} 0 1886 windows_mssql_databases_log_pool_req_behind_trunc{database="model",mssql_instance="SQLEXPRESS"} 0 1887 windows_mssql_databases_log_pool_req_behind_trunc{database="msdb",mssql_instance="SQLEXPRESS"} 0 1888 windows_mssql_databases_log_pool_req_behind_trunc{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1889 windows_mssql_databases_log_pool_req_behind_trunc{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1890 # HELP windows_mssql_databases_log_pool_requests (Databases.LogPoolRequests) 1891 # TYPE windows_mssql_databases_log_pool_requests counter 1892 windows_mssql_databases_log_pool_requests{database="master",mssql_instance="SQLEXPRESS"} 8 1893 windows_mssql_databases_log_pool_requests{database="model",mssql_instance="SQLEXPRESS"} 8 1894 windows_mssql_databases_log_pool_requests{database="msdb",mssql_instance="SQLEXPRESS"} 8 1895 windows_mssql_databases_log_pool_requests{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 8 1896 windows_mssql_databases_log_pool_requests{database="tempdb",mssql_instance="SQLEXPRESS"} 4 1897 # HELP windows_mssql_databases_log_pool_requests_old_vlf (Databases.LogPoolRequestsOldVLF) 1898 # TYPE windows_mssql_databases_log_pool_requests_old_vlf counter 1899 windows_mssql_databases_log_pool_requests_old_vlf{database="master",mssql_instance="SQLEXPRESS"} 4 1900 windows_mssql_databases_log_pool_requests_old_vlf{database="model",mssql_instance="SQLEXPRESS"} 4 1901 windows_mssql_databases_log_pool_requests_old_vlf{database="msdb",mssql_instance="SQLEXPRESS"} 4 1902 windows_mssql_databases_log_pool_requests_old_vlf{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 4 1903 windows_mssql_databases_log_pool_requests_old_vlf{database="tempdb",mssql_instance="SQLEXPRESS"} 2 1904 # HELP windows_mssql_databases_log_pool_total_active_log_bytes (Databases.LogPoolTotalActiveLogSize) 1905 # TYPE windows_mssql_databases_log_pool_total_active_log_bytes gauge 1906 windows_mssql_databases_log_pool_total_active_log_bytes{database="master",mssql_instance="SQLEXPRESS"} 806912 1907 windows_mssql_databases_log_pool_total_active_log_bytes{database="model",mssql_instance="SQLEXPRESS"} 1.855488e+06 1908 windows_mssql_databases_log_pool_total_active_log_bytes{database="msdb",mssql_instance="SQLEXPRESS"} 118784 1909 windows_mssql_databases_log_pool_total_active_log_bytes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 107008 1910 windows_mssql_databases_log_pool_total_active_log_bytes{database="tempdb",mssql_instance="SQLEXPRESS"} 2.142208e+06 1911 # HELP windows_mssql_databases_log_pool_total_shared_pool_bytes (Databases.LogPoolTotalSharedPoolSize) 1912 # TYPE windows_mssql_databases_log_pool_total_shared_pool_bytes gauge 1913 windows_mssql_databases_log_pool_total_shared_pool_bytes{database="master",mssql_instance="SQLEXPRESS"} 0 1914 windows_mssql_databases_log_pool_total_shared_pool_bytes{database="model",mssql_instance="SQLEXPRESS"} 0 1915 windows_mssql_databases_log_pool_total_shared_pool_bytes{database="msdb",mssql_instance="SQLEXPRESS"} 16384 1916 windows_mssql_databases_log_pool_total_shared_pool_bytes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 67584 1917 windows_mssql_databases_log_pool_total_shared_pool_bytes{database="tempdb",mssql_instance="SQLEXPRESS"} 4096 1918 # HELP windows_mssql_databases_log_shrinks (Databases.LogShrinks) 1919 # TYPE windows_mssql_databases_log_shrinks gauge 1920 windows_mssql_databases_log_shrinks{database="master",mssql_instance="SQLEXPRESS"} 0 1921 windows_mssql_databases_log_shrinks{database="model",mssql_instance="SQLEXPRESS"} 0 1922 windows_mssql_databases_log_shrinks{database="msdb",mssql_instance="SQLEXPRESS"} 0 1923 windows_mssql_databases_log_shrinks{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1924 windows_mssql_databases_log_shrinks{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1925 # HELP windows_mssql_databases_log_truncations (Databases.LogTruncations) 1926 # TYPE windows_mssql_databases_log_truncations gauge 1927 windows_mssql_databases_log_truncations{database="master",mssql_instance="SQLEXPRESS"} 3 1928 windows_mssql_databases_log_truncations{database="model",mssql_instance="SQLEXPRESS"} 0 1929 windows_mssql_databases_log_truncations{database="msdb",mssql_instance="SQLEXPRESS"} 0 1930 windows_mssql_databases_log_truncations{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1931 windows_mssql_databases_log_truncations{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1932 # HELP windows_mssql_databases_log_used_percent (Databases.PercentLogUsed) 1933 # TYPE windows_mssql_databases_log_used_percent gauge 1934 windows_mssql_databases_log_used_percent{database="master",mssql_instance="SQLEXPRESS"} 57 1935 windows_mssql_databases_log_used_percent{database="model",mssql_instance="SQLEXPRESS"} 6 1936 windows_mssql_databases_log_used_percent{database="msdb",mssql_instance="SQLEXPRESS"} 68 1937 windows_mssql_databases_log_used_percent{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 49 1938 windows_mssql_databases_log_used_percent{database="tempdb",mssql_instance="SQLEXPRESS"} 6 1939 # HELP windows_mssql_databases_pending_repl_transactions (Databases.ReplPendingTransactions) 1940 # TYPE windows_mssql_databases_pending_repl_transactions gauge 1941 windows_mssql_databases_pending_repl_transactions{database="master",mssql_instance="SQLEXPRESS"} 0 1942 windows_mssql_databases_pending_repl_transactions{database="model",mssql_instance="SQLEXPRESS"} 0 1943 windows_mssql_databases_pending_repl_transactions{database="msdb",mssql_instance="SQLEXPRESS"} 0 1944 windows_mssql_databases_pending_repl_transactions{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1945 windows_mssql_databases_pending_repl_transactions{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1946 # HELP windows_mssql_databases_repl_transactions (Databases.ReplTranactions) 1947 # TYPE windows_mssql_databases_repl_transactions counter 1948 windows_mssql_databases_repl_transactions{database="master",mssql_instance="SQLEXPRESS"} 0 1949 windows_mssql_databases_repl_transactions{database="model",mssql_instance="SQLEXPRESS"} 0 1950 windows_mssql_databases_repl_transactions{database="msdb",mssql_instance="SQLEXPRESS"} 0 1951 windows_mssql_databases_repl_transactions{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1952 windows_mssql_databases_repl_transactions{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1953 # HELP windows_mssql_databases_shrink_data_movement_bytes (Databases.ShrinkDataMovementBytes) 1954 # TYPE windows_mssql_databases_shrink_data_movement_bytes counter 1955 windows_mssql_databases_shrink_data_movement_bytes{database="master",mssql_instance="SQLEXPRESS"} 0 1956 windows_mssql_databases_shrink_data_movement_bytes{database="model",mssql_instance="SQLEXPRESS"} 0 1957 windows_mssql_databases_shrink_data_movement_bytes{database="msdb",mssql_instance="SQLEXPRESS"} 0 1958 windows_mssql_databases_shrink_data_movement_bytes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1959 windows_mssql_databases_shrink_data_movement_bytes{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1960 # HELP windows_mssql_databases_tracked_transactions (Databases.Trackedtransactions) 1961 # TYPE windows_mssql_databases_tracked_transactions counter 1962 windows_mssql_databases_tracked_transactions{database="master",mssql_instance="SQLEXPRESS"} 0 1963 windows_mssql_databases_tracked_transactions{database="model",mssql_instance="SQLEXPRESS"} 0 1964 windows_mssql_databases_tracked_transactions{database="msdb",mssql_instance="SQLEXPRESS"} 0 1965 windows_mssql_databases_tracked_transactions{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1966 windows_mssql_databases_tracked_transactions{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1967 # HELP windows_mssql_databases_transactions (Databases.Transactions) 1968 # TYPE windows_mssql_databases_transactions counter 1969 windows_mssql_databases_transactions{database="master",mssql_instance="SQLEXPRESS"} 2183 1970 windows_mssql_databases_transactions{database="model",mssql_instance="SQLEXPRESS"} 4467 1971 windows_mssql_databases_transactions{database="msdb",mssql_instance="SQLEXPRESS"} 4582 1972 windows_mssql_databases_transactions{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 2 1973 windows_mssql_databases_transactions{database="tempdb",mssql_instance="SQLEXPRESS"} 1558 1974 # HELP windows_mssql_databases_write_transactions (Databases.WriteTransactions) 1975 # TYPE windows_mssql_databases_write_transactions counter 1976 windows_mssql_databases_write_transactions{database="master",mssql_instance="SQLEXPRESS"} 236 1977 windows_mssql_databases_write_transactions{database="model",mssql_instance="SQLEXPRESS"} 0 1978 windows_mssql_databases_write_transactions{database="msdb",mssql_instance="SQLEXPRESS"} 0 1979 windows_mssql_databases_write_transactions{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1980 windows_mssql_databases_write_transactions{database="tempdb",mssql_instance="SQLEXPRESS"} 29 1981 # HELP windows_mssql_databases_xtp_controller_dlc_fetch_latency_seconds (Databases.XTPControllerDLCLatencyPerFetch) 1982 # TYPE windows_mssql_databases_xtp_controller_dlc_fetch_latency_seconds gauge 1983 windows_mssql_databases_xtp_controller_dlc_fetch_latency_seconds{database="master",mssql_instance="SQLEXPRESS"} 0 1984 windows_mssql_databases_xtp_controller_dlc_fetch_latency_seconds{database="model",mssql_instance="SQLEXPRESS"} 0 1985 windows_mssql_databases_xtp_controller_dlc_fetch_latency_seconds{database="msdb",mssql_instance="SQLEXPRESS"} 0 1986 windows_mssql_databases_xtp_controller_dlc_fetch_latency_seconds{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1987 windows_mssql_databases_xtp_controller_dlc_fetch_latency_seconds{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1988 # HELP windows_mssql_databases_xtp_controller_dlc_peak_latency_seconds (Databases.XTPControllerDLCPeakLatency) 1989 # TYPE windows_mssql_databases_xtp_controller_dlc_peak_latency_seconds gauge 1990 windows_mssql_databases_xtp_controller_dlc_peak_latency_seconds{database="master",mssql_instance="SQLEXPRESS"} 0 1991 windows_mssql_databases_xtp_controller_dlc_peak_latency_seconds{database="model",mssql_instance="SQLEXPRESS"} 0 1992 windows_mssql_databases_xtp_controller_dlc_peak_latency_seconds{database="msdb",mssql_instance="SQLEXPRESS"} 0 1993 windows_mssql_databases_xtp_controller_dlc_peak_latency_seconds{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 1994 windows_mssql_databases_xtp_controller_dlc_peak_latency_seconds{database="tempdb",mssql_instance="SQLEXPRESS"} 0 1995 # HELP windows_mssql_databases_xtp_controller_log_processed_bytes (Databases.XTPControllerLogProcessed) 1996 # TYPE windows_mssql_databases_xtp_controller_log_processed_bytes counter 1997 windows_mssql_databases_xtp_controller_log_processed_bytes{database="master",mssql_instance="SQLEXPRESS"} 0 1998 windows_mssql_databases_xtp_controller_log_processed_bytes{database="model",mssql_instance="SQLEXPRESS"} 0 1999 windows_mssql_databases_xtp_controller_log_processed_bytes{database="msdb",mssql_instance="SQLEXPRESS"} 0 2000 windows_mssql_databases_xtp_controller_log_processed_bytes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 2001 windows_mssql_databases_xtp_controller_log_processed_bytes{database="tempdb",mssql_instance="SQLEXPRESS"} 0 2002 # HELP windows_mssql_databases_xtp_memory_used_bytes (Databases.XTPMemoryUsedKB) 2003 # TYPE windows_mssql_databases_xtp_memory_used_bytes gauge 2004 windows_mssql_databases_xtp_memory_used_bytes{database="master",mssql_instance="SQLEXPRESS"} 0 2005 windows_mssql_databases_xtp_memory_used_bytes{database="model",mssql_instance="SQLEXPRESS"} 0 2006 windows_mssql_databases_xtp_memory_used_bytes{database="msdb",mssql_instance="SQLEXPRESS"} 0 2007 windows_mssql_databases_xtp_memory_used_bytes{database="mssqlsystemresource",mssql_instance="SQLEXPRESS"} 0 2008 windows_mssql_databases_xtp_memory_used_bytes{database="tempdb",mssql_instance="SQLEXPRESS"} 0 2009 # HELP windows_mssql_genstats_active_temp_tables (GeneralStatistics.ActiveTempTables) 2010 # TYPE windows_mssql_genstats_active_temp_tables gauge 2011 windows_mssql_genstats_active_temp_tables{mssql_instance="SQLEXPRESS"} 0 2012 # HELP windows_mssql_genstats_blocked_processes (GeneralStatistics.Processesblocked) 2013 # TYPE windows_mssql_genstats_blocked_processes gauge 2014 windows_mssql_genstats_blocked_processes{mssql_instance="SQLEXPRESS"} 0 2015 # HELP windows_mssql_genstats_connection_resets (GeneralStatistics.ConnectionReset) 2016 # TYPE windows_mssql_genstats_connection_resets counter 2017 windows_mssql_genstats_connection_resets{mssql_instance="SQLEXPRESS"} 1108 2018 # HELP windows_mssql_genstats_event_notifications_delayed_drop (GeneralStatistics.EventNotificationsDelayedDrop) 2019 # TYPE windows_mssql_genstats_event_notifications_delayed_drop gauge 2020 windows_mssql_genstats_event_notifications_delayed_drop{mssql_instance="SQLEXPRESS"} 0 2021 # HELP windows_mssql_genstats_http_authenticated_requests (GeneralStatistics.HTTPAuthenticatedRequests) 2022 # TYPE windows_mssql_genstats_http_authenticated_requests gauge 2023 windows_mssql_genstats_http_authenticated_requests{mssql_instance="SQLEXPRESS"} 0 2024 # HELP windows_mssql_genstats_logical_connections (GeneralStatistics.LogicalConnections) 2025 # TYPE windows_mssql_genstats_logical_connections gauge 2026 windows_mssql_genstats_logical_connections{mssql_instance="SQLEXPRESS"} 1 2027 # HELP windows_mssql_genstats_logins (GeneralStatistics.Logins) 2028 # TYPE windows_mssql_genstats_logins counter 2029 windows_mssql_genstats_logins{mssql_instance="SQLEXPRESS"} 378 2030 # HELP windows_mssql_genstats_logouts (GeneralStatistics.Logouts) 2031 # TYPE windows_mssql_genstats_logouts counter 2032 windows_mssql_genstats_logouts{mssql_instance="SQLEXPRESS"} 377 2033 # HELP windows_mssql_genstats_mars_deadlocks (GeneralStatistics.MarsDeadlocks) 2034 # TYPE windows_mssql_genstats_mars_deadlocks gauge 2035 windows_mssql_genstats_mars_deadlocks{mssql_instance="SQLEXPRESS"} 0 2036 # HELP windows_mssql_genstats_non_atomic_yields (GeneralStatistics.Nonatomicyields) 2037 # TYPE windows_mssql_genstats_non_atomic_yields counter 2038 windows_mssql_genstats_non_atomic_yields{mssql_instance="SQLEXPRESS"} 0 2039 # HELP windows_mssql_genstats_soap_empty_requests (GeneralStatistics.SOAPEmptyRequests) 2040 # TYPE windows_mssql_genstats_soap_empty_requests gauge 2041 windows_mssql_genstats_soap_empty_requests{mssql_instance="SQLEXPRESS"} 0 2042 # HELP windows_mssql_genstats_soap_method_invocations (GeneralStatistics.SOAPMethodInvocations) 2043 # TYPE windows_mssql_genstats_soap_method_invocations gauge 2044 windows_mssql_genstats_soap_method_invocations{mssql_instance="SQLEXPRESS"} 0 2045 # HELP windows_mssql_genstats_soap_session_initiate_requests (GeneralStatistics.SOAPSessionInitiateRequests) 2046 # TYPE windows_mssql_genstats_soap_session_initiate_requests gauge 2047 windows_mssql_genstats_soap_session_initiate_requests{mssql_instance="SQLEXPRESS"} 0 2048 # HELP windows_mssql_genstats_soap_session_terminate_requests (GeneralStatistics.SOAPSessionTerminateRequests) 2049 # TYPE windows_mssql_genstats_soap_session_terminate_requests gauge 2050 windows_mssql_genstats_soap_session_terminate_requests{mssql_instance="SQLEXPRESS"} 0 2051 # HELP windows_mssql_genstats_soapsql_requests (GeneralStatistics.SOAPSQLRequests) 2052 # TYPE windows_mssql_genstats_soapsql_requests gauge 2053 windows_mssql_genstats_soapsql_requests{mssql_instance="SQLEXPRESS"} 0 2054 # HELP windows_mssql_genstats_soapwsdl_requests (GeneralStatistics.SOAPWSDLRequests) 2055 # TYPE windows_mssql_genstats_soapwsdl_requests gauge 2056 windows_mssql_genstats_soapwsdl_requests{mssql_instance="SQLEXPRESS"} 0 2057 # HELP windows_mssql_genstats_sql_trace_io_provider_lock_waits (GeneralStatistics.SQLTraceIOProviderLockWaits) 2058 # TYPE windows_mssql_genstats_sql_trace_io_provider_lock_waits gauge 2059 windows_mssql_genstats_sql_trace_io_provider_lock_waits{mssql_instance="SQLEXPRESS"} 0 2060 # HELP windows_mssql_genstats_temp_tables_awaiting_destruction (GeneralStatistics.TempTablesForDestruction) 2061 # TYPE windows_mssql_genstats_temp_tables_awaiting_destruction gauge 2062 windows_mssql_genstats_temp_tables_awaiting_destruction{mssql_instance="SQLEXPRESS"} 0 2063 # HELP windows_mssql_genstats_temp_tables_creations (GeneralStatistics.TempTablesCreations) 2064 # TYPE windows_mssql_genstats_temp_tables_creations counter 2065 windows_mssql_genstats_temp_tables_creations{mssql_instance="SQLEXPRESS"} 4 2066 # HELP windows_mssql_genstats_tempdb_recovery_unit_ids_generated (GeneralStatistics.Tempdbrecoveryunitid) 2067 # TYPE windows_mssql_genstats_tempdb_recovery_unit_ids_generated gauge 2068 windows_mssql_genstats_tempdb_recovery_unit_ids_generated{mssql_instance="SQLEXPRESS"} 0 2069 # HELP windows_mssql_genstats_tempdb_rowset_ids_generated (GeneralStatistics.Tempdbrowsetid) 2070 # TYPE windows_mssql_genstats_tempdb_rowset_ids_generated gauge 2071 windows_mssql_genstats_tempdb_rowset_ids_generated{mssql_instance="SQLEXPRESS"} 0 2072 # HELP windows_mssql_genstats_trace_event_notification_queue_size (GeneralStatistics.TraceEventNotificationQueue) 2073 # TYPE windows_mssql_genstats_trace_event_notification_queue_size gauge 2074 windows_mssql_genstats_trace_event_notification_queue_size{mssql_instance="SQLEXPRESS"} 0 2075 # HELP windows_mssql_genstats_transactions (GeneralStatistics.Transactions) 2076 # TYPE windows_mssql_genstats_transactions gauge 2077 windows_mssql_genstats_transactions{mssql_instance="SQLEXPRESS"} 0 2078 # HELP windows_mssql_genstats_user_connections (GeneralStatistics.UserConnections) 2079 # TYPE windows_mssql_genstats_user_connections gauge 2080 windows_mssql_genstats_user_connections{mssql_instance="SQLEXPRESS"} 1 2081 # HELP windows_mssql_locks_count (Locks.AverageWaitTimems_Base count of how often requests have run into locks) 2082 # TYPE windows_mssql_locks_count gauge 2083 windows_mssql_locks_count{mssql_instance="SQLEXPRESS",resource="AllocUnit"} 0 2084 windows_mssql_locks_count{mssql_instance="SQLEXPRESS",resource="Application"} 0 2085 windows_mssql_locks_count{mssql_instance="SQLEXPRESS",resource="Database"} 0.002 2086 windows_mssql_locks_count{mssql_instance="SQLEXPRESS",resource="Extent"} 0 2087 windows_mssql_locks_count{mssql_instance="SQLEXPRESS",resource="File"} 0 2088 windows_mssql_locks_count{mssql_instance="SQLEXPRESS",resource="HoBT"} 0 2089 windows_mssql_locks_count{mssql_instance="SQLEXPRESS",resource="Key"} 0 2090 windows_mssql_locks_count{mssql_instance="SQLEXPRESS",resource="Metadata"} 0.001 2091 windows_mssql_locks_count{mssql_instance="SQLEXPRESS",resource="OIB"} 0 2092 windows_mssql_locks_count{mssql_instance="SQLEXPRESS",resource="Object"} 0 2093 windows_mssql_locks_count{mssql_instance="SQLEXPRESS",resource="Page"} 0 2094 windows_mssql_locks_count{mssql_instance="SQLEXPRESS",resource="RID"} 0 2095 windows_mssql_locks_count{mssql_instance="SQLEXPRESS",resource="RowGroup"} 0 2096 windows_mssql_locks_count{mssql_instance="SQLEXPRESS",resource="Xact"} 0 2097 # HELP windows_mssql_locks_deadlocks (Locks.NumberofDeadlocks) 2098 # TYPE windows_mssql_locks_deadlocks counter 2099 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="AllocUnit"} 0 2100 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Application"} 0 2101 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Database"} 0 2102 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Extent"} 0 2103 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="File"} 0 2104 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="HoBT"} 0 2105 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Key"} 0 2106 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Metadata"} 0 2107 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="OIB"} 0 2108 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Object"} 0 2109 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Page"} 0 2110 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="RID"} 0 2111 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="RowGroup"} 0 2112 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Xact"} 0 2113 # HELP windows_mssql_locks_lock_requests (Locks.LockRequests) 2114 # TYPE windows_mssql_locks_lock_requests counter 2115 windows_mssql_locks_lock_requests{mssql_instance="SQLEXPRESS",resource="AllocUnit"} 0 2116 windows_mssql_locks_lock_requests{mssql_instance="SQLEXPRESS",resource="Application"} 0 2117 windows_mssql_locks_lock_requests{mssql_instance="SQLEXPRESS",resource="Database"} 204467 2118 windows_mssql_locks_lock_requests{mssql_instance="SQLEXPRESS",resource="Extent"} 402 2119 windows_mssql_locks_lock_requests{mssql_instance="SQLEXPRESS",resource="File"} 19 2120 windows_mssql_locks_lock_requests{mssql_instance="SQLEXPRESS",resource="HoBT"} 28 2121 windows_mssql_locks_lock_requests{mssql_instance="SQLEXPRESS",resource="Key"} 1.681875e+06 2122 windows_mssql_locks_lock_requests{mssql_instance="SQLEXPRESS",resource="Metadata"} 25785 2123 windows_mssql_locks_lock_requests{mssql_instance="SQLEXPRESS",resource="OIB"} 0 2124 windows_mssql_locks_lock_requests{mssql_instance="SQLEXPRESS",resource="Object"} 760875 2125 windows_mssql_locks_lock_requests{mssql_instance="SQLEXPRESS",resource="Page"} 757 2126 windows_mssql_locks_lock_requests{mssql_instance="SQLEXPRESS",resource="RID"} 123 2127 windows_mssql_locks_lock_requests{mssql_instance="SQLEXPRESS",resource="RowGroup"} 0 2128 windows_mssql_locks_lock_requests{mssql_instance="SQLEXPRESS",resource="Xact"} 0 2129 # HELP windows_mssql_locks_lock_timeouts (Locks.LockTimeouts) 2130 # TYPE windows_mssql_locks_lock_timeouts counter 2131 windows_mssql_locks_lock_timeouts{mssql_instance="SQLEXPRESS",resource="AllocUnit"} 0 2132 windows_mssql_locks_lock_timeouts{mssql_instance="SQLEXPRESS",resource="Application"} 0 2133 windows_mssql_locks_lock_timeouts{mssql_instance="SQLEXPRESS",resource="Database"} 4 2134 windows_mssql_locks_lock_timeouts{mssql_instance="SQLEXPRESS",resource="Extent"} 0 2135 windows_mssql_locks_lock_timeouts{mssql_instance="SQLEXPRESS",resource="File"} 0 2136 windows_mssql_locks_lock_timeouts{mssql_instance="SQLEXPRESS",resource="HoBT"} 0 2137 windows_mssql_locks_lock_timeouts{mssql_instance="SQLEXPRESS",resource="Key"} 216 2138 windows_mssql_locks_lock_timeouts{mssql_instance="SQLEXPRESS",resource="Metadata"} 0 2139 windows_mssql_locks_lock_timeouts{mssql_instance="SQLEXPRESS",resource="OIB"} 0 2140 windows_mssql_locks_lock_timeouts{mssql_instance="SQLEXPRESS",resource="Object"} 0 2141 windows_mssql_locks_lock_timeouts{mssql_instance="SQLEXPRESS",resource="Page"} 0 2142 windows_mssql_locks_lock_timeouts{mssql_instance="SQLEXPRESS",resource="RID"} 0 2143 windows_mssql_locks_lock_timeouts{mssql_instance="SQLEXPRESS",resource="RowGroup"} 0 2144 windows_mssql_locks_lock_timeouts{mssql_instance="SQLEXPRESS",resource="Xact"} 0 2145 # HELP windows_mssql_locks_lock_timeouts_excluding_NOWAIT (Locks.LockTimeoutstimeout0) 2146 # TYPE windows_mssql_locks_lock_timeouts_excluding_NOWAIT counter 2147 windows_mssql_locks_lock_timeouts_excluding_NOWAIT{mssql_instance="SQLEXPRESS",resource="AllocUnit"} 0 2148 windows_mssql_locks_lock_timeouts_excluding_NOWAIT{mssql_instance="SQLEXPRESS",resource="Application"} 0 2149 windows_mssql_locks_lock_timeouts_excluding_NOWAIT{mssql_instance="SQLEXPRESS",resource="Database"} 0 2150 windows_mssql_locks_lock_timeouts_excluding_NOWAIT{mssql_instance="SQLEXPRESS",resource="Extent"} 0 2151 windows_mssql_locks_lock_timeouts_excluding_NOWAIT{mssql_instance="SQLEXPRESS",resource="File"} 0 2152 windows_mssql_locks_lock_timeouts_excluding_NOWAIT{mssql_instance="SQLEXPRESS",resource="HoBT"} 0 2153 windows_mssql_locks_lock_timeouts_excluding_NOWAIT{mssql_instance="SQLEXPRESS",resource="Key"} 0 2154 windows_mssql_locks_lock_timeouts_excluding_NOWAIT{mssql_instance="SQLEXPRESS",resource="Metadata"} 0 2155 windows_mssql_locks_lock_timeouts_excluding_NOWAIT{mssql_instance="SQLEXPRESS",resource="OIB"} 0 2156 windows_mssql_locks_lock_timeouts_excluding_NOWAIT{mssql_instance="SQLEXPRESS",resource="Object"} 0 2157 windows_mssql_locks_lock_timeouts_excluding_NOWAIT{mssql_instance="SQLEXPRESS",resource="Page"} 0 2158 windows_mssql_locks_lock_timeouts_excluding_NOWAIT{mssql_instance="SQLEXPRESS",resource="RID"} 0 2159 windows_mssql_locks_lock_timeouts_excluding_NOWAIT{mssql_instance="SQLEXPRESS",resource="RowGroup"} 0 2160 windows_mssql_locks_lock_timeouts_excluding_NOWAIT{mssql_instance="SQLEXPRESS",resource="Xact"} 0 2161 # HELP windows_mssql_locks_lock_wait_seconds (Locks.LockWaitTimems) 2162 # TYPE windows_mssql_locks_lock_wait_seconds gauge 2163 windows_mssql_locks_lock_wait_seconds{mssql_instance="SQLEXPRESS",resource="AllocUnit"} 0 2164 windows_mssql_locks_lock_wait_seconds{mssql_instance="SQLEXPRESS",resource="Application"} 0 2165 windows_mssql_locks_lock_wait_seconds{mssql_instance="SQLEXPRESS",resource="Database"} 0.391 2166 windows_mssql_locks_lock_wait_seconds{mssql_instance="SQLEXPRESS",resource="Extent"} 0 2167 windows_mssql_locks_lock_wait_seconds{mssql_instance="SQLEXPRESS",resource="File"} 0 2168 windows_mssql_locks_lock_wait_seconds{mssql_instance="SQLEXPRESS",resource="HoBT"} 0 2169 windows_mssql_locks_lock_wait_seconds{mssql_instance="SQLEXPRESS",resource="Key"} 0 2170 windows_mssql_locks_lock_wait_seconds{mssql_instance="SQLEXPRESS",resource="Metadata"} 0.015 2171 windows_mssql_locks_lock_wait_seconds{mssql_instance="SQLEXPRESS",resource="OIB"} 0 2172 windows_mssql_locks_lock_wait_seconds{mssql_instance="SQLEXPRESS",resource="Object"} 0 2173 windows_mssql_locks_lock_wait_seconds{mssql_instance="SQLEXPRESS",resource="Page"} 0 2174 windows_mssql_locks_lock_wait_seconds{mssql_instance="SQLEXPRESS",resource="RID"} 0 2175 windows_mssql_locks_lock_wait_seconds{mssql_instance="SQLEXPRESS",resource="RowGroup"} 0 2176 windows_mssql_locks_lock_wait_seconds{mssql_instance="SQLEXPRESS",resource="Xact"} 0 2177 # HELP windows_mssql_locks_lock_waits (Locks.LockWaits) 2178 # TYPE windows_mssql_locks_lock_waits counter 2179 windows_mssql_locks_lock_waits{mssql_instance="SQLEXPRESS",resource="AllocUnit"} 0 2180 windows_mssql_locks_lock_waits{mssql_instance="SQLEXPRESS",resource="Application"} 0 2181 windows_mssql_locks_lock_waits{mssql_instance="SQLEXPRESS",resource="Database"} 2 2182 windows_mssql_locks_lock_waits{mssql_instance="SQLEXPRESS",resource="Extent"} 0 2183 windows_mssql_locks_lock_waits{mssql_instance="SQLEXPRESS",resource="File"} 0 2184 windows_mssql_locks_lock_waits{mssql_instance="SQLEXPRESS",resource="HoBT"} 0 2185 windows_mssql_locks_lock_waits{mssql_instance="SQLEXPRESS",resource="Key"} 0 2186 windows_mssql_locks_lock_waits{mssql_instance="SQLEXPRESS",resource="Metadata"} 1 2187 windows_mssql_locks_lock_waits{mssql_instance="SQLEXPRESS",resource="OIB"} 0 2188 windows_mssql_locks_lock_waits{mssql_instance="SQLEXPRESS",resource="Object"} 0 2189 windows_mssql_locks_lock_waits{mssql_instance="SQLEXPRESS",resource="Page"} 0 2190 windows_mssql_locks_lock_waits{mssql_instance="SQLEXPRESS",resource="RID"} 0 2191 windows_mssql_locks_lock_waits{mssql_instance="SQLEXPRESS",resource="RowGroup"} 0 2192 windows_mssql_locks_lock_waits{mssql_instance="SQLEXPRESS",resource="Xact"} 0 2193 # HELP windows_mssql_locks_deadlocks (Locks.NumberofDeadlocks) 2194 # TYPE windows_mssql_locks_deadlocks counter 2195 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="AllocUnit"} 0 2196 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Application"} 0 2197 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Database"} 0 2198 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Extent"} 0 2199 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="File"} 0 2200 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="HoBT"} 0 2201 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Key"} 0 2202 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Metadata"} 0 2203 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="OIB"} 0 2204 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Object"} 0 2205 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Page"} 0 2206 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="RID"} 0 2207 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="RowGroup"} 0 2208 windows_mssql_locks_deadlocks{mssql_instance="SQLEXPRESS",resource="Xact"} 0 2209 # HELP windows_mssql_locks_wait_time_seconds (Locks.AverageWaitTimems Total time in seconds which locks have been holding resources) 2210 # TYPE windows_mssql_locks_wait_time_seconds gauge 2211 windows_mssql_locks_wait_time_seconds{mssql_instance="SQLEXPRESS",resource="AllocUnit"} 0 2212 windows_mssql_locks_wait_time_seconds{mssql_instance="SQLEXPRESS",resource="Application"} 0 2213 windows_mssql_locks_wait_time_seconds{mssql_instance="SQLEXPRESS",resource="Database"} 0.391 2214 windows_mssql_locks_wait_time_seconds{mssql_instance="SQLEXPRESS",resource="Extent"} 0 2215 windows_mssql_locks_wait_time_seconds{mssql_instance="SQLEXPRESS",resource="File"} 0 2216 windows_mssql_locks_wait_time_seconds{mssql_instance="SQLEXPRESS",resource="HoBT"} 0 2217 windows_mssql_locks_wait_time_seconds{mssql_instance="SQLEXPRESS",resource="Key"} 0 2218 windows_mssql_locks_wait_time_seconds{mssql_instance="SQLEXPRESS",resource="Metadata"} 0.015 2219 windows_mssql_locks_wait_time_seconds{mssql_instance="SQLEXPRESS",resource="OIB"} 0 2220 windows_mssql_locks_wait_time_seconds{mssql_instance="SQLEXPRESS",resource="Object"} 0 2221 windows_mssql_locks_wait_time_seconds{mssql_instance="SQLEXPRESS",resource="Page"} 0 2222 windows_mssql_locks_wait_time_seconds{mssql_instance="SQLEXPRESS",resource="RID"} 0 2223 windows_mssql_locks_wait_time_seconds{mssql_instance="SQLEXPRESS",resource="RowGroup"} 0 2224 windows_mssql_locks_wait_time_seconds{mssql_instance="SQLEXPRESS",resource="Xact"} 0 2225 # HELP windows_mssql_memmgr_allocated_lock_blocks (MemoryManager.LockBlocksAllocated) 2226 # TYPE windows_mssql_memmgr_allocated_lock_blocks gauge 2227 windows_mssql_memmgr_allocated_lock_blocks{mssql_instance="SQLEXPRESS"} 0 2228 # HELP windows_mssql_memmgr_allocated_lock_owner_blocks (MemoryManager.LockOwnerBlocksAllocated) 2229 # TYPE windows_mssql_memmgr_allocated_lock_owner_blocks gauge 2230 windows_mssql_memmgr_allocated_lock_owner_blocks{mssql_instance="SQLEXPRESS"} 0 2231 # HELP windows_mssql_memmgr_connection_memory_bytes (MemoryManager.ConnectionMemoryKB) 2232 # TYPE windows_mssql_memmgr_connection_memory_bytes gauge 2233 windows_mssql_memmgr_connection_memory_bytes{mssql_instance="SQLEXPRESS"} 1.015808e+06 2234 # HELP windows_mssql_memmgr_database_cache_memory_bytes (MemoryManager.DatabaseCacheMemoryKB) 2235 # TYPE windows_mssql_memmgr_database_cache_memory_bytes gauge 2236 windows_mssql_memmgr_database_cache_memory_bytes{mssql_instance="SQLEXPRESS"} 6.791168e+06 2237 # HELP windows_mssql_memmgr_external_benefit_of_memory (MemoryManager.Externalbenefitofmemory) 2238 # TYPE windows_mssql_memmgr_external_benefit_of_memory gauge 2239 windows_mssql_memmgr_external_benefit_of_memory{mssql_instance="SQLEXPRESS"} 0 2240 # HELP windows_mssql_memmgr_free_memory_bytes (MemoryManager.FreeMemoryKB) 2241 # TYPE windows_mssql_memmgr_free_memory_bytes gauge 2242 windows_mssql_memmgr_free_memory_bytes{mssql_instance="SQLEXPRESS"} 1.9234816e+07 2243 # HELP windows_mssql_memmgr_granted_workspace_memory_bytes (MemoryManager.GrantedWorkspaceMemoryKB) 2244 # TYPE windows_mssql_memmgr_granted_workspace_memory_bytes gauge 2245 windows_mssql_memmgr_granted_workspace_memory_bytes{mssql_instance="SQLEXPRESS"} 0 2246 # HELP windows_mssql_memmgr_lock_blocks (MemoryManager.LockBlocks) 2247 # TYPE windows_mssql_memmgr_lock_blocks gauge 2248 windows_mssql_memmgr_lock_blocks{mssql_instance="SQLEXPRESS"} 0 2249 # HELP windows_mssql_memmgr_lock_memory_bytes (MemoryManager.LockMemoryKB) 2250 # TYPE windows_mssql_memmgr_lock_memory_bytes gauge 2251 windows_mssql_memmgr_lock_memory_bytes{mssql_instance="SQLEXPRESS"} 663552 2252 # HELP windows_mssql_memmgr_lock_owner_blocks (MemoryManager.LockOwnerBlocks) 2253 # TYPE windows_mssql_memmgr_lock_owner_blocks gauge 2254 windows_mssql_memmgr_lock_owner_blocks{mssql_instance="SQLEXPRESS"} 0 2255 # HELP windows_mssql_memmgr_log_pool_memory_bytes (MemoryManager.LogPoolMemoryKB) 2256 # TYPE windows_mssql_memmgr_log_pool_memory_bytes gauge 2257 windows_mssql_memmgr_log_pool_memory_bytes{mssql_instance="SQLEXPRESS"} 2.834432e+06 2258 # HELP windows_mssql_memmgr_maximum_workspace_memory_bytes (MemoryManager.MaximumWorkspaceMemoryKB) 2259 # TYPE windows_mssql_memmgr_maximum_workspace_memory_bytes gauge 2260 windows_mssql_memmgr_maximum_workspace_memory_bytes{mssql_instance="SQLEXPRESS"} 1.36482816e+09 2261 # HELP windows_mssql_memmgr_optimizer_memory_bytes (MemoryManager.OptimizerMemoryKB) 2262 # TYPE windows_mssql_memmgr_optimizer_memory_bytes gauge 2263 windows_mssql_memmgr_optimizer_memory_bytes{mssql_instance="SQLEXPRESS"} 1.007616e+06 2264 # HELP windows_mssql_memmgr_outstanding_memory_grants (MemoryManager.MemoryGrantsOutstanding) 2265 # TYPE windows_mssql_memmgr_outstanding_memory_grants gauge 2266 windows_mssql_memmgr_outstanding_memory_grants{mssql_instance="SQLEXPRESS"} 0 2267 # HELP windows_mssql_memmgr_pending_memory_grants (MemoryManager.MemoryGrantsPending) 2268 # TYPE windows_mssql_memmgr_pending_memory_grants gauge 2269 windows_mssql_memmgr_pending_memory_grants{mssql_instance="SQLEXPRESS"} 0 2270 # HELP windows_mssql_memmgr_reserved_server_memory_bytes (MemoryManager.ReservedServerMemoryKB) 2271 # TYPE windows_mssql_memmgr_reserved_server_memory_bytes gauge 2272 windows_mssql_memmgr_reserved_server_memory_bytes{mssql_instance="SQLEXPRESS"} 0 2273 # HELP windows_mssql_memmgr_sql_cache_memory_bytes (MemoryManager.SQLCacheMemoryKB) 2274 # TYPE windows_mssql_memmgr_sql_cache_memory_bytes gauge 2275 windows_mssql_memmgr_sql_cache_memory_bytes{mssql_instance="SQLEXPRESS"} 1.728512e+06 2276 # HELP windows_mssql_memmgr_stolen_server_memory_bytes (MemoryManager.StolenServerMemoryKB) 2277 # TYPE windows_mssql_memmgr_stolen_server_memory_bytes gauge 2278 windows_mssql_memmgr_stolen_server_memory_bytes{mssql_instance="SQLEXPRESS"} 1.7281024e+08 2279 # HELP windows_mssql_memmgr_target_server_memory_bytes (MemoryManager.TargetServerMemoryKB) 2280 # TYPE windows_mssql_memmgr_target_server_memory_bytes gauge 2281 windows_mssql_memmgr_target_server_memory_bytes{mssql_instance="SQLEXPRESS"} 1.816387584e+09 2282 # HELP windows_mssql_memmgr_total_server_memory_bytes (MemoryManager.TotalServerMemoryKB) 2283 # TYPE windows_mssql_memmgr_total_server_memory_bytes gauge 2284 windows_mssql_memmgr_total_server_memory_bytes{mssql_instance="SQLEXPRESS"} 1.98836224e+08 2285 # HELP windows_mssql_sql_errors_total (SQLErrors.Total) 2286 # TYPE windows_mssql_sql_errors_total counter 2287 windows_mssql_sql_errors_total{mssql_instance="SQLEXPRESS",resource="DB Offline Errors"} 0 2288 windows_mssql_sql_errors_total{mssql_instance="SQLEXPRESS",resource="Info Errors"} 766 2289 windows_mssql_sql_errors_total{mssql_instance="SQLEXPRESS",resource="Kill Connection Errors"} 0 2290 windows_mssql_sql_errors_total{mssql_instance="SQLEXPRESS",resource="User Errors"} 29 2291 # HELP windows_mssql_sqlstats_auto_parameterization_attempts (SQLStatistics.AutoParamAttempts) 2292 # TYPE windows_mssql_sqlstats_auto_parameterization_attempts counter 2293 windows_mssql_sqlstats_auto_parameterization_attempts{mssql_instance="SQLEXPRESS"} 37 2294 # HELP windows_mssql_sqlstats_batch_requests (SQLStatistics.BatchRequests) 2295 # TYPE windows_mssql_sqlstats_batch_requests counter 2296 windows_mssql_sqlstats_batch_requests{mssql_instance="SQLEXPRESS"} 2972 2297 # HELP windows_mssql_sqlstats_failed_auto_parameterization_attempts (SQLStatistics.FailedAutoParams) 2298 # TYPE windows_mssql_sqlstats_failed_auto_parameterization_attempts counter 2299 windows_mssql_sqlstats_failed_auto_parameterization_attempts{mssql_instance="SQLEXPRESS"} 29 2300 # HELP windows_mssql_sqlstats_forced_parameterizations (SQLStatistics.ForcedParameterizations) 2301 # TYPE windows_mssql_sqlstats_forced_parameterizations counter 2302 windows_mssql_sqlstats_forced_parameterizations{mssql_instance="SQLEXPRESS"} 0 2303 # HELP windows_mssql_sqlstats_guided_plan_executions (SQLStatistics.Guidedplanexecutions) 2304 # TYPE windows_mssql_sqlstats_guided_plan_executions counter 2305 windows_mssql_sqlstats_guided_plan_executions{mssql_instance="SQLEXPRESS"} 0 2306 # HELP windows_mssql_sqlstats_misguided_plan_executions (SQLStatistics.Misguidedplanexecutions) 2307 # TYPE windows_mssql_sqlstats_misguided_plan_executions counter 2308 windows_mssql_sqlstats_misguided_plan_executions{mssql_instance="SQLEXPRESS"} 0 2309 # HELP windows_mssql_sqlstats_safe_auto_parameterization_attempts (SQLStatistics.SafeAutoParams) 2310 # TYPE windows_mssql_sqlstats_safe_auto_parameterization_attempts counter 2311 windows_mssql_sqlstats_safe_auto_parameterization_attempts{mssql_instance="SQLEXPRESS"} 2 2312 # HELP windows_mssql_sqlstats_sql_attentions (SQLStatistics.SQLAttentions) 2313 # TYPE windows_mssql_sqlstats_sql_attentions counter 2314 windows_mssql_sqlstats_sql_attentions{mssql_instance="SQLEXPRESS"} 0 2315 # HELP windows_mssql_sqlstats_sql_compilations (SQLStatistics.SQLCompilations) 2316 # TYPE windows_mssql_sqlstats_sql_compilations counter 2317 windows_mssql_sqlstats_sql_compilations{mssql_instance="SQLEXPRESS"} 376 2318 # HELP windows_mssql_sqlstats_sql_recompilations (SQLStatistics.SQLReCompilations) 2319 # TYPE windows_mssql_sqlstats_sql_recompilations counter 2320 windows_mssql_sqlstats_sql_recompilations{mssql_instance="SQLEXPRESS"} 8 2321 # HELP windows_mssql_sqlstats_unsafe_auto_parameterization_attempts (SQLStatistics.UnsafeAutoParams) 2322 # TYPE windows_mssql_sqlstats_unsafe_auto_parameterization_attempts counter 2323 windows_mssql_sqlstats_unsafe_auto_parameterization_attempts{mssql_instance="SQLEXPRESS"} 6 2324 # HELP windows_mssql_transactions_active (Transactions.Transactions) 2325 # TYPE windows_mssql_transactions_active gauge 2326 windows_mssql_transactions_active{mssql_instance="SQLEXPRESS"} 6 2327 # HELP windows_mssql_transactions_longest_transaction_running_seconds (Transactions.LongestTransactionRunningTime) 2328 # TYPE windows_mssql_transactions_longest_transaction_running_seconds gauge 2329 windows_mssql_transactions_longest_transaction_running_seconds{mssql_instance="SQLEXPRESS"} 0 2330 # HELP windows_mssql_transactions_nonsnapshot_version_active_total (Transactions.NonSnapshotVersionTransactions) 2331 # TYPE windows_mssql_transactions_nonsnapshot_version_active_total counter 2332 windows_mssql_transactions_nonsnapshot_version_active_total{mssql_instance="SQLEXPRESS"} 0 2333 # HELP windows_mssql_transactions_snapshot_active_total (Transactions.SnapshotTransactions) 2334 # TYPE windows_mssql_transactions_snapshot_active_total counter 2335 windows_mssql_transactions_snapshot_active_total{mssql_instance="SQLEXPRESS"} 0 2336 # HELP windows_mssql_transactions_tempdb_free_space_bytes (Transactions.FreeSpaceInTempDbKB) 2337 # TYPE windows_mssql_transactions_tempdb_free_space_bytes gauge 2338 windows_mssql_transactions_tempdb_free_space_bytes{mssql_instance="SQLEXPRESS"} 5.046272e+06 2339 # HELP windows_mssql_transactions_update_conflicts_total (Transactions.UpdateConflictRatio) 2340 # TYPE windows_mssql_transactions_update_conflicts_total counter 2341 windows_mssql_transactions_update_conflicts_total{mssql_instance="SQLEXPRESS"} 0 2342 # HELP windows_mssql_transactions_update_snapshot_active_total (Transactions.UpdateSnapshotTransactions) 2343 # TYPE windows_mssql_transactions_update_snapshot_active_total counter 2344 windows_mssql_transactions_update_snapshot_active_total{mssql_instance="SQLEXPRESS"} 0 2345 # HELP windows_mssql_transactions_version_cleanup_rate_bytes (Transactions.VersionCleanupRateKBs) 2346 # TYPE windows_mssql_transactions_version_cleanup_rate_bytes gauge 2347 windows_mssql_transactions_version_cleanup_rate_bytes{mssql_instance="SQLEXPRESS"} 0 2348 # HELP windows_mssql_transactions_version_generation_rate_bytes (Transactions.VersionGenerationRateKBs) 2349 # TYPE windows_mssql_transactions_version_generation_rate_bytes gauge 2350 windows_mssql_transactions_version_generation_rate_bytes{mssql_instance="SQLEXPRESS"} 0 2351 # HELP windows_mssql_transactions_version_store_creation_units (Transactions.VersionStoreUnitCreation) 2352 # TYPE windows_mssql_transactions_version_store_creation_units counter 2353 windows_mssql_transactions_version_store_creation_units{mssql_instance="SQLEXPRESS"} 2 2354 # HELP windows_mssql_transactions_version_store_size_bytes (Transactions.VersionStoreSizeKB) 2355 # TYPE windows_mssql_transactions_version_store_size_bytes gauge 2356 windows_mssql_transactions_version_store_size_bytes{mssql_instance="SQLEXPRESS"} 0 2357 # HELP windows_mssql_transactions_version_store_truncation_units (Transactions.VersionStoreUnitTruncation) 2358 # TYPE windows_mssql_transactions_version_store_truncation_units counter 2359 windows_mssql_transactions_version_store_truncation_units{mssql_instance="SQLEXPRESS"} 0 2360 # HELP windows_mssql_transactions_version_store_units (Transactions.VersionStoreUnitCount) 2361 # TYPE windows_mssql_transactions_version_store_units counter 2362 windows_mssql_transactions_version_store_units{mssql_instance="SQLEXPRESS"} 2 2363 # HELP windows_mssql_waitstats_lock_waits (WaitStats.LockWaits) 2364 # TYPE windows_mssql_waitstats_lock_waits counter 2365 windows_mssql_waitstats_lock_waits{item="Average wait time (ms)",mssql_instance="SQLEXPRESS"} 0 2366 windows_mssql_waitstats_lock_waits{item="Cumulative wait time (ms) per second",mssql_instance="SQLEXPRESS"} 0 2367 windows_mssql_waitstats_lock_waits{item="Waits in progress",mssql_instance="SQLEXPRESS"} 0 2368 windows_mssql_waitstats_lock_waits{item="Waits started per second",mssql_instance="SQLEXPRESS"} 0 2369 # HELP windows_mssql_waitstats_log_buffer_waits (WaitStats.LogBufferWaits) 2370 # TYPE windows_mssql_waitstats_log_buffer_waits counter 2371 windows_mssql_waitstats_log_buffer_waits{item="Average wait time (ms)",mssql_instance="SQLEXPRESS"} 0 2372 windows_mssql_waitstats_log_buffer_waits{item="Cumulative wait time (ms) per second",mssql_instance="SQLEXPRESS"} 0 2373 windows_mssql_waitstats_log_buffer_waits{item="Waits in progress",mssql_instance="SQLEXPRESS"} 0 2374 windows_mssql_waitstats_log_buffer_waits{item="Waits started per second",mssql_instance="SQLEXPRESS"} 0 2375 # HELP windows_mssql_waitstats_log_write_waits (WaitStats.LogWriteWaits) 2376 # TYPE windows_mssql_waitstats_log_write_waits counter 2377 windows_mssql_waitstats_log_write_waits{item="Average wait time (ms)",mssql_instance="SQLEXPRESS"} 0 2378 windows_mssql_waitstats_log_write_waits{item="Cumulative wait time (ms) per second",mssql_instance="SQLEXPRESS"} 0 2379 windows_mssql_waitstats_log_write_waits{item="Waits in progress",mssql_instance="SQLEXPRESS"} 0 2380 windows_mssql_waitstats_log_write_waits{item="Waits started per second",mssql_instance="SQLEXPRESS"} 0 2381 # HELP windows_mssql_waitstats_memory_grant_queue_waits (WaitStats.MemoryGrantQueueWaits) 2382 # TYPE windows_mssql_waitstats_memory_grant_queue_waits counter 2383 windows_mssql_waitstats_memory_grant_queue_waits{item="Average wait time (ms)",mssql_instance="SQLEXPRESS"} 0 2384 windows_mssql_waitstats_memory_grant_queue_waits{item="Cumulative wait time (ms) per second",mssql_instance="SQLEXPRESS"} 0 2385 windows_mssql_waitstats_memory_grant_queue_waits{item="Waits in progress",mssql_instance="SQLEXPRESS"} 0 2386 windows_mssql_waitstats_memory_grant_queue_waits{item="Waits started per second",mssql_instance="SQLEXPRESS"} 0 2387 # HELP windows_mssql_waitstats_network_io_waits (WaitStats.NetworkIOWaits) 2388 # TYPE windows_mssql_waitstats_network_io_waits counter 2389 windows_mssql_waitstats_network_io_waits{item="Average wait time (ms)",mssql_instance="SQLEXPRESS"} 0 2390 windows_mssql_waitstats_network_io_waits{item="Cumulative wait time (ms) per second",mssql_instance="SQLEXPRESS"} 0 2391 windows_mssql_waitstats_network_io_waits{item="Waits in progress",mssql_instance="SQLEXPRESS"} 0 2392 windows_mssql_waitstats_network_io_waits{item="Waits started per second",mssql_instance="SQLEXPRESS"} 0 2393 # HELP windows_mssql_waitstats_nonpage_latch_waits (WaitStats.NonpageLatchWaits) 2394 # TYPE windows_mssql_waitstats_nonpage_latch_waits counter 2395 windows_mssql_waitstats_nonpage_latch_waits{item="Average wait time (ms)",mssql_instance="SQLEXPRESS"} 0 2396 windows_mssql_waitstats_nonpage_latch_waits{item="Cumulative wait time (ms) per second",mssql_instance="SQLEXPRESS"} 0 2397 windows_mssql_waitstats_nonpage_latch_waits{item="Waits in progress",mssql_instance="SQLEXPRESS"} 0 2398 windows_mssql_waitstats_nonpage_latch_waits{item="Waits started per second",mssql_instance="SQLEXPRESS"} 0 2399 # HELP windows_mssql_waitstats_page_io_latch_waits (WaitStats.PageIOLatchWaits) 2400 # TYPE windows_mssql_waitstats_page_io_latch_waits counter 2401 windows_mssql_waitstats_page_io_latch_waits{item="Average wait time (ms)",mssql_instance="SQLEXPRESS"} 0 2402 windows_mssql_waitstats_page_io_latch_waits{item="Cumulative wait time (ms) per second",mssql_instance="SQLEXPRESS"} 0 2403 windows_mssql_waitstats_page_io_latch_waits{item="Waits in progress",mssql_instance="SQLEXPRESS"} 0 2404 windows_mssql_waitstats_page_io_latch_waits{item="Waits started per second",mssql_instance="SQLEXPRESS"} 0 2405 # HELP windows_mssql_waitstats_page_latch_waits (WaitStats.PageLatchWaits) 2406 # TYPE windows_mssql_waitstats_page_latch_waits counter 2407 windows_mssql_waitstats_page_latch_waits{item="Average wait time (ms)",mssql_instance="SQLEXPRESS"} 0 2408 windows_mssql_waitstats_page_latch_waits{item="Cumulative wait time (ms) per second",mssql_instance="SQLEXPRESS"} 0 2409 windows_mssql_waitstats_page_latch_waits{item="Waits in progress",mssql_instance="SQLEXPRESS"} 0 2410 windows_mssql_waitstats_page_latch_waits{item="Waits started per second",mssql_instance="SQLEXPRESS"} 0 2411 # HELP windows_mssql_waitstats_thread_safe_memory_objects_waits (WaitStats.ThreadSafeMemoryObjectsWaits) 2412 # TYPE windows_mssql_waitstats_thread_safe_memory_objects_waits counter 2413 windows_mssql_waitstats_thread_safe_memory_objects_waits{item="Average wait time (ms)",mssql_instance="SQLEXPRESS"} 0 2414 windows_mssql_waitstats_thread_safe_memory_objects_waits{item="Cumulative wait time (ms) per second",mssql_instance="SQLEXPRESS"} 0 2415 windows_mssql_waitstats_thread_safe_memory_objects_waits{item="Waits in progress",mssql_instance="SQLEXPRESS"} 0 2416 windows_mssql_waitstats_thread_safe_memory_objects_waits{item="Waits started per second",mssql_instance="SQLEXPRESS"} 0 2417 # HELP windows_mssql_waitstats_transaction_ownership_waits (WaitStats.TransactionOwnershipWaits) 2418 # TYPE windows_mssql_waitstats_transaction_ownership_waits counter 2419 windows_mssql_waitstats_transaction_ownership_waits{item="Average wait time (ms)",mssql_instance="SQLEXPRESS"} 0 2420 windows_mssql_waitstats_transaction_ownership_waits{item="Cumulative wait time (ms) per second",mssql_instance="SQLEXPRESS"} 0 2421 windows_mssql_waitstats_transaction_ownership_waits{item="Waits in progress",mssql_instance="SQLEXPRESS"} 0 2422 windows_mssql_waitstats_transaction_ownership_waits{item="Waits started per second",mssql_instance="SQLEXPRESS"} 0 2423 # HELP windows_mssql_waitstats_wait_for_the_worker_waits (WaitStats.WaitForTheWorkerWaits) 2424 # TYPE windows_mssql_waitstats_wait_for_the_worker_waits counter 2425 windows_mssql_waitstats_wait_for_the_worker_waits{item="Average wait time (ms)",mssql_instance="SQLEXPRESS"} 0 2426 windows_mssql_waitstats_wait_for_the_worker_waits{item="Cumulative wait time (ms) per second",mssql_instance="SQLEXPRESS"} 0 2427 windows_mssql_waitstats_wait_for_the_worker_waits{item="Waits in progress",mssql_instance="SQLEXPRESS"} 0 2428 windows_mssql_waitstats_wait_for_the_worker_waits{item="Waits started per second",mssql_instance="SQLEXPRESS"} 0 2429 # HELP windows_mssql_waitstats_workspace_synchronization_waits (WaitStats.WorkspaceSynchronizationWaits) 2430 # TYPE windows_mssql_waitstats_workspace_synchronization_waits counter 2431 windows_mssql_waitstats_workspace_synchronization_waits{item="Average wait time (ms)",mssql_instance="SQLEXPRESS"} 0 2432 windows_mssql_waitstats_workspace_synchronization_waits{item="Cumulative wait time (ms) per second",mssql_instance="SQLEXPRESS"} 0 2433 windows_mssql_waitstats_workspace_synchronization_waits{item="Waits in progress",mssql_instance="SQLEXPRESS"} 0 2434 windows_mssql_waitstats_workspace_synchronization_waits{item="Waits started per second",mssql_instance="SQLEXPRESS"} 0 2435 # HELP windows_net_bytes_received_total (Network.BytesReceivedPerSec) 2436 # TYPE windows_net_bytes_received_total counter 2437 windows_net_bytes_received_total{nic="Intel_R__PRO_1000_MT_Network_Connection"} 4.786344482e+09 2438 # HELP windows_net_bytes_sent_total (Network.BytesSentPerSec) 2439 # TYPE windows_net_bytes_sent_total counter 2440 windows_net_bytes_sent_total{nic="Intel_R__PRO_1000_MT_Network_Connection"} 1.026395688e+09 2441 # HELP windows_net_bytes_total (Network.BytesTotalPerSec) 2442 # TYPE windows_net_bytes_total counter 2443 windows_net_bytes_total{nic="Intel_R__PRO_1000_MT_Network_Connection"} 5.81274017e+09 2444 # HELP windows_net_current_bandwidth_bytes (Network.CurrentBandwidth) 2445 # TYPE windows_net_current_bandwidth_bytes gauge 2446 windows_net_current_bandwidth_bytes{nic="Intel_R__PRO_1000_MT_Network_Connection"} 1.25e+08 2447 # HELP windows_net_packets_outbound_discarded_total (Network.PacketsOutboundDiscarded) 2448 # TYPE windows_net_packets_outbound_discarded_total counter 2449 windows_net_packets_outbound_discarded_total{nic="Intel_R__PRO_1000_MT_Network_Connection"} 0 2450 # HELP windows_net_packets_outbound_errors_total (Network.PacketsOutboundErrors) 2451 # TYPE windows_net_packets_outbound_errors_total counter 2452 windows_net_packets_outbound_errors_total{nic="Intel_R__PRO_1000_MT_Network_Connection"} 0 2453 # HELP windows_net_packets_received_discarded_total (Network.PacketsReceivedDiscarded) 2454 # TYPE windows_net_packets_received_discarded_total counter 2455 windows_net_packets_received_discarded_total{nic="Intel_R__PRO_1000_MT_Network_Connection"} 0 2456 # HELP windows_net_packets_received_errors_total (Network.PacketsReceivedErrors) 2457 # TYPE windows_net_packets_received_errors_total counter 2458 windows_net_packets_received_errors_total{nic="Intel_R__PRO_1000_MT_Network_Connection"} 0 2459 # HELP windows_net_packets_received_total (Network.PacketsReceivedPerSec) 2460 # TYPE windows_net_packets_received_total counter 2461 windows_net_packets_received_total{nic="Intel_R__PRO_1000_MT_Network_Connection"} 4.120869e+06 2462 # HELP windows_net_packets_received_unknown_total (Network.PacketsReceivedUnknown) 2463 # TYPE windows_net_packets_received_unknown_total counter 2464 windows_net_packets_received_unknown_total{nic="Intel_R__PRO_1000_MT_Network_Connection"} 0 2465 # HELP windows_net_packets_sent_total (Network.PacketsSentPerSec) 2466 # TYPE windows_net_packets_sent_total counter 2467 windows_net_packets_sent_total{nic="Intel_R__PRO_1000_MT_Network_Connection"} 1.332466e+06 2468 # HELP windows_net_packets_total (Network.PacketsPerSec) 2469 # TYPE windows_net_packets_total counter 2470 windows_net_packets_total{nic="Intel_R__PRO_1000_MT_Network_Connection"} 5.453335e+06 2471 # HELP windows_netframework_clrexceptions_exceptions_filters_total Displays the total number of .NET exception filters executed. An exception filter evaluates regardless of whether an exception is handled. 2472 # TYPE windows_netframework_clrexceptions_exceptions_filters_total counter 2473 windows_netframework_clrexceptions_exceptions_filters_total{process="WMSvc"} 0 2474 windows_netframework_clrexceptions_exceptions_filters_total{process="powershell"} 0 2475 # HELP windows_netframework_clrexceptions_exceptions_finallys_total Displays the total number of finally blocks executed. Only the finally blocks executed for an exception are counted; finally blocks on normal code paths are not counted by this counter. 2476 # TYPE windows_netframework_clrexceptions_exceptions_finallys_total counter 2477 windows_netframework_clrexceptions_exceptions_finallys_total{process="WMSvc"} 0 2478 windows_netframework_clrexceptions_exceptions_finallys_total{process="powershell"} 56 2479 # HELP windows_netframework_clrexceptions_exceptions_thrown_total Displays the total number of exceptions thrown since the application started. This includes both .NET exceptions and unmanaged exceptions that are converted into .NET exceptions. 2480 # TYPE windows_netframework_clrexceptions_exceptions_thrown_total counter 2481 windows_netframework_clrexceptions_exceptions_thrown_total{process="WMSvc"} 0 2482 windows_netframework_clrexceptions_exceptions_thrown_total{process="powershell"} 37 2483 # HELP windows_netframework_clrexceptions_throw_to_catch_depth_total Displays the total number of stack frames traversed, from the frame that threw the exception to the frame that handled the exception. 2484 # TYPE windows_netframework_clrexceptions_throw_to_catch_depth_total counter 2485 windows_netframework_clrexceptions_throw_to_catch_depth_total{process="WMSvc"} 0 2486 windows_netframework_clrexceptions_throw_to_catch_depth_total{process="powershell"} 140 2487 # HELP windows_netframework_clrinterop_com_callable_wrappers_total Displays the current number of COM callable wrappers (CCWs). A CCW is a proxy for a managed object being referenced from an unmanaged COM client. 2488 # TYPE windows_netframework_clrinterop_com_callable_wrappers_total counter 2489 windows_netframework_clrinterop_com_callable_wrappers_total{process="WMSvc"} 2 2490 windows_netframework_clrinterop_com_callable_wrappers_total{process="powershell"} 5 2491 # HELP windows_netframework_clrinterop_interop_marshalling_total Displays the total number of times arguments and return values have been marshaled from managed to unmanaged code, and vice versa, since the application started. 2492 # TYPE windows_netframework_clrinterop_interop_marshalling_total counter 2493 windows_netframework_clrinterop_interop_marshalling_total{process="WMSvc"} 0 2494 windows_netframework_clrinterop_interop_marshalling_total{process="powershell"} 0 2495 # HELP windows_netframework_clrinterop_interop_stubs_created_total Displays the current number of stubs created by the common language runtime. Stubs are responsible for marshaling arguments and return values from managed to unmanaged code, and vice versa, during a COM interop call or a platform invoke call. 2496 # TYPE windows_netframework_clrinterop_interop_stubs_created_total counter 2497 windows_netframework_clrinterop_interop_stubs_created_total{process="WMSvc"} 29 2498 windows_netframework_clrinterop_interop_stubs_created_total{process="powershell"} 345 2499 # HELP windows_netframework_clrjit_jit_il_bytes_total Displays the total number of Microsoft intermediate language (MSIL) bytes compiled by the just-in-time (JIT) compiler since the application started 2500 # TYPE windows_netframework_clrjit_jit_il_bytes_total counter 2501 windows_netframework_clrjit_jit_il_bytes_total{process="WMSvc"} 4007 2502 windows_netframework_clrjit_jit_il_bytes_total{process="powershell"} 47021 2503 # HELP windows_netframework_clrjit_jit_methods_total Displays the total number of methods JIT-compiled since the application started. This counter does not include pre-JIT-compiled methods. 2504 # TYPE windows_netframework_clrjit_jit_methods_total counter 2505 windows_netframework_clrjit_jit_methods_total{process="WMSvc"} 27 2506 windows_netframework_clrjit_jit_methods_total{process="powershell"} 344 2507 # HELP windows_netframework_clrjit_jit_standard_failures_total Displays the peak number of methods the JIT compiler has failed to compile since the application started. This failure can occur if the MSIL cannot be verified or if there is an internal error in the JIT compiler. 2508 # TYPE windows_netframework_clrjit_jit_standard_failures_total gauge 2509 windows_netframework_clrjit_jit_standard_failures_total{process="WMSvc"} 0 2510 windows_netframework_clrjit_jit_standard_failures_total{process="powershell"} 0 2511 # HELP windows_netframework_clrjit_jit_time_percent Displays the percentage of time spent in JIT compilation. This counter is updated at the end of every JIT compilation phase. A JIT compilation phase occurs when a method and its dependencies are compiled. 2512 # TYPE windows_netframework_clrjit_jit_time_percent gauge 2513 windows_netframework_clrjit_jit_time_percent{process="WMSvc"} 0 2514 windows_netframework_clrjit_jit_time_percent{process="powershell"} 0 2515 # HELP windows_netframework_clrloading_appdomains_loaded_current Displays the current number of application domains loaded in this application. 2516 # TYPE windows_netframework_clrloading_appdomains_loaded_current gauge 2517 windows_netframework_clrloading_appdomains_loaded_current{process="WMSvc"} 1 2518 windows_netframework_clrloading_appdomains_loaded_current{process="powershell"} 1 2519 # HELP windows_netframework_clrloading_appdomains_loaded_total Displays the peak number of application domains loaded since the application started. 2520 # TYPE windows_netframework_clrloading_appdomains_loaded_total counter 2521 windows_netframework_clrloading_appdomains_loaded_total{process="WMSvc"} 1 2522 windows_netframework_clrloading_appdomains_loaded_total{process="powershell"} 1 2523 # HELP windows_netframework_clrloading_appdomains_unloaded_total Displays the total number of application domains unloaded since the application started. If an application domain is loaded and unloaded multiple times, this counter increments each time the application domain is unloaded. 2524 # TYPE windows_netframework_clrloading_appdomains_unloaded_total counter 2525 windows_netframework_clrloading_appdomains_unloaded_total{process="WMSvc"} 0 2526 windows_netframework_clrloading_appdomains_unloaded_total{process="powershell"} 0 2527 # HELP windows_netframework_clrloading_assemblies_loaded_current Displays the current number of assemblies loaded across all application domains in the currently running application. If the assembly is loaded as domain-neutral from multiple application domains, this counter is incremented only once. 2528 # TYPE windows_netframework_clrloading_assemblies_loaded_current gauge 2529 windows_netframework_clrloading_assemblies_loaded_current{process="WMSvc"} 5 2530 windows_netframework_clrloading_assemblies_loaded_current{process="powershell"} 20 2531 # HELP windows_netframework_clrloading_assemblies_loaded_total Displays the total number of assemblies loaded since the application started. If the assembly is loaded as domain-neutral from multiple application domains, this counter is incremented only once. 2532 # TYPE windows_netframework_clrloading_assemblies_loaded_total counter 2533 windows_netframework_clrloading_assemblies_loaded_total{process="WMSvc"} 5 2534 windows_netframework_clrloading_assemblies_loaded_total{process="powershell"} 20 2535 # HELP windows_netframework_clrloading_class_load_failures_total Displays the peak number of classes that have failed to load since the application started. 2536 # TYPE windows_netframework_clrloading_class_load_failures_total counter 2537 windows_netframework_clrloading_class_load_failures_total{process="WMSvc"} 0 2538 windows_netframework_clrloading_class_load_failures_total{process="powershell"} 1 2539 # HELP windows_netframework_clrloading_classes_loaded_current Displays the current number of classes loaded in all assemblies. 2540 # TYPE windows_netframework_clrloading_classes_loaded_current gauge 2541 windows_netframework_clrloading_classes_loaded_current{process="WMSvc"} 18 2542 windows_netframework_clrloading_classes_loaded_current{process="powershell"} 477 2543 # HELP windows_netframework_clrloading_classes_loaded_total Displays the cumulative number of classes loaded in all assemblies since the application started. 2544 # TYPE windows_netframework_clrloading_classes_loaded_total counter 2545 windows_netframework_clrloading_classes_loaded_total{process="WMSvc"} 18 2546 windows_netframework_clrloading_classes_loaded_total{process="powershell"} 477 2547 # HELP windows_netframework_clrloading_loader_heap_size_bytes Displays the current size, in bytes, of the memory committed by the class loader across all application domains. Committed memory is the physical space reserved in the disk paging file. 2548 # TYPE windows_netframework_clrloading_loader_heap_size_bytes gauge 2549 windows_netframework_clrloading_loader_heap_size_bytes{process="WMSvc"} 270336 2550 windows_netframework_clrloading_loader_heap_size_bytes{process="powershell"} 2.285568e+06 2551 # HELP windows_netframework_clrlocksandthreads_contentions_total Displays the total number of times that threads in the runtime have attempted to acquire a managed lock unsuccessfully. 2552 # TYPE windows_netframework_clrlocksandthreads_contentions_total counter 2553 windows_netframework_clrlocksandthreads_contentions_total{process="WMSvc"} 0 2554 windows_netframework_clrlocksandthreads_contentions_total{process="powershell"} 10 2555 # HELP windows_netframework_clrlocksandthreads_current_logical_threads Displays the number of current managed thread objects in the application. This counter maintains the count of both running and stopped threads. 2556 # TYPE windows_netframework_clrlocksandthreads_current_logical_threads gauge 2557 windows_netframework_clrlocksandthreads_current_logical_threads{process="WMSvc"} 2 2558 windows_netframework_clrlocksandthreads_current_logical_threads{process="powershell"} 16 2559 # HELP windows_netframework_clrlocksandthreads_current_queue_length Displays the total number of threads that are currently waiting to acquire a managed lock in the application. 2560 # TYPE windows_netframework_clrlocksandthreads_current_queue_length gauge 2561 windows_netframework_clrlocksandthreads_current_queue_length{process="WMSvc"} 0 2562 windows_netframework_clrlocksandthreads_current_queue_length{process="powershell"} 0 2563 # HELP windows_netframework_clrlocksandthreads_physical_threads_current Displays the number of native operating system threads created and owned by the common language runtime to act as underlying threads for managed thread objects. This counter's value does not include the threads used by the runtime in its internal operations; it is a subset of the threads in the operating system process. 2564 # TYPE windows_netframework_clrlocksandthreads_physical_threads_current gauge 2565 windows_netframework_clrlocksandthreads_physical_threads_current{process="WMSvc"} 1 2566 windows_netframework_clrlocksandthreads_physical_threads_current{process="powershell"} 13 2567 # HELP windows_netframework_clrlocksandthreads_queue_length_total Displays the total number of threads that waited to acquire a managed lock since the application started. 2568 # TYPE windows_netframework_clrlocksandthreads_queue_length_total counter 2569 windows_netframework_clrlocksandthreads_queue_length_total{process="WMSvc"} 0 2570 windows_netframework_clrlocksandthreads_queue_length_total{process="powershell"} 3 2571 # HELP windows_netframework_clrlocksandthreads_recognized_threads_current Displays the number of threads that are currently recognized by the runtime. These threads are associated with a corresponding managed thread object. The runtime does not create these threads, but they have run inside the runtime at least once. 2572 # TYPE windows_netframework_clrlocksandthreads_recognized_threads_current gauge 2573 windows_netframework_clrlocksandthreads_recognized_threads_current{process="WMSvc"} 1 2574 windows_netframework_clrlocksandthreads_recognized_threads_current{process="powershell"} 3 2575 # HELP windows_netframework_clrlocksandthreads_recognized_threads_total Displays the total number of threads that have been recognized by the runtime since the application started. These threads are associated with a corresponding managed thread object. The runtime does not create these threads, but they have run inside the runtime at least once. 2576 # TYPE windows_netframework_clrlocksandthreads_recognized_threads_total counter 2577 windows_netframework_clrlocksandthreads_recognized_threads_total{process="WMSvc"} 1 2578 windows_netframework_clrlocksandthreads_recognized_threads_total{process="powershell"} 6 2579 # HELP windows_netframework_clrmemory_allocated_bytes_total Displays the total number of bytes allocated on the garbage collection heap. 2580 # TYPE windows_netframework_clrmemory_allocated_bytes_total counter 2581 windows_netframework_clrmemory_allocated_bytes_total{process="WMSvc"} 227792 2582 windows_netframework_clrmemory_allocated_bytes_total{process="powershell"} 4.63338e+07 2583 # HELP windows_netframework_clrmemory_collections_total Displays the number of times the generation objects are garbage collected since the application started. 2584 # TYPE windows_netframework_clrmemory_collections_total counter 2585 windows_netframework_clrmemory_collections_total{area="Gen0",process="WMSvc"} 1 2586 windows_netframework_clrmemory_collections_total{area="Gen0",process="powershell"} 7 2587 windows_netframework_clrmemory_collections_total{area="Gen1",process="WMSvc"} 1 2588 windows_netframework_clrmemory_collections_total{area="Gen1",process="powershell"} 3 2589 windows_netframework_clrmemory_collections_total{area="Gen2",process="WMSvc"} 0 2590 windows_netframework_clrmemory_collections_total{area="Gen2",process="powershell"} 1 2591 # HELP windows_netframework_clrmemory_committed_bytes Displays the amount of virtual memory, in bytes, currently committed by the garbage collector. Committed memory is the physical memory for which space has been reserved in the disk paging file. 2592 # TYPE windows_netframework_clrmemory_committed_bytes gauge 2593 windows_netframework_clrmemory_committed_bytes{process="WMSvc"} 270336 2594 windows_netframework_clrmemory_committed_bytes{process="powershell"} 2.0475904e+07 2595 # HELP windows_netframework_clrmemory_finalization_survivors Displays the number of garbage-collected objects that survive a collection because they are waiting to be finalized. 2596 # TYPE windows_netframework_clrmemory_finalization_survivors gauge 2597 windows_netframework_clrmemory_finalization_survivors{process="WMSvc"} 7 2598 windows_netframework_clrmemory_finalization_survivors{process="powershell"} 244 2599 # HELP windows_netframework_clrmemory_gc_time_percent Displays the percentage of time that was spent performing a garbage collection in the last sample. 2600 # TYPE windows_netframework_clrmemory_gc_time_percent gauge 2601 windows_netframework_clrmemory_gc_time_percent{process="WMSvc"} 0 2602 windows_netframework_clrmemory_gc_time_percent{process="powershell"} 0.00027784979937050934 2603 # HELP windows_netframework_clrmemory_heap_size_bytes Displays the maximum bytes that can be allocated; it does not indicate the current number of bytes allocated. 2604 # TYPE windows_netframework_clrmemory_heap_size_bytes gauge 2605 windows_netframework_clrmemory_heap_size_bytes{area="Gen0",process="WMSvc"} 4.194304e+06 2606 windows_netframework_clrmemory_heap_size_bytes{area="Gen0",process="powershell"} 2.6417392e+07 2607 windows_netframework_clrmemory_heap_size_bytes{area="Gen1",process="WMSvc"} 50200 2608 windows_netframework_clrmemory_heap_size_bytes{area="Gen1",process="powershell"} 122776 2609 windows_netframework_clrmemory_heap_size_bytes{area="Gen2",process="WMSvc"} 24 2610 windows_netframework_clrmemory_heap_size_bytes{area="Gen2",process="powershell"} 6.71388e+06 2611 windows_netframework_clrmemory_heap_size_bytes{area="LOH",process="WMSvc"} 68168 2612 windows_netframework_clrmemory_heap_size_bytes{area="LOH",process="powershell"} 1.457824e+06 2613 # HELP windows_netframework_clrmemory_induced_gc_total Displays the peak number of times garbage collection was performed because of an explicit call to GC.Collect. 2614 # TYPE windows_netframework_clrmemory_induced_gc_total counter 2615 windows_netframework_clrmemory_induced_gc_total{process="WMSvc"} 0 2616 windows_netframework_clrmemory_induced_gc_total{process="powershell"} 0 2617 # HELP windows_netframework_clrmemory_number_gc_handles Displays the current number of garbage collection handles in use. Garbage collection handles are handles to resources external to the common language runtime and the managed environment. 2618 # TYPE windows_netframework_clrmemory_number_gc_handles gauge 2619 windows_netframework_clrmemory_number_gc_handles{process="WMSvc"} 24 2620 windows_netframework_clrmemory_number_gc_handles{process="powershell"} 834 2621 # HELP windows_netframework_clrmemory_number_pinned_objects Displays the number of pinned objects encountered in the last garbage collection. 2622 # TYPE windows_netframework_clrmemory_number_pinned_objects gauge 2623 windows_netframework_clrmemory_number_pinned_objects{process="WMSvc"} 1 2624 windows_netframework_clrmemory_number_pinned_objects{process="powershell"} 0 2625 # HELP windows_netframework_clrmemory_number_sink_blocksinuse Displays the current number of synchronization blocks in use. Synchronization blocks are per-object data structures allocated for storing synchronization information. They hold weak references to managed objects and must be scanned by the garbage collector. 2626 # TYPE windows_netframework_clrmemory_number_sink_blocksinuse gauge 2627 windows_netframework_clrmemory_number_sink_blocksinuse{process="WMSvc"} 1 2628 windows_netframework_clrmemory_number_sink_blocksinuse{process="powershell"} 42 2629 # HELP windows_netframework_clrmemory_promoted_bytes Displays the bytes that were promoted from the generation to the next one during the last GC. Memory is promoted when it survives a garbage collection. 2630 # TYPE windows_netframework_clrmemory_promoted_bytes gauge 2631 windows_netframework_clrmemory_promoted_bytes{area="Gen0",process="WMSvc"} 49720 2632 windows_netframework_clrmemory_promoted_bytes{area="Gen0",process="powershell"} 107352 2633 windows_netframework_clrmemory_promoted_bytes{area="Gen1",process="WMSvc"} 0 2634 windows_netframework_clrmemory_promoted_bytes{area="Gen1",process="powershell"} 0 2635 # HELP windows_netframework_clrmemory_reserved_bytes Displays the amount of virtual memory, in bytes, currently reserved by the garbage collector. Reserved memory is the virtual memory space reserved for the application when no disk or main memory pages have been used. 2636 # TYPE windows_netframework_clrmemory_reserved_bytes gauge 2637 windows_netframework_clrmemory_reserved_bytes{process="WMSvc"} 4.02644992e+08 2638 windows_netframework_clrmemory_reserved_bytes{process="powershell"} 4.02644992e+08 2639 # HELP windows_netframework_clrremoting_channels_total Displays the total number of remoting channels registered across all application domains since application started. 2640 # TYPE windows_netframework_clrremoting_channels_total counter 2641 windows_netframework_clrremoting_channels_total{process="WMSvc"} 0 2642 windows_netframework_clrremoting_channels_total{process="powershell"} 0 2643 # HELP windows_netframework_clrremoting_context_bound_classes_loaded Displays the current number of context-bound classes that are loaded. 2644 # TYPE windows_netframework_clrremoting_context_bound_classes_loaded gauge 2645 windows_netframework_clrremoting_context_bound_classes_loaded{process="WMSvc"} 0 2646 windows_netframework_clrremoting_context_bound_classes_loaded{process="powershell"} 0 2647 # HELP windows_netframework_clrremoting_context_bound_objects_total Displays the total number of context-bound objects allocated. 2648 # TYPE windows_netframework_clrremoting_context_bound_objects_total counter 2649 windows_netframework_clrremoting_context_bound_objects_total{process="WMSvc"} 0 2650 windows_netframework_clrremoting_context_bound_objects_total{process="powershell"} 0 2651 # HELP windows_netframework_clrremoting_context_proxies_total Displays the total number of remoting proxy objects in this process since it started. 2652 # TYPE windows_netframework_clrremoting_context_proxies_total counter 2653 windows_netframework_clrremoting_context_proxies_total{process="WMSvc"} 0 2654 windows_netframework_clrremoting_context_proxies_total{process="powershell"} 0 2655 # HELP windows_netframework_clrremoting_contexts Displays the current number of remoting contexts in the application. 2656 # TYPE windows_netframework_clrremoting_contexts gauge 2657 windows_netframework_clrremoting_contexts{process="WMSvc"} 1 2658 windows_netframework_clrremoting_contexts{process="powershell"} 1 2659 # HELP windows_netframework_clrremoting_remote_calls_total Displays the total number of remote procedure calls invoked since the application started. 2660 # TYPE windows_netframework_clrremoting_remote_calls_total counter 2661 windows_netframework_clrremoting_remote_calls_total{process="WMSvc"} 0 2662 windows_netframework_clrremoting_remote_calls_total{process="powershell"} 0 2663 # HELP windows_netframework_clrsecurity_link_time_checks_total Displays the total number of link-time code access security checks since the application started. 2664 # TYPE windows_netframework_clrsecurity_link_time_checks_total counter 2665 windows_netframework_clrsecurity_link_time_checks_total{process="WMSvc"} 0 2666 windows_netframework_clrsecurity_link_time_checks_total{process="powershell"} 0 2667 # HELP windows_netframework_clrsecurity_rt_checks_time_percent Displays the percentage of time spent performing runtime code access security checks in the last sample. 2668 # TYPE windows_netframework_clrsecurity_rt_checks_time_percent gauge 2669 windows_netframework_clrsecurity_rt_checks_time_percent{process="WMSvc"} 0 2670 windows_netframework_clrsecurity_rt_checks_time_percent{process="powershell"} 0 2671 # HELP windows_netframework_clrsecurity_runtime_checks_total Displays the total number of runtime code access security checks performed since the application started. 2672 # TYPE windows_netframework_clrsecurity_runtime_checks_total counter 2673 windows_netframework_clrsecurity_runtime_checks_total{process="WMSvc"} 3 2674 windows_netframework_clrsecurity_runtime_checks_total{process="powershell"} 4386 2675 # HELP windows_netframework_clrsecurity_stack_walk_depth Displays the depth of the stack during that last runtime code access security check. 2676 # TYPE windows_netframework_clrsecurity_stack_walk_depth gauge 2677 windows_netframework_clrsecurity_stack_walk_depth{process="WMSvc"} 1 2678 windows_netframework_clrsecurity_stack_walk_depth{process="powershell"} 1 2679 # HELP windows_os_info OperatingSystem.Caption, OperatingSystem.Version 2680 # TYPE windows_os_info gauge 2681 windows_os_info{build_number="22621",major_version="10",minor_version="0",product="Microsoft Windows 10 Pro",version="10.0.22621"} 1 2682 # HELP windows_os_paging_free_bytes OperatingSystem.FreeSpaceInPagingFiles 2683 # TYPE windows_os_paging_free_bytes gauge 2684 windows_os_paging_free_bytes 1.414107136e+09 2685 # HELP windows_os_paging_limit_bytes OperatingSystem.SizeStoredInPagingFiles 2686 # TYPE windows_os_paging_limit_bytes gauge 2687 windows_os_paging_limit_bytes 1.476395008e+09 2688 # HELP windows_os_physical_memory_free_bytes OperatingSystem.FreePhysicalMemory 2689 # TYPE windows_os_physical_memory_free_bytes gauge 2690 windows_os_physical_memory_free_bytes 1.379946496e+09 2691 # HELP windows_os_process_memory_limit_bytes OperatingSystem.MaxProcessMemorySize 2692 # TYPE windows_os_process_memory_limit_bytes gauge 2693 windows_os_process_memory_limit_bytes 1.40737488224256e+14 2694 # HELP windows_os_processes OperatingSystem.NumberOfProcesses 2695 # TYPE windows_os_processes gauge 2696 windows_os_processes 152 2697 # HELP windows_os_processes_limit OperatingSystem.MaxNumberOfProcesses 2698 # TYPE windows_os_processes_limit gauge 2699 windows_os_processes_limit 4.294967295e+09 2700 # HELP windows_os_time OperatingSystem.LocalDateTime 2701 # TYPE windows_os_time gauge 2702 windows_os_time 1.667508748e+09 2703 # HELP windows_os_timezone OperatingSystem.LocalDateTime 2704 # TYPE windows_os_timezone gauge 2705 windows_os_timezone{timezone="EET"} 1 2706 # HELP windows_os_users OperatingSystem.NumberOfUsers 2707 # TYPE windows_os_users gauge 2708 windows_os_users 2 2709 # HELP windows_os_virtual_memory_bytes OperatingSystem.TotalVirtualMemorySize 2710 # TYPE windows_os_virtual_memory_bytes gauge 2711 windows_os_virtual_memory_bytes 5.733113856e+09 2712 # HELP windows_os_virtual_memory_free_bytes OperatingSystem.FreeVirtualMemory 2713 # TYPE windows_os_virtual_memory_free_bytes gauge 2714 windows_os_virtual_memory_free_bytes 2.285674496e+09 2715 # HELP windows_os_visible_memory_bytes OperatingSystem.TotalVisibleMemorySize 2716 # TYPE windows_os_visible_memory_bytes gauge 2717 windows_os_visible_memory_bytes 4.256718848e+09 2718 # HELP windows_process_cpu_time_total Returns elapsed time that all of the threads of this process used the processor to execute instructions by mode (privileged, user). 2719 # TYPE windows_process_cpu_time_total counter 2720 windows_process_cpu_time_total{creating_process_id="4300",mode="privileged",process="msedge",process_id="6032"} 21.78125 2721 windows_process_cpu_time_total{creating_process_id="4300",mode="user",process="msedge",process_id="6032"} 31.46875 2722 windows_process_cpu_time_total{creating_process_id="6032",mode="privileged",process="msedge",process_id="1204"} 0.09375 2723 windows_process_cpu_time_total{creating_process_id="6032",mode="privileged",process="msedge",process_id="2296"} 0.203125 2724 windows_process_cpu_time_total{creating_process_id="6032",mode="privileged",process="msedge",process_id="3044"} 0.15625 2725 windows_process_cpu_time_total{creating_process_id="6032",mode="privileged",process="msedge",process_id="3728"} 0.28125 2726 windows_process_cpu_time_total{creating_process_id="6032",mode="privileged",process="msedge",process_id="5060"} 110.171875 2727 windows_process_cpu_time_total{creating_process_id="6032",mode="privileged",process="msedge",process_id="5904"} 0.359375 2728 windows_process_cpu_time_total{creating_process_id="6032",mode="privileged",process="msedge",process_id="5936"} 37.40625 2729 windows_process_cpu_time_total{creating_process_id="6032",mode="privileged",process="msedge",process_id="7800"} 0.03125 2730 windows_process_cpu_time_total{creating_process_id="6032",mode="privileged",process="msedge",process_id="844"} 1.765625 2731 windows_process_cpu_time_total{creating_process_id="6032",mode="privileged",process="msedge",process_id="8512"} 0.40625 2732 windows_process_cpu_time_total{creating_process_id="6032",mode="privileged",process="msedge",process_id="8736"} 47.796875 2733 windows_process_cpu_time_total{creating_process_id="6032",mode="privileged",process="msedge",process_id="896"} 69.1875 2734 windows_process_cpu_time_total{creating_process_id="6032",mode="privileged",process="msedge",process_id="900"} 0.265625 2735 windows_process_cpu_time_total{creating_process_id="6032",mode="user",process="msedge",process_id="1204"} 0.171875 2736 windows_process_cpu_time_total{creating_process_id="6032",mode="user",process="msedge",process_id="2296"} 0.28125 2737 windows_process_cpu_time_total{creating_process_id="6032",mode="user",process="msedge",process_id="3044"} 0.734375 2738 windows_process_cpu_time_total{creating_process_id="6032",mode="user",process="msedge",process_id="3728"} 0.734375 2739 windows_process_cpu_time_total{creating_process_id="6032",mode="user",process="msedge",process_id="5060"} 1281.59375 2740 windows_process_cpu_time_total{creating_process_id="6032",mode="user",process="msedge",process_id="5904"} 0.84375 2741 windows_process_cpu_time_total{creating_process_id="6032",mode="user",process="msedge",process_id="5936"} 52.515625 2742 windows_process_cpu_time_total{creating_process_id="6032",mode="user",process="msedge",process_id="7800"} 0.015625 2743 windows_process_cpu_time_total{creating_process_id="6032",mode="user",process="msedge",process_id="844"} 10.109375 2744 windows_process_cpu_time_total{creating_process_id="6032",mode="user",process="msedge",process_id="8512"} 1.203125 2745 windows_process_cpu_time_total{creating_process_id="6032",mode="user",process="msedge",process_id="8736"} 85.71875 2746 windows_process_cpu_time_total{creating_process_id="6032",mode="user",process="msedge",process_id="896"} 163.78125 2747 windows_process_cpu_time_total{creating_process_id="6032",mode="user",process="msedge",process_id="900"} 0.828125 2748 # HELP windows_process_handles Total number of handles the process has open. This number is the sum of the handles currently open by each thread in the process. 2749 # TYPE windows_process_handles gauge 2750 windows_process_handles{creating_process_id="4300",process="msedge",process_id="6032"} 1868 2751 windows_process_handles{creating_process_id="6032",process="msedge",process_id="1204"} 227 2752 windows_process_handles{creating_process_id="6032",process="msedge",process_id="2296"} 254 2753 windows_process_handles{creating_process_id="6032",process="msedge",process_id="3044"} 285 2754 windows_process_handles{creating_process_id="6032",process="msedge",process_id="3728"} 220 2755 windows_process_handles{creating_process_id="6032",process="msedge",process_id="5060"} 443 2756 windows_process_handles{creating_process_id="6032",process="msedge",process_id="5904"} 271 2757 windows_process_handles{creating_process_id="6032",process="msedge",process_id="5936"} 298 2758 windows_process_handles{creating_process_id="6032",process="msedge",process_id="7800"} 204 2759 windows_process_handles{creating_process_id="6032",process="msedge",process_id="844"} 379 2760 windows_process_handles{creating_process_id="6032",process="msedge",process_id="8512"} 274 2761 windows_process_handles{creating_process_id="6032",process="msedge",process_id="8736"} 245 2762 windows_process_handles{creating_process_id="6032",process="msedge",process_id="896"} 488 2763 windows_process_handles{creating_process_id="6032",process="msedge",process_id="900"} 323 2764 # HELP windows_process_io_bytes_total Bytes issued to I/O operations in different modes (read, write, other). 2765 # TYPE windows_process_io_bytes_total counter 2766 windows_process_io_bytes_total{creating_process_id="4300",mode="other",process="msedge",process_id="6032"} 4.348941e+06 2767 windows_process_io_bytes_total{creating_process_id="4300",mode="read",process="msedge",process_id="6032"} 3.30817247e+08 2768 windows_process_io_bytes_total{creating_process_id="4300",mode="write",process="msedge",process_id="6032"} 4.71331306e+08 2769 windows_process_io_bytes_total{creating_process_id="6032",mode="other",process="msedge",process_id="1204"} 26082 2770 windows_process_io_bytes_total{creating_process_id="6032",mode="other",process="msedge",process_id="2296"} 26144 2771 windows_process_io_bytes_total{creating_process_id="6032",mode="other",process="msedge",process_id="3044"} 26078 2772 windows_process_io_bytes_total{creating_process_id="6032",mode="other",process="msedge",process_id="3728"} 23912 2773 windows_process_io_bytes_total{creating_process_id="6032",mode="other",process="msedge",process_id="5060"} 26596 2774 windows_process_io_bytes_total{creating_process_id="6032",mode="other",process="msedge",process_id="5904"} 30800 2775 windows_process_io_bytes_total{creating_process_id="6032",mode="other",process="msedge",process_id="5936"} 1.83334e+06 2776 windows_process_io_bytes_total{creating_process_id="6032",mode="other",process="msedge",process_id="7800"} 5128 2777 windows_process_io_bytes_total{creating_process_id="6032",mode="other",process="msedge",process_id="844"} 26598 2778 windows_process_io_bytes_total{creating_process_id="6032",mode="other",process="msedge",process_id="8512"} 26174 2779 windows_process_io_bytes_total{creating_process_id="6032",mode="other",process="msedge",process_id="8736"} 26268 2780 windows_process_io_bytes_total{creating_process_id="6032",mode="other",process="msedge",process_id="896"} 188254 2781 windows_process_io_bytes_total{creating_process_id="6032",mode="other",process="msedge",process_id="900"} 26142 2782 windows_process_io_bytes_total{creating_process_id="6032",mode="read",process="msedge",process_id="1204"} 68868 2783 windows_process_io_bytes_total{creating_process_id="6032",mode="read",process="msedge",process_id="2296"} 261004 2784 windows_process_io_bytes_total{creating_process_id="6032",mode="read",process="msedge",process_id="3044"} 400260 2785 windows_process_io_bytes_total{creating_process_id="6032",mode="read",process="msedge",process_id="3728"} 734626 2786 windows_process_io_bytes_total{creating_process_id="6032",mode="read",process="msedge",process_id="5060"} 7.35770137e+08 2787 windows_process_io_bytes_total{creating_process_id="6032",mode="read",process="msedge",process_id="5904"} 45529 2788 windows_process_io_bytes_total{creating_process_id="6032",mode="read",process="msedge",process_id="5936"} 2.72541538e+08 2789 windows_process_io_bytes_total{creating_process_id="6032",mode="read",process="msedge",process_id="7800"} 8804 2790 windows_process_io_bytes_total{creating_process_id="6032",mode="read",process="msedge",process_id="844"} 2.4573337e+07 2791 windows_process_io_bytes_total{creating_process_id="6032",mode="read",process="msedge",process_id="8512"} 1.0120572e+07 2792 windows_process_io_bytes_total{creating_process_id="6032",mode="read",process="msedge",process_id="8736"} 7.202112e+06 2793 windows_process_io_bytes_total{creating_process_id="6032",mode="read",process="msedge",process_id="896"} 5.49114536e+08 2794 windows_process_io_bytes_total{creating_process_id="6032",mode="read",process="msedge",process_id="900"} 656823 2795 windows_process_io_bytes_total{creating_process_id="6032",mode="write",process="msedge",process_id="1204"} 249336 2796 windows_process_io_bytes_total{creating_process_id="6032",mode="write",process="msedge",process_id="2296"} 576080 2797 windows_process_io_bytes_total{creating_process_id="6032",mode="write",process="msedge",process_id="3044"} 1.7264e+06 2798 windows_process_io_bytes_total{creating_process_id="6032",mode="write",process="msedge",process_id="3728"} 1.257063e+06 2799 windows_process_io_bytes_total{creating_process_id="6032",mode="write",process="msedge",process_id="5060"} 7.54045349e+08 2800 windows_process_io_bytes_total{creating_process_id="6032",mode="write",process="msedge",process_id="5904"} 217248 2801 windows_process_io_bytes_total{creating_process_id="6032",mode="write",process="msedge",process_id="5936"} 4.55388644e+08 2802 windows_process_io_bytes_total{creating_process_id="6032",mode="write",process="msedge",process_id="7800"} 1128 2803 windows_process_io_bytes_total{creating_process_id="6032",mode="write",process="msedge",process_id="844"} 1.5475693e+07 2804 windows_process_io_bytes_total{creating_process_id="6032",mode="write",process="msedge",process_id="8512"} 3.635552e+06 2805 windows_process_io_bytes_total{creating_process_id="6032",mode="write",process="msedge",process_id="8736"} 7.987096e+06 2806 windows_process_io_bytes_total{creating_process_id="6032",mode="write",process="msedge",process_id="896"} 3.26369864e+08 2807 windows_process_io_bytes_total{creating_process_id="6032",mode="write",process="msedge",process_id="900"} 1.010769e+06 2808 # HELP windows_process_io_operations_total I/O operations issued in different modes (read, write, other). 2809 # TYPE windows_process_io_operations_total counter 2810 windows_process_io_operations_total{creating_process_id="4300",mode="other",process="msedge",process_id="6032"} 113456 2811 windows_process_io_operations_total{creating_process_id="4300",mode="read",process="msedge",process_id="6032"} 294229 2812 windows_process_io_operations_total{creating_process_id="4300",mode="write",process="msedge",process_id="6032"} 200349 2813 windows_process_io_operations_total{creating_process_id="6032",mode="other",process="msedge",process_id="1204"} 331 2814 windows_process_io_operations_total{creating_process_id="6032",mode="other",process="msedge",process_id="2296"} 335 2815 windows_process_io_operations_total{creating_process_id="6032",mode="other",process="msedge",process_id="3044"} 349 2816 windows_process_io_operations_total{creating_process_id="6032",mode="other",process="msedge",process_id="3728"} 327 2817 windows_process_io_operations_total{creating_process_id="6032",mode="other",process="msedge",process_id="5060"} 399 2818 windows_process_io_operations_total{creating_process_id="6032",mode="other",process="msedge",process_id="5904"} 395 2819 windows_process_io_operations_total{creating_process_id="6032",mode="other",process="msedge",process_id="5936"} 78519 2820 windows_process_io_operations_total{creating_process_id="6032",mode="other",process="msedge",process_id="7800"} 673 2821 windows_process_io_operations_total{creating_process_id="6032",mode="other",process="msedge",process_id="844"} 359 2822 windows_process_io_operations_total{creating_process_id="6032",mode="other",process="msedge",process_id="8512"} 340 2823 windows_process_io_operations_total{creating_process_id="6032",mode="other",process="msedge",process_id="8736"} 394 2824 windows_process_io_operations_total{creating_process_id="6032",mode="other",process="msedge",process_id="896"} 4069 2825 windows_process_io_operations_total{creating_process_id="6032",mode="other",process="msedge",process_id="900"} 337 2826 windows_process_io_operations_total{creating_process_id="6032",mode="read",process="msedge",process_id="1204"} 74 2827 windows_process_io_operations_total{creating_process_id="6032",mode="read",process="msedge",process_id="2296"} 732 2828 windows_process_io_operations_total{creating_process_id="6032",mode="read",process="msedge",process_id="3044"} 950 2829 windows_process_io_operations_total{creating_process_id="6032",mode="read",process="msedge",process_id="3728"} 1447 2830 windows_process_io_operations_total{creating_process_id="6032",mode="read",process="msedge",process_id="5060"} 3.995322e+06 2831 windows_process_io_operations_total{creating_process_id="6032",mode="read",process="msedge",process_id="5904"} 124 2832 windows_process_io_operations_total{creating_process_id="6032",mode="read",process="msedge",process_id="5936"} 1.571962e+06 2833 windows_process_io_operations_total{creating_process_id="6032",mode="read",process="msedge",process_id="7800"} 102 2834 windows_process_io_operations_total{creating_process_id="6032",mode="read",process="msedge",process_id="844"} 20686 2835 windows_process_io_operations_total{creating_process_id="6032",mode="read",process="msedge",process_id="8512"} 6686 2836 windows_process_io_operations_total{creating_process_id="6032",mode="read",process="msedge",process_id="8736"} 1.788249e+06 2837 windows_process_io_operations_total{creating_process_id="6032",mode="read",process="msedge",process_id="896"} 537551 2838 windows_process_io_operations_total{creating_process_id="6032",mode="read",process="msedge",process_id="900"} 1519 2839 windows_process_io_operations_total{creating_process_id="6032",mode="write",process="msedge",process_id="1204"} 114 2840 windows_process_io_operations_total{creating_process_id="6032",mode="write",process="msedge",process_id="2296"} 437 2841 windows_process_io_operations_total{creating_process_id="6032",mode="write",process="msedge",process_id="3044"} 1405 2842 windows_process_io_operations_total{creating_process_id="6032",mode="write",process="msedge",process_id="3728"} 3705 2843 windows_process_io_operations_total{creating_process_id="6032",mode="write",process="msedge",process_id="5060"} 3.848906e+06 2844 windows_process_io_operations_total{creating_process_id="6032",mode="write",process="msedge",process_id="5904"} 118 2845 windows_process_io_operations_total{creating_process_id="6032",mode="write",process="msedge",process_id="5936"} 1.701602e+06 2846 windows_process_io_operations_total{creating_process_id="6032",mode="write",process="msedge",process_id="7800"} 94 2847 windows_process_io_operations_total{creating_process_id="6032",mode="write",process="msedge",process_id="844"} 24678 2848 windows_process_io_operations_total{creating_process_id="6032",mode="write",process="msedge",process_id="8512"} 9689 2849 windows_process_io_operations_total{creating_process_id="6032",mode="write",process="msedge",process_id="8736"} 1.790946e+06 2850 windows_process_io_operations_total{creating_process_id="6032",mode="write",process="msedge",process_id="896"} 734759 2851 windows_process_io_operations_total{creating_process_id="6032",mode="write",process="msedge",process_id="900"} 1924 2852 # HELP windows_process_page_faults_total Page faults by the threads executing in this process. 2853 # TYPE windows_process_page_faults_total counter 2854 windows_process_page_faults_total{creating_process_id="4300",process="msedge",process_id="6032"} 296027 2855 windows_process_page_faults_total{creating_process_id="6032",process="msedge",process_id="1204"} 7965 2856 windows_process_page_faults_total{creating_process_id="6032",process="msedge",process_id="2296"} 11749 2857 windows_process_page_faults_total{creating_process_id="6032",process="msedge",process_id="3044"} 41335 2858 windows_process_page_faults_total{creating_process_id="6032",process="msedge",process_id="3728"} 9529 2859 windows_process_page_faults_total{creating_process_id="6032",process="msedge",process_id="5060"} 3.750099e+06 2860 windows_process_page_faults_total{creating_process_id="6032",process="msedge",process_id="5904"} 8101 2861 windows_process_page_faults_total{creating_process_id="6032",process="msedge",process_id="5936"} 533380 2862 windows_process_page_faults_total{creating_process_id="6032",process="msedge",process_id="7800"} 2636 2863 windows_process_page_faults_total{creating_process_id="6032",process="msedge",process_id="844"} 402098 2864 windows_process_page_faults_total{creating_process_id="6032",process="msedge",process_id="8512"} 35487 2865 windows_process_page_faults_total{creating_process_id="6032",process="msedge",process_id="8736"} 9427 2866 windows_process_page_faults_total{creating_process_id="6032",process="msedge",process_id="896"} 205035 2867 windows_process_page_faults_total{creating_process_id="6032",process="msedge",process_id="900"} 43073 2868 # HELP windows_process_page_file_bytes Current number of bytes this process has used in the paging file(s). 2869 # TYPE windows_process_page_file_bytes gauge 2870 windows_process_page_file_bytes{creating_process_id="4300",process="msedge",process_id="6032"} 7.041024e+07 2871 windows_process_page_file_bytes{creating_process_id="6032",process="msedge",process_id="1204"} 1.3561856e+07 2872 windows_process_page_file_bytes{creating_process_id="6032",process="msedge",process_id="2296"} 1.5511552e+07 2873 windows_process_page_file_bytes{creating_process_id="6032",process="msedge",process_id="3044"} 3.0756864e+07 2874 windows_process_page_file_bytes{creating_process_id="6032",process="msedge",process_id="3728"} 8.298496e+06 2875 windows_process_page_file_bytes{creating_process_id="6032",process="msedge",process_id="5060"} 3.32230656e+08 2876 windows_process_page_file_bytes{creating_process_id="6032",process="msedge",process_id="5904"} 8.97024e+06 2877 windows_process_page_file_bytes{creating_process_id="6032",process="msedge",process_id="5936"} 1.3877248e+07 2878 windows_process_page_file_bytes{creating_process_id="6032",process="msedge",process_id="7800"} 2.060288e+06 2879 windows_process_page_file_bytes{creating_process_id="6032",process="msedge",process_id="844"} 9.2012544e+07 2880 windows_process_page_file_bytes{creating_process_id="6032",process="msedge",process_id="8512"} 2.0672512e+07 2881 windows_process_page_file_bytes{creating_process_id="6032",process="msedge",process_id="8736"} 8.126464e+06 2882 windows_process_page_file_bytes{creating_process_id="6032",process="msedge",process_id="896"} 4.1484288e+07 2883 windows_process_page_file_bytes{creating_process_id="6032",process="msedge",process_id="900"} 2.3629824e+07 2884 # HELP windows_process_pool_bytes Pool Bytes is the last observed number of bytes in the paged or nonpaged pool. 2885 # TYPE windows_process_pool_bytes gauge 2886 windows_process_pool_bytes{creating_process_id="4300",pool="nonpaged",process="msedge",process_id="6032"} 72072 2887 windows_process_pool_bytes{creating_process_id="4300",pool="paged",process="msedge",process_id="6032"} 1.262872e+06 2888 windows_process_pool_bytes{creating_process_id="6032",pool="nonpaged",process="msedge",process_id="1204"} 15544 2889 windows_process_pool_bytes{creating_process_id="6032",pool="nonpaged",process="msedge",process_id="2296"} 16024 2890 windows_process_pool_bytes{creating_process_id="6032",pool="nonpaged",process="msedge",process_id="3044"} 17816 2891 windows_process_pool_bytes{creating_process_id="6032",pool="nonpaged",process="msedge",process_id="3728"} 14544 2892 windows_process_pool_bytes{creating_process_id="6032",pool="nonpaged",process="msedge",process_id="5060"} 24600 2893 windows_process_pool_bytes{creating_process_id="6032",pool="nonpaged",process="msedge",process_id="5904"} 16992 2894 windows_process_pool_bytes{creating_process_id="6032",pool="nonpaged",process="msedge",process_id="5936"} 19088 2895 windows_process_pool_bytes{creating_process_id="6032",pool="nonpaged",process="msedge",process_id="7800"} 9920 2896 windows_process_pool_bytes{creating_process_id="6032",pool="nonpaged",process="msedge",process_id="844"} 18472 2897 windows_process_pool_bytes{creating_process_id="6032",pool="nonpaged",process="msedge",process_id="8512"} 18536 2898 windows_process_pool_bytes{creating_process_id="6032",pool="nonpaged",process="msedge",process_id="8736"} 15944 2899 windows_process_pool_bytes{creating_process_id="6032",pool="nonpaged",process="msedge",process_id="896"} 34464 2900 windows_process_pool_bytes{creating_process_id="6032",pool="nonpaged",process="msedge",process_id="900"} 17040 2901 windows_process_pool_bytes{creating_process_id="6032",pool="paged",process="msedge",process_id="1204"} 651472 2902 windows_process_pool_bytes{creating_process_id="6032",pool="paged",process="msedge",process_id="2296"} 665496 2903 windows_process_pool_bytes{creating_process_id="6032",pool="paged",process="msedge",process_id="3044"} 674248 2904 windows_process_pool_bytes{creating_process_id="6032",pool="paged",process="msedge",process_id="3728"} 656216 2905 windows_process_pool_bytes{creating_process_id="6032",pool="paged",process="msedge",process_id="5060"} 849040 2906 windows_process_pool_bytes{creating_process_id="6032",pool="paged",process="msedge",process_id="5904"} 722296 2907 windows_process_pool_bytes{creating_process_id="6032",pool="paged",process="msedge",process_id="5936"} 705232 2908 windows_process_pool_bytes{creating_process_id="6032",pool="paged",process="msedge",process_id="7800"} 140256 2909 windows_process_pool_bytes{creating_process_id="6032",pool="paged",process="msedge",process_id="844"} 680896 2910 windows_process_pool_bytes{creating_process_id="6032",pool="paged",process="msedge",process_id="8512"} 679648 2911 windows_process_pool_bytes{creating_process_id="6032",pool="paged",process="msedge",process_id="8736"} 677152 2912 windows_process_pool_bytes{creating_process_id="6032",pool="paged",process="msedge",process_id="896"} 839128 2913 windows_process_pool_bytes{creating_process_id="6032",pool="paged",process="msedge",process_id="900"} 682408 2914 # HELP windows_process_priority_base Current base priority of this process. Threads within a process can raise and lower their own base priority relative to the process base priority of the process. 2915 # TYPE windows_process_priority_base gauge 2916 windows_process_priority_base{creating_process_id="4300",process="msedge",process_id="6032"} 8 2917 windows_process_priority_base{creating_process_id="6032",process="msedge",process_id="1204"} 4 2918 windows_process_priority_base{creating_process_id="6032",process="msedge",process_id="2296"} 4 2919 windows_process_priority_base{creating_process_id="6032",process="msedge",process_id="3044"} 8 2920 windows_process_priority_base{creating_process_id="6032",process="msedge",process_id="3728"} 8 2921 windows_process_priority_base{creating_process_id="6032",process="msedge",process_id="5060"} 8 2922 windows_process_priority_base{creating_process_id="6032",process="msedge",process_id="5904"} 8 2923 windows_process_priority_base{creating_process_id="6032",process="msedge",process_id="5936"} 8 2924 windows_process_priority_base{creating_process_id="6032",process="msedge",process_id="7800"} 8 2925 windows_process_priority_base{creating_process_id="6032",process="msedge",process_id="844"} 4 2926 windows_process_priority_base{creating_process_id="6032",process="msedge",process_id="8512"} 8 2927 windows_process_priority_base{creating_process_id="6032",process="msedge",process_id="8736"} 8 2928 windows_process_priority_base{creating_process_id="6032",process="msedge",process_id="896"} 10 2929 windows_process_priority_base{creating_process_id="6032",process="msedge",process_id="900"} 4 2930 # HELP windows_process_private_bytes Current number of bytes this process has allocated that cannot be shared with other processes. 2931 # TYPE windows_process_private_bytes gauge 2932 windows_process_private_bytes{creating_process_id="4300",process="msedge",process_id="6032"} 7.041024e+07 2933 windows_process_private_bytes{creating_process_id="6032",process="msedge",process_id="1204"} 1.3561856e+07 2934 windows_process_private_bytes{creating_process_id="6032",process="msedge",process_id="2296"} 1.5511552e+07 2935 windows_process_private_bytes{creating_process_id="6032",process="msedge",process_id="3044"} 3.0756864e+07 2936 windows_process_private_bytes{creating_process_id="6032",process="msedge",process_id="3728"} 8.298496e+06 2937 windows_process_private_bytes{creating_process_id="6032",process="msedge",process_id="5060"} 3.32230656e+08 2938 windows_process_private_bytes{creating_process_id="6032",process="msedge",process_id="5904"} 8.97024e+06 2939 windows_process_private_bytes{creating_process_id="6032",process="msedge",process_id="5936"} 1.3877248e+07 2940 windows_process_private_bytes{creating_process_id="6032",process="msedge",process_id="7800"} 2.060288e+06 2941 windows_process_private_bytes{creating_process_id="6032",process="msedge",process_id="844"} 9.2012544e+07 2942 windows_process_private_bytes{creating_process_id="6032",process="msedge",process_id="8512"} 2.0672512e+07 2943 windows_process_private_bytes{creating_process_id="6032",process="msedge",process_id="8736"} 8.126464e+06 2944 windows_process_private_bytes{creating_process_id="6032",process="msedge",process_id="896"} 4.1484288e+07 2945 windows_process_private_bytes{creating_process_id="6032",process="msedge",process_id="900"} 2.3629824e+07 2946 # HELP windows_process_start_time Time of process start. 2947 # TYPE windows_process_start_time gauge 2948 windows_process_start_time{creating_process_id="4300",process="msedge",process_id="6032"} 1.6674729863403437e+09 2949 windows_process_start_time{creating_process_id="6032",process="msedge",process_id="1204"} 1.667489261506441e+09 2950 windows_process_start_time{creating_process_id="6032",process="msedge",process_id="2296"} 1.6674729883723967e+09 2951 windows_process_start_time{creating_process_id="6032",process="msedge",process_id="3044"} 1.6674892546961231e+09 2952 windows_process_start_time{creating_process_id="6032",process="msedge",process_id="3728"} 1.667472986486918e+09 2953 windows_process_start_time{creating_process_id="6032",process="msedge",process_id="5060"} 1.6674729865421767e+09 2954 windows_process_start_time{creating_process_id="6032",process="msedge",process_id="5904"} 1.6674730465087523e+09 2955 windows_process_start_time{creating_process_id="6032",process="msedge",process_id="5936"} 1.6674729864704254e+09 2956 windows_process_start_time{creating_process_id="6032",process="msedge",process_id="7800"} 1.667472986365871e+09 2957 windows_process_start_time{creating_process_id="6032",process="msedge",process_id="844"} 1.6674729865463045e+09 2958 windows_process_start_time{creating_process_id="6032",process="msedge",process_id="8512"} 1.6674729970112965e+09 2959 windows_process_start_time{creating_process_id="6032",process="msedge",process_id="8736"} 1.667472989342484e+09 2960 windows_process_start_time{creating_process_id="6032",process="msedge",process_id="896"} 1.667472986462684e+09 2961 windows_process_start_time{creating_process_id="6032",process="msedge",process_id="900"} 1.667472995850073e+09 2962 # HELP windows_process_threads Number of threads currently active in this process. 2963 # TYPE windows_process_threads gauge 2964 windows_process_threads{creating_process_id="4300",process="msedge",process_id="6032"} 38 2965 windows_process_threads{creating_process_id="6032",process="msedge",process_id="1204"} 12 2966 windows_process_threads{creating_process_id="6032",process="msedge",process_id="2296"} 15 2967 windows_process_threads{creating_process_id="6032",process="msedge",process_id="3044"} 15 2968 windows_process_threads{creating_process_id="6032",process="msedge",process_id="3728"} 9 2969 windows_process_threads{creating_process_id="6032",process="msedge",process_id="5060"} 21 2970 windows_process_threads{creating_process_id="6032",process="msedge",process_id="5904"} 9 2971 windows_process_threads{creating_process_id="6032",process="msedge",process_id="5936"} 12 2972 windows_process_threads{creating_process_id="6032",process="msedge",process_id="7800"} 7 2973 windows_process_threads{creating_process_id="6032",process="msedge",process_id="844"} 17 2974 windows_process_threads{creating_process_id="6032",process="msedge",process_id="8512"} 15 2975 windows_process_threads{creating_process_id="6032",process="msedge",process_id="8736"} 9 2976 windows_process_threads{creating_process_id="6032",process="msedge",process_id="896"} 19 2977 windows_process_threads{creating_process_id="6032",process="msedge",process_id="900"} 15 2978 # HELP windows_process_virtual_bytes Current size, in bytes, of the virtual address space that the process is using. 2979 # TYPE windows_process_virtual_bytes gauge 2980 windows_process_virtual_bytes{creating_process_id="4300",process="msedge",process_id="6032"} 2.341704609792e+12 2981 windows_process_virtual_bytes{creating_process_id="6032",process="msedge",process_id="1204"} 3.48529324032e+12 2982 windows_process_virtual_bytes{creating_process_id="6032",process="msedge",process_id="2296"} 3.485321392128e+12 2983 windows_process_virtual_bytes{creating_process_id="6032",process="msedge",process_id="3044"} 3.48532901888e+12 2984 windows_process_virtual_bytes{creating_process_id="6032",process="msedge",process_id="3728"} 2.306839302144e+12 2985 windows_process_virtual_bytes{creating_process_id="6032",process="msedge",process_id="5060"} 3.485494009856e+12 2986 windows_process_virtual_bytes{creating_process_id="6032",process="msedge",process_id="5904"} 2.306863792128e+12 2987 windows_process_virtual_bytes{creating_process_id="6032",process="msedge",process_id="5936"} 2.30688589824e+12 2988 windows_process_virtual_bytes{creating_process_id="6032",process="msedge",process_id="7800"} 2.272204521472e+12 2989 windows_process_virtual_bytes{creating_process_id="6032",process="msedge",process_id="844"} 3.486428184576e+12 2990 windows_process_virtual_bytes{creating_process_id="6032",process="msedge",process_id="8512"} 3.485333880832e+12 2991 windows_process_virtual_bytes{creating_process_id="6032",process="msedge",process_id="8736"} 2.306843000832e+12 2992 windows_process_virtual_bytes{creating_process_id="6032",process="msedge",process_id="896"} 2.307077632e+12 2993 windows_process_virtual_bytes{creating_process_id="6032",process="msedge",process_id="900"} 3.485325856768e+12 2994 # HELP windows_process_working_set_bytes Maximum number of bytes in the working set of this process at any point in time. The working set is the set of memory pages touched recently by the threads in the process. 2995 # TYPE windows_process_working_set_bytes gauge 2996 windows_process_working_set_bytes{creating_process_id="4300",process="msedge",process_id="6032"} 1.59309824e+08 2997 windows_process_working_set_bytes{creating_process_id="6032",process="msedge",process_id="1204"} 2.7205632e+07 2998 windows_process_working_set_bytes{creating_process_id="6032",process="msedge",process_id="2296"} 3.65568e+07 2999 windows_process_working_set_bytes{creating_process_id="6032",process="msedge",process_id="3044"} 7.5198464e+07 3000 windows_process_working_set_bytes{creating_process_id="6032",process="msedge",process_id="3728"} 1.7866752e+07 3001 windows_process_working_set_bytes{creating_process_id="6032",process="msedge",process_id="5060"} 3.79973632e+08 3002 windows_process_working_set_bytes{creating_process_id="6032",process="msedge",process_id="5904"} 2.3228416e+07 3003 windows_process_working_set_bytes{creating_process_id="6032",process="msedge",process_id="5936"} 3.6646912e+07 3004 windows_process_working_set_bytes{creating_process_id="6032",process="msedge",process_id="7800"} 6.950912e+06 3005 windows_process_working_set_bytes{creating_process_id="6032",process="msedge",process_id="844"} 1.32747264e+08 3006 windows_process_working_set_bytes{creating_process_id="6032",process="msedge",process_id="8512"} 5.5025664e+07 3007 windows_process_working_set_bytes{creating_process_id="6032",process="msedge",process_id="8736"} 1.9361792e+07 3008 windows_process_working_set_bytes{creating_process_id="6032",process="msedge",process_id="896"} 5.873664e+07 3009 windows_process_working_set_bytes{creating_process_id="6032",process="msedge",process_id="900"} 5.6283136e+07 3010 # HELP windows_process_working_set_peak_bytes Maximum size, in bytes, of the Working Set of this process at any point in time. The Working Set is the set of memory pages touched recently by the threads in the process. 3011 # TYPE windows_process_working_set_peak_bytes gauge 3012 windows_process_working_set_peak_bytes{creating_process_id="4300",process="msedge",process_id="6032"} 1.73211648e+08 3013 windows_process_working_set_peak_bytes{creating_process_id="6032",process="msedge",process_id="1204"} 2.7205632e+07 3014 windows_process_working_set_peak_bytes{creating_process_id="6032",process="msedge",process_id="2296"} 4.1439232e+07 3015 windows_process_working_set_peak_bytes{creating_process_id="6032",process="msedge",process_id="3044"} 9.2250112e+07 3016 windows_process_working_set_peak_bytes{creating_process_id="6032",process="msedge",process_id="3728"} 1.9263488e+07 3017 windows_process_working_set_peak_bytes{creating_process_id="6032",process="msedge",process_id="5060"} 4.54914048e+08 3018 windows_process_working_set_peak_bytes{creating_process_id="6032",process="msedge",process_id="5904"} 2.4363008e+07 3019 windows_process_working_set_peak_bytes{creating_process_id="6032",process="msedge",process_id="5936"} 4.2278912e+07 3020 windows_process_working_set_peak_bytes{creating_process_id="6032",process="msedge",process_id="7800"} 7.626752e+06 3021 windows_process_working_set_peak_bytes{creating_process_id="6032",process="msedge",process_id="844"} 2.28954112e+08 3022 windows_process_working_set_peak_bytes{creating_process_id="6032",process="msedge",process_id="8512"} 5.9830272e+07 3023 windows_process_working_set_peak_bytes{creating_process_id="6032",process="msedge",process_id="8736"} 2.0250624e+07 3024 windows_process_working_set_peak_bytes{creating_process_id="6032",process="msedge",process_id="896"} 7.835648e+07 3025 windows_process_working_set_peak_bytes{creating_process_id="6032",process="msedge",process_id="900"} 5.943296e+07 3026 # HELP windows_process_working_set_private_bytes Size of the working set, in bytes, that is use for this process only and not shared nor shareable by other processes. 3027 # TYPE windows_process_working_set_private_bytes gauge 3028 windows_process_working_set_private_bytes{creating_process_id="4300",process="msedge",process_id="6032"} 3.6057088e+07 3029 windows_process_working_set_private_bytes{creating_process_id="6032",process="msedge",process_id="1204"} 5.373952e+06 3030 windows_process_working_set_private_bytes{creating_process_id="6032",process="msedge",process_id="2296"} 2.072576e+06 3031 windows_process_working_set_private_bytes{creating_process_id="6032",process="msedge",process_id="3044"} 1.9554304e+07 3032 windows_process_working_set_private_bytes{creating_process_id="6032",process="msedge",process_id="3728"} 1.691648e+06 3033 windows_process_working_set_private_bytes{creating_process_id="6032",process="msedge",process_id="5060"} 2.96091648e+08 3034 windows_process_working_set_private_bytes{creating_process_id="6032",process="msedge",process_id="5904"} 1.654784e+06 3035 windows_process_working_set_private_bytes{creating_process_id="6032",process="msedge",process_id="5936"} 6.49216e+06 3036 windows_process_working_set_private_bytes{creating_process_id="6032",process="msedge",process_id="7800"} 421888 3037 windows_process_working_set_private_bytes{creating_process_id="6032",process="msedge",process_id="844"} 6.250496e+07 3038 windows_process_working_set_private_bytes{creating_process_id="6032",process="msedge",process_id="8512"} 7.59808e+06 3039 windows_process_working_set_private_bytes{creating_process_id="6032",process="msedge",process_id="8736"} 1.449984e+06 3040 windows_process_working_set_private_bytes{creating_process_id="6032",process="msedge",process_id="896"} 8.429568e+06 3041 windows_process_working_set_private_bytes{creating_process_id="6032",process="msedge",process_id="900"} 1.1952128e+07 3042 # HELP windows_service_info A metric with a constant '1' value labeled with service information 3043 # TYPE windows_service_info gauge 3044 windows_service_info{display_name="DHCP Client",name="dhcp",process_id="1908",run_as="NT Authority\\LocalService"} 1 3045 # HELP windows_service_start_mode The start mode of the service (StartMode) 3046 # TYPE windows_service_start_mode gauge 3047 windows_service_start_mode{name="dhcp",start_mode="auto"} 1 3048 windows_service_start_mode{name="dhcp",start_mode="boot"} 0 3049 windows_service_start_mode{name="dhcp",start_mode="disabled"} 0 3050 windows_service_start_mode{name="dhcp",start_mode="manual"} 0 3051 windows_service_start_mode{name="dhcp",start_mode="system"} 0 3052 # HELP windows_service_state The state of the service (State) 3053 # TYPE windows_service_state gauge 3054 windows_service_state{name="dhcp",state="continue pending"} 0 3055 windows_service_state{name="dhcp",state="pause pending"} 0 3056 windows_service_state{name="dhcp",state="paused"} 0 3057 windows_service_state{name="dhcp",state="running"} 1 3058 windows_service_state{name="dhcp",state="start pending"} 0 3059 windows_service_state{name="dhcp",state="stop pending"} 0 3060 windows_service_state{name="dhcp",state="stopped"} 0 3061 windows_service_state{name="dhcp",state="unknown"} 0 3062 # HELP windows_service_status The status of the service (Status) 3063 # TYPE windows_service_status gauge 3064 windows_service_status{name="dhcp",status="degraded"} 0 3065 windows_service_status{name="dhcp",status="error"} 0 3066 windows_service_status{name="dhcp",status="lost comm"} 0 3067 windows_service_status{name="dhcp",status="no contact"} 0 3068 windows_service_status{name="dhcp",status="nonrecover"} 0 3069 windows_service_status{name="dhcp",status="ok"} 1 3070 windows_service_status{name="dhcp",status="pred fail"} 0 3071 windows_service_status{name="dhcp",status="service"} 0 3072 windows_service_status{name="dhcp",status="starting"} 0 3073 windows_service_status{name="dhcp",status="stopping"} 0 3074 windows_service_status{name="dhcp",status="stressed"} 0 3075 windows_service_status{name="dhcp",status="unknown"} 0 3076 # HELP windows_system_context_switches_total Total number of context switches (WMI source: PerfOS_System.ContextSwitchesPersec) 3077 # TYPE windows_system_context_switches_total counter 3078 windows_system_context_switches_total 4.8655033e+08 3079 # HELP windows_system_exception_dispatches_total Total number of exceptions dispatched (WMI source: PerfOS_System.ExceptionDispatchesPersec) 3080 # TYPE windows_system_exception_dispatches_total counter 3081 windows_system_exception_dispatches_total 160348 3082 # HELP windows_system_processor_queue_length Length of processor queue (WMI source: PerfOS_System.ProcessorQueueLength) 3083 # TYPE windows_system_processor_queue_length gauge 3084 windows_system_processor_queue_length 0 3085 # HELP windows_system_system_calls_total Total number of system calls (WMI source: PerfOS_System.SystemCallsPersec) 3086 # TYPE windows_system_system_calls_total counter 3087 windows_system_system_calls_total 1.886567439e+09 3088 # HELP windows_system_system_up_time System boot time (WMI source: PerfOS_System.SystemUpTime) 3089 # TYPE windows_system_system_up_time gauge 3090 windows_system_system_up_time 1.6673440377290363e+09 3091 # HELP windows_system_threads Current number of threads (WMI source: PerfOS_System.Threads) 3092 # TYPE windows_system_threads gauge 3093 windows_system_threads 1559 3094 # HELP windows_tcp_connection_failures_total (TCP.ConnectionFailures) 3095 # TYPE windows_tcp_connection_failures_total counter 3096 windows_tcp_connection_failures_total{af="ipv4"} 137 3097 windows_tcp_connection_failures_total{af="ipv6"} 214 3098 # HELP windows_tcp_connections_active_total (TCP.ConnectionsActive) 3099 # TYPE windows_tcp_connections_active_total counter 3100 windows_tcp_connections_active_total{af="ipv4"} 4301 3101 windows_tcp_connections_active_total{af="ipv6"} 214 3102 # HELP windows_tcp_connections_established (TCP.ConnectionsEstablished) 3103 # TYPE windows_tcp_connections_established gauge 3104 windows_tcp_connections_established{af="ipv4"} 7 3105 windows_tcp_connections_established{af="ipv6"} 0 3106 # HELP windows_tcp_connections_passive_total (TCP.ConnectionsPassive) 3107 # TYPE windows_tcp_connections_passive_total counter 3108 windows_tcp_connections_passive_total{af="ipv4"} 501 3109 windows_tcp_connections_passive_total{af="ipv6"} 0 3110 # HELP windows_tcp_connections_reset_total (TCP.ConnectionsReset) 3111 # TYPE windows_tcp_connections_reset_total counter 3112 windows_tcp_connections_reset_total{af="ipv4"} 1282 3113 windows_tcp_connections_reset_total{af="ipv6"} 0 3114 # HELP windows_tcp_segments_received_total (TCP.SegmentsReceivedTotal) 3115 # TYPE windows_tcp_segments_received_total counter 3116 windows_tcp_segments_received_total{af="ipv4"} 676388 3117 windows_tcp_segments_received_total{af="ipv6"} 1284 3118 # HELP windows_tcp_segments_retransmitted_total (TCP.SegmentsRetransmittedTotal) 3119 # TYPE windows_tcp_segments_retransmitted_total counter 3120 windows_tcp_segments_retransmitted_total{af="ipv4"} 2120 3121 windows_tcp_segments_retransmitted_total{af="ipv6"} 428 3122 # HELP windows_tcp_segments_sent_total (TCP.SegmentsSentTotal) 3123 # TYPE windows_tcp_segments_sent_total counter 3124 windows_tcp_segments_sent_total{af="ipv4"} 871379 3125 windows_tcp_segments_sent_total{af="ipv6"} 856 3126 # HELP windows_tcp_segments_total (TCP.SegmentsTotal) 3127 # TYPE windows_tcp_segments_total counter 3128 windows_tcp_segments_total{af="ipv4"} 1.547767e+06 3129 windows_tcp_segments_total{af="ipv6"} 2140