# HELP go_build_info Build information about the main Go module. # TYPE go_build_info gauge go_build_info{checksum="",path="github.com/prometheus-community/windows_exporter",version="v0.31.3+dirty"} 1 # HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 0 go_gc_duration_seconds{quantile="0.25"} 0 go_gc_duration_seconds{quantile="0.5"} 0 go_gc_duration_seconds{quantile="0.75"} 0.0005038 go_gc_duration_seconds{quantile="1"} 0.0156619 go_gc_duration_seconds_sum 0.7091305 go_gc_duration_seconds_count 3171 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 2e+08 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 22 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.1"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.12284e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 3.786707376e+09 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.596428e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 2.1410051e+07 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 2.805808e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 2.12284e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 6.537216e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.210688e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 4303 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 5.021696e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.0747904e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.779516037862785e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 2.1414354e+07 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 9408 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15288 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 160000 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 195840 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.72925e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.696772e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.835008e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.835008e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.8893048e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 8 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 26 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 131.25 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.6777216e+07 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 501 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 3.8744064e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.779483696e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 3.473408e+07 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 2156 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0 # HELP windows_cpu_clock_interrupts_total Total number of received and serviced clock tick interrupts # TYPE windows_cpu_clock_interrupts_total counter windows_cpu_clock_interrupts_total{core="0,0"} 3.42152e+06 windows_cpu_clock_interrupts_total{core="0,1"} 2.68577e+06 windows_cpu_clock_interrupts_total{core="0,2"} 3.325519e+06 windows_cpu_clock_interrupts_total{core="0,3"} 3.002531e+06 windows_cpu_clock_interrupts_total{core="0,4"} 3.240703e+06 windows_cpu_clock_interrupts_total{core="0,5"} 2.908515e+06 windows_cpu_clock_interrupts_total{core="0,6"} 3.223244e+06 windows_cpu_clock_interrupts_total{core="0,7"} 3.531658e+06 # HELP windows_cpu_core_frequency_mhz Core frequency in megahertz # TYPE windows_cpu_core_frequency_mhz gauge windows_cpu_core_frequency_mhz{core="0,0"} 1200 windows_cpu_core_frequency_mhz{core="0,1"} 1200 windows_cpu_core_frequency_mhz{core="0,2"} 3501 windows_cpu_core_frequency_mhz{core="0,3"} 1200 windows_cpu_core_frequency_mhz{core="0,4"} 1200 windows_cpu_core_frequency_mhz{core="0,5"} 1200 windows_cpu_core_frequency_mhz{core="0,6"} 1200 windows_cpu_core_frequency_mhz{core="0,7"} 1200 # HELP windows_cpu_cstate_seconds_total Time spent in low-power idle state # TYPE windows_cpu_cstate_seconds_total counter windows_cpu_cstate_seconds_total{core="0,0",state="c1"} 205.3101355 windows_cpu_cstate_seconds_total{core="0,0",state="c2"} 30737.323989599998 windows_cpu_cstate_seconds_total{core="0,0",state="c3"} 0 windows_cpu_cstate_seconds_total{core="0,1",state="c1"} 121.08959619999999 windows_cpu_cstate_seconds_total{core="0,1",state="c2"} 30619.6919355 windows_cpu_cstate_seconds_total{core="0,1",state="c3"} 0 windows_cpu_cstate_seconds_total{core="0,2",state="c1"} 159.1859949 windows_cpu_cstate_seconds_total{core="0,2",state="c2"} 30901.0530959 windows_cpu_cstate_seconds_total{core="0,2",state="c3"} 0 windows_cpu_cstate_seconds_total{core="0,3",state="c1"} 93.0504447 windows_cpu_cstate_seconds_total{core="0,3",state="c2"} 31070.9551162 windows_cpu_cstate_seconds_total{core="0,3",state="c3"} 0 windows_cpu_cstate_seconds_total{core="0,4",state="c1"} 207.3281471 windows_cpu_cstate_seconds_total{core="0,4",state="c2"} 30775.5493006 windows_cpu_cstate_seconds_total{core="0,4",state="c3"} 0 windows_cpu_cstate_seconds_total{core="0,5",state="c1"} 193.7084266 windows_cpu_cstate_seconds_total{core="0,5",state="c2"} 30882.3464947 windows_cpu_cstate_seconds_total{core="0,5",state="c3"} 0 windows_cpu_cstate_seconds_total{core="0,6",state="c1"} 227.2356485 windows_cpu_cstate_seconds_total{core="0,6",state="c2"} 30416.966879699998 windows_cpu_cstate_seconds_total{core="0,6",state="c3"} 0 windows_cpu_cstate_seconds_total{core="0,7",state="c1"} 292.8366372 windows_cpu_cstate_seconds_total{core="0,7",state="c2"} 30784.8511253 windows_cpu_cstate_seconds_total{core="0,7",state="c3"} 0 # HELP windows_cpu_dpcs_total Total number of received and serviced deferred procedure calls (DPCs) # TYPE windows_cpu_dpcs_total counter windows_cpu_dpcs_total{core="0,0"} 9.446029e+06 windows_cpu_dpcs_total{core="0,1"} 790562 windows_cpu_dpcs_total{core="0,2"} 8.902739e+06 windows_cpu_dpcs_total{core="0,3"} 939150 windows_cpu_dpcs_total{core="0,4"} 1.010698e+06 windows_cpu_dpcs_total{core="0,5"} 3.2682994e+07 windows_cpu_dpcs_total{core="0,6"} 2.6186066e+07 windows_cpu_dpcs_total{core="0,7"} 1.775433e+06 # HELP windows_cpu_idle_break_events_total Total number of time processor was woken from idle # TYPE windows_cpu_idle_break_events_total counter windows_cpu_idle_break_events_total{core="0,0"} 2.1780367e+07 windows_cpu_idle_break_events_total{core="0,1"} 5.63271e+06 windows_cpu_idle_break_events_total{core="0,2"} 2.4644072e+07 windows_cpu_idle_break_events_total{core="0,3"} 5.969505e+06 windows_cpu_idle_break_events_total{core="0,4"} 1.2933343e+07 windows_cpu_idle_break_events_total{core="0,5"} 4.5925838e+07 windows_cpu_idle_break_events_total{core="0,6"} 3.5712079e+07 windows_cpu_idle_break_events_total{core="0,7"} 5.817976e+06 # HELP windows_cpu_interrupts_total Total number of received and serviced hardware interrupts # TYPE windows_cpu_interrupts_total counter windows_cpu_interrupts_total{core="0,0"} 2.6268177e+07 windows_cpu_interrupts_total{core="0,1"} 7.710917e+06 windows_cpu_interrupts_total{core="0,2"} 2.8417694e+07 windows_cpu_interrupts_total{core="0,3"} 8.264758e+06 windows_cpu_interrupts_total{core="0,4"} 1.5815353e+07 windows_cpu_interrupts_total{core="0,5"} 4.9363169e+07 windows_cpu_interrupts_total{core="0,6"} 4.302893e+07 windows_cpu_interrupts_total{core="0,7"} 9.331534e+06 # HELP windows_cpu_logical_processor Total number of logical processors # TYPE windows_cpu_logical_processor gauge windows_cpu_logical_processor 8 # HELP windows_cpu_parking_status Parking Status represents whether a processor is parked or not # TYPE windows_cpu_parking_status gauge windows_cpu_parking_status{core="0,0"} 0 windows_cpu_parking_status{core="0,1"} 0 windows_cpu_parking_status{core="0,2"} 0 windows_cpu_parking_status{core="0,3"} 0 windows_cpu_parking_status{core="0,4"} 0 windows_cpu_parking_status{core="0,5"} 0 windows_cpu_parking_status{core="0,6"} 0 windows_cpu_parking_status{core="0,7"} 0 # HELP windows_cpu_processor_mperf_total Processor MPerf is the number of TSC ticks incremented while executing instructions # TYPE windows_cpu_processor_mperf_total counter windows_cpu_processor_mperf_total{core="0,0"} 9.46869954e+08 windows_cpu_processor_mperf_total{core="0,1"} 1.080600775e+09 windows_cpu_processor_mperf_total{core="0,2"} 8.73087042e+08 windows_cpu_processor_mperf_total{core="0,3"} 8.12100375e+08 windows_cpu_processor_mperf_total{core="0,4"} 9.22568053e+08 windows_cpu_processor_mperf_total{core="0,5"} 8.61151117e+08 windows_cpu_processor_mperf_total{core="0,6"} 1.128556701e+09 windows_cpu_processor_mperf_total{core="0,7"} 8.67608632e+08 # HELP windows_cpu_processor_performance_total 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% # TYPE windows_cpu_processor_performance_total counter windows_cpu_processor_performance_total{core="0,0"} 6.4787438539e+10 windows_cpu_processor_performance_total{core="0,1"} 6.9400943281e+10 windows_cpu_processor_performance_total{core="0,2"} 7.2225233083e+10 windows_cpu_processor_performance_total{core="0,3"} 6.3497800322e+10 windows_cpu_processor_performance_total{core="0,4"} 5.6599725095e+10 windows_cpu_processor_performance_total{core="0,5"} 5.4398802372e+10 windows_cpu_processor_performance_total{core="0,6"} 6.7730045743e+10 windows_cpu_processor_performance_total{core="0,7"} 5.7686194601e+10 # HELP windows_cpu_processor_privileged_utility_total Processor Privileged Utility represents is the amount of time the core has spent executing instructions inside the kernel # TYPE windows_cpu_processor_privileged_utility_total counter windows_cpu_processor_privileged_utility_total{core="0,0"} 3.7309279058e+10 windows_cpu_processor_privileged_utility_total{core="0,1"} 5.0887132885e+10 windows_cpu_processor_privileged_utility_total{core="0,2"} 4.5316853118e+10 windows_cpu_processor_privileged_utility_total{core="0,3"} 4.5348754797e+10 windows_cpu_processor_privileged_utility_total{core="0,4"} 3.2894485118e+10 windows_cpu_processor_privileged_utility_total{core="0,5"} 3.0190729759e+10 windows_cpu_processor_privileged_utility_total{core="0,6"} 3.8032064647e+10 windows_cpu_processor_privileged_utility_total{core="0,7"} 2.8177497868e+10 # HELP windows_cpu_processor_rtc_total Processor RTC represents the number of RTC ticks made since the system booted. It should consistently be 64e6, and can be used to properly derive Processor Utility Rate # TYPE windows_cpu_processor_rtc_total counter windows_cpu_processor_rtc_total{core="0,0"} 2.0208441007e+10 windows_cpu_processor_rtc_total{core="0,1"} 2.0208441012e+10 windows_cpu_processor_rtc_total{core="0,2"} 2.0208441013e+10 windows_cpu_processor_rtc_total{core="0,3"} 2.0208441012e+10 windows_cpu_processor_rtc_total{core="0,4"} 2.0208441011e+10 windows_cpu_processor_rtc_total{core="0,5"} 2.0208441012e+10 windows_cpu_processor_rtc_total{core="0,6"} 2.0208441013e+10 windows_cpu_processor_rtc_total{core="0,7"} 2.0208441012e+10 # HELP windows_cpu_processor_utility_total Processor Utility represents is the amount of time the core spends executing instructions # TYPE windows_cpu_processor_utility_total counter windows_cpu_processor_utility_total{core="0,0"} 6.4787440435e+10 windows_cpu_processor_utility_total{core="0,1"} 6.9400943281e+10 windows_cpu_processor_utility_total{core="0,2"} 7.2225233701e+10 windows_cpu_processor_utility_total{core="0,3"} 6.3497800495e+10 windows_cpu_processor_utility_total{core="0,4"} 5.6599726674e+10 windows_cpu_processor_utility_total{core="0,5"} 5.4398802538e+10 windows_cpu_processor_utility_total{core="0,6"} 6.7730045875e+10 windows_cpu_processor_utility_total{core="0,7"} 5.7686194741e+10 # HELP windows_cpu_time_total Time that processor spent in different modes (dpc, idle, interrupt, privileged, user) # TYPE windows_cpu_time_total counter windows_cpu_time_total{core="0,0",mode="dpc"} 211.1875 windows_cpu_time_total{core="0,0",mode="idle"} 31189.328125 windows_cpu_time_total{core="0,0",mode="interrupt"} 25.953125 windows_cpu_time_total{core="0,0",mode="privileged"} 538.46875 windows_cpu_time_total{core="0,0",mode="user"} 779.421875 windows_cpu_time_total{core="0,1",mode="dpc"} 10.390625 windows_cpu_time_total{core="0,1",mode="idle"} 31853.65625 windows_cpu_time_total{core="0,1",mode="interrupt"} 2.8125 windows_cpu_time_total{core="0,1",mode="privileged"} 125.078125 windows_cpu_time_total{core="0,1",mode="user"} 528.296875 windows_cpu_time_total{core="0,2",mode="dpc"} 253.15625 windows_cpu_time_total{core="0,2",mode="idle"} 31380.15625 windows_cpu_time_total{core="0,2",mode="interrupt"} 31.484375 windows_cpu_time_total{core="0,2",mode="privileged"} 505.828125 windows_cpu_time_total{core="0,2",mode="user"} 621.046875 windows_cpu_time_total{core="0,3",mode="dpc"} 14.234375 windows_cpu_time_total{core="0,3",mode="idle"} 31511.90625 windows_cpu_time_total{core="0,3",mode="interrupt"} 3.84375 windows_cpu_time_total{core="0,3",mode="privileged"} 218.359375 windows_cpu_time_total{core="0,3",mode="user"} 776.765625 windows_cpu_time_total{core="0,4",mode="dpc"} 10.5 windows_cpu_time_total{core="0,4",mode="idle"} 31323.6875 windows_cpu_time_total{core="0,4",mode="interrupt"} 11.28125 windows_cpu_time_total{core="0,4",mode="privileged"} 346.5625 windows_cpu_time_total{core="0,4",mode="user"} 836.78125 windows_cpu_time_total{core="0,5",mode="dpc"} 128.421875 windows_cpu_time_total{core="0,5",mode="idle"} 31469.984375 windows_cpu_time_total{core="0,5",mode="interrupt"} 36.171875 windows_cpu_time_total{core="0,5",mode="privileged"} 350.484375 windows_cpu_time_total{core="0,5",mode="user"} 686.5625 windows_cpu_time_total{core="0,6",mode="dpc"} 195.171875 windows_cpu_time_total{core="0,6",mode="idle"} 30999.9375 windows_cpu_time_total{core="0,6",mode="interrupt"} 13.71875 windows_cpu_time_total{core="0,6",mode="privileged"} 533.046875 windows_cpu_time_total{core="0,6",mode="user"} 974.046875 windows_cpu_time_total{core="0,7",mode="dpc"} 16.53125 windows_cpu_time_total{core="0,7",mode="idle"} 31358.765625 windows_cpu_time_total{core="0,7",mode="interrupt"} 2.984375 windows_cpu_time_total{core="0,7",mode="privileged"} 464.046875 windows_cpu_time_total{core="0,7",mode="user"} 684.21875 # HELP windows_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which windows_exporter was built, and the goos and goarch for the build. # TYPE windows_exporter_build_info gauge windows_exporter_build_info{branch="HEAD",goarch="amd64",goos="windows",goversion="go1.25.1",revision="fcf21bb6008679edab438661a0e882c0c7f27386",tags="trimpath",version="0.31.3"} 1 # HELP windows_exporter_collector_duration_seconds windows_exporter: Duration of a collection. # TYPE windows_exporter_collector_duration_seconds gauge windows_exporter_collector_duration_seconds{collector="cpu"} 0.0064835 windows_exporter_collector_duration_seconds{collector="logical_disk"} 0.0059943 windows_exporter_collector_duration_seconds{collector="memory"} 0.0005445 windows_exporter_collector_duration_seconds{collector="net"} 0.0093381 windows_exporter_collector_duration_seconds{collector="os"} 3.57e-05 windows_exporter_collector_duration_seconds{collector="physical_disk"} 0.0027915 windows_exporter_collector_duration_seconds{collector="service"} 0.0038235 windows_exporter_collector_duration_seconds{collector="system"} 0.0044181 windows_exporter_collector_duration_seconds{collector="tcp"} 0.0259449 # HELP windows_exporter_collector_success windows_exporter: Whether the collector was successful. # TYPE windows_exporter_collector_success gauge windows_exporter_collector_success{collector="cpu"} 1 windows_exporter_collector_success{collector="logical_disk"} 1 windows_exporter_collector_success{collector="memory"} 1 windows_exporter_collector_success{collector="net"} 1 windows_exporter_collector_success{collector="os"} 1 windows_exporter_collector_success{collector="physical_disk"} 1 windows_exporter_collector_success{collector="service"} 1 windows_exporter_collector_success{collector="system"} 1 windows_exporter_collector_success{collector="tcp"} 1 # HELP windows_exporter_collector_timeout windows_exporter: Whether the collector timed out. # TYPE windows_exporter_collector_timeout gauge windows_exporter_collector_timeout{collector="cpu"} 0 windows_exporter_collector_timeout{collector="logical_disk"} 0 windows_exporter_collector_timeout{collector="memory"} 0 windows_exporter_collector_timeout{collector="net"} 0 windows_exporter_collector_timeout{collector="os"} 0 windows_exporter_collector_timeout{collector="physical_disk"} 0 windows_exporter_collector_timeout{collector="service"} 0 windows_exporter_collector_timeout{collector="system"} 0 windows_exporter_collector_timeout{collector="tcp"} 0 # HELP windows_exporter_scrape_duration_seconds windows_exporter: Total scrape duration. # TYPE windows_exporter_scrape_duration_seconds gauge windows_exporter_scrape_duration_seconds 0.02645 # HELP windows_logical_disk_avg_read_requests_queued Average number of read requests that were queued for the selected disk during the sample interval (LogicalDisk.AvgDiskReadQueueLength) # TYPE windows_logical_disk_avg_read_requests_queued gauge windows_logical_disk_avg_read_requests_queued{volume="C:"} 3889.7169117999997 # HELP windows_logical_disk_avg_write_requests_queued Average number of write requests that were queued for the selected disk during the sample interval (LogicalDisk.AvgDiskWriteQueueLength) # TYPE windows_logical_disk_avg_write_requests_queued gauge windows_logical_disk_avg_write_requests_queued{volume="C:"} 72.8546877 # HELP windows_logical_disk_free_bytes Free space in bytes, updates every 10-15 min (LogicalDisk.PercentFreeSpace) # TYPE windows_logical_disk_free_bytes gauge windows_logical_disk_free_bytes{volume="C:"} 6.75037577216e+11 # HELP windows_logical_disk_idle_seconds_total Seconds that the disk was idle (LogicalDisk.PercentIdleTime) # TYPE windows_logical_disk_idle_seconds_total counter windows_logical_disk_idle_seconds_total{volume="C:"} 31286.4925605 # HELP windows_logical_disk_info A metric with a constant '1' value labeled with logical disk information # TYPE windows_logical_disk_info gauge windows_logical_disk_info{disk="0;1",filesystem="NTFS",serial_number="5A18C625",type="fixed",volume="C:",volume_name="Windows"} 1 # HELP windows_logical_disk_read_bytes_total The number of bytes transferred from the disk during read operations (LogicalDisk.DiskReadBytesPerSec) # TYPE windows_logical_disk_read_bytes_total counter windows_logical_disk_read_bytes_total{volume="C:"} 6.345073152e+09 # HELP windows_logical_disk_read_latency_seconds_total Shows the average time, in seconds, of a read operation from the disk (LogicalDisk.AvgDiskSecPerRead) # TYPE windows_logical_disk_read_latency_seconds_total counter windows_logical_disk_read_latency_seconds_total{volume="C:"} 3889.7169117999997 # HELP windows_logical_disk_read_seconds_total Seconds that the disk was busy servicing read requests (LogicalDisk.PercentDiskReadTime) # TYPE windows_logical_disk_read_seconds_total counter windows_logical_disk_read_seconds_total{volume="C:"} 3889.7169117999997 # HELP windows_logical_disk_read_write_latency_seconds_total Shows the time, in seconds, of the average disk transfer (LogicalDisk.AvgDiskSecPerTransfer) # TYPE windows_logical_disk_read_write_latency_seconds_total counter windows_logical_disk_read_write_latency_seconds_total{volume="C:"} 3962.5715995 # HELP windows_logical_disk_reads_total The number of read operations on the disk (LogicalDisk.DiskReadsPerSec) # TYPE windows_logical_disk_reads_total counter windows_logical_disk_reads_total{volume="C:"} 142571 # HELP windows_logical_disk_requests_queued The number of requests queued to the disk (LogicalDisk.CurrentDiskQueueLength) # TYPE windows_logical_disk_requests_queued gauge windows_logical_disk_requests_queued{volume="C:"} 0 # HELP windows_logical_disk_size_bytes Total space in bytes, updates every 10-15 min (LogicalDisk.PercentFreeSpace_Base) # TYPE windows_logical_disk_size_bytes gauge windows_logical_disk_size_bytes{volume="C:"} 9.60193626112e+11 # HELP windows_logical_disk_split_ios_total The number of I/Os to the disk were split into multiple I/Os (LogicalDisk.SplitIOPerSec) # TYPE windows_logical_disk_split_ios_total counter windows_logical_disk_split_ios_total{volume="C:"} 112792 # HELP windows_logical_disk_write_bytes_total The number of bytes transferred to the disk during write operations (LogicalDisk.DiskWriteBytesPerSec) # TYPE windows_logical_disk_write_bytes_total counter windows_logical_disk_write_bytes_total{volume="C:"} 6.872896e+09 # HELP windows_logical_disk_write_latency_seconds_total Shows the average time, in seconds, of a write operation to the disk (LogicalDisk.AvgDiskSecPerWrite) # TYPE windows_logical_disk_write_latency_seconds_total counter windows_logical_disk_write_latency_seconds_total{volume="C:"} 72.8546877 # HELP windows_logical_disk_write_seconds_total Seconds that the disk was busy servicing write requests (LogicalDisk.PercentDiskWriteTime) # TYPE windows_logical_disk_write_seconds_total counter windows_logical_disk_write_seconds_total{volume="C:"} 72.8546877 # HELP windows_logical_disk_writes_total The number of write operations on the disk (LogicalDisk.DiskWritesPerSec) # TYPE windows_logical_disk_writes_total counter windows_logical_disk_writes_total{volume="C:"} 477784 # 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) # TYPE windows_memory_available_bytes gauge windows_memory_available_bytes 2.9271990272e+10 # HELP windows_memory_cache_bytes (CacheBytes) # TYPE windows_memory_cache_bytes gauge windows_memory_cache_bytes 1.85020416e+08 # HELP windows_memory_cache_bytes_peak (CacheBytesPeak) # TYPE windows_memory_cache_bytes_peak gauge windows_memory_cache_bytes_peak 2.02162176e+08 # 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) # TYPE windows_memory_cache_faults_total counter windows_memory_cache_faults_total 9.900421e+06 # HELP windows_memory_commit_limit (CommitLimit) # TYPE windows_memory_commit_limit gauge windows_memory_commit_limit 3.9341449216e+10 # HELP windows_memory_committed_bytes (CommittedBytes) # TYPE windows_memory_committed_bytes gauge windows_memory_committed_bytes 5.149184e+09 # 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) # TYPE windows_memory_demand_zero_faults_total counter windows_memory_demand_zero_faults_total 4.0611164e+07 # 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) # TYPE windows_memory_free_and_zero_page_list_bytes gauge windows_memory_free_and_zero_page_list_bytes 2.2312046592e+10 # HELP windows_memory_free_system_page_table_entries (FreeSystemPageTableEntries) # TYPE windows_memory_free_system_page_table_entries gauge windows_memory_free_system_page_table_entries 1.2269147e+07 # 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) # TYPE windows_memory_modified_page_list_bytes gauge windows_memory_modified_page_list_bytes 2.48582144e+08 # HELP windows_memory_page_faults_total Overall rate at which faulted pages are handled by the processor (Page Faults/sec) # TYPE windows_memory_page_faults_total counter windows_memory_page_faults_total 6.6489937e+07 # HELP windows_memory_physical_free_bytes The amount of physical memory currently available, in bytes. This is the amount of physical memory that can be immediately reused without having to write its contents to disk first. It is the sum of the size of the standby, free, and zero lists. # TYPE windows_memory_physical_free_bytes gauge windows_memory_physical_free_bytes 2.9271990272e+10 # HELP windows_memory_physical_total_bytes The amount of actual physical memory, in bytes. # TYPE windows_memory_physical_total_bytes gauge windows_memory_physical_total_bytes 3.4241175552e+10 # 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) # TYPE windows_memory_pool_nonpaged_allocs_total gauge windows_memory_pool_nonpaged_allocs_total 0 # 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) # TYPE windows_memory_pool_nonpaged_bytes gauge windows_memory_pool_nonpaged_bytes 4.96459776e+08 # 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) # TYPE windows_memory_pool_paged_allocs_total counter windows_memory_pool_paged_allocs_total 0 # HELP windows_memory_pool_paged_bytes (PoolPagedBytes) # TYPE windows_memory_pool_paged_bytes gauge windows_memory_pool_paged_bytes 6.25881088e+08 # 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) # TYPE windows_memory_pool_paged_resident_bytes gauge windows_memory_pool_paged_resident_bytes 1.93548288e+08 # HELP windows_memory_process_memory_limit_bytes The size of the user-mode portion of the virtual address space of the calling process, in bytes. This value depends on the type of process, the type of processor, and the configuration of the operating system. # TYPE windows_memory_process_memory_limit_bytes gauge windows_memory_process_memory_limit_bytes 1.40737488224256e+14 # 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) # TYPE windows_memory_standby_cache_core_bytes gauge windows_memory_standby_cache_core_bytes 0 # 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) # TYPE windows_memory_standby_cache_normal_priority_bytes gauge windows_memory_standby_cache_normal_priority_bytes 3.192246272e+09 # 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) # TYPE windows_memory_standby_cache_reserve_bytes gauge windows_memory_standby_cache_reserve_bytes 3.767697408e+09 # HELP windows_memory_swap_page_operations_total Total number of swap page read and writes (PagesPerSec) # TYPE windows_memory_swap_page_operations_total counter windows_memory_swap_page_operations_total 2.009296e+06 # 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) # TYPE windows_memory_swap_page_reads_total counter windows_memory_swap_page_reads_total 172792 # 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) # TYPE windows_memory_swap_page_writes_total counter windows_memory_swap_page_writes_total 0 # 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) # TYPE windows_memory_swap_pages_read_total counter windows_memory_swap_pages_read_total 2.009296e+06 # 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) # TYPE windows_memory_swap_pages_written_total counter windows_memory_swap_pages_written_total 0 # 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) # TYPE windows_memory_system_cache_resident_bytes gauge windows_memory_system_cache_resident_bytes 1.85020416e+08 # 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) # TYPE windows_memory_system_code_resident_bytes gauge windows_memory_system_code_resident_bytes 0 # 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) # TYPE windows_memory_system_code_total_bytes gauge windows_memory_system_code_total_bytes 0 # 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) # TYPE windows_memory_system_driver_resident_bytes gauge windows_memory_system_driver_resident_bytes 9.805824e+06 # 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) # TYPE windows_memory_system_driver_total_bytes gauge windows_memory_system_driver_total_bytes 1.6232448e+07 # 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) # TYPE windows_memory_transition_faults_total counter windows_memory_transition_faults_total 1.880808e+07 # 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) # TYPE windows_memory_transition_pages_repurposed_total counter windows_memory_transition_pages_repurposed_total 0 # 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) # TYPE windows_memory_write_copies_total counter windows_memory_write_copies_total 619279 # HELP windows_net_bytes_received_total (Network.BytesReceivedPerSec) # TYPE windows_net_bytes_received_total counter windows_net_bytes_received_total{nic="Intel[R] I210 Gigabit Network Connection"} 1.801017242e+09 windows_net_bytes_received_total{nic="Intel[R] I210 Gigabit Network Connection _2"} 0 # HELP windows_net_bytes_sent_total (Network.BytesSentPerSec) # TYPE windows_net_bytes_sent_total counter windows_net_bytes_sent_total{nic="Intel[R] I210 Gigabit Network Connection"} 6.40187538e+08 windows_net_bytes_sent_total{nic="Intel[R] I210 Gigabit Network Connection _2"} 0 # HELP windows_net_bytes_total (Network.BytesTotalPerSec) # TYPE windows_net_bytes_total counter windows_net_bytes_total{nic="Intel[R] I210 Gigabit Network Connection"} 2.44120478e+09 windows_net_bytes_total{nic="Intel[R] I210 Gigabit Network Connection _2"} 0 # HELP windows_net_current_bandwidth_bytes (Network.CurrentBandwidth) # TYPE windows_net_current_bandwidth_bytes gauge windows_net_current_bandwidth_bytes{nic="Intel[R] I210 Gigabit Network Connection"} 1.25e+08 windows_net_current_bandwidth_bytes{nic="Intel[R] I210 Gigabit Network Connection _2"} 0 # HELP windows_net_nic_address_info A metric with a constant '1' value labeled with the network interface's address information. # TYPE windows_net_nic_address_info gauge windows_net_nic_address_info{address="41.203.25.100",family="ipv4",nic="Intel[R] I210 Gigabit Network Connection"} 1 # HELP windows_net_nic_info A metric with a constant '1' value labeled with the network interface's general information. # TYPE windows_net_nic_info gauge windows_net_nic_info{friendly_name="Loopback Pseudo-Interface 1",mac="00:00:00:00:00:00",nic="Software Loopback Interface 1"} 1 windows_net_nic_info{friendly_name="Onboard LAN 1",mac="0C:C4:7A:6A:0A:5E",nic="Intel[R] I210 Gigabit Network Connection"} 1 windows_net_nic_info{friendly_name="Onboard LAN 2",mac="0C:C4:7A:6A:0A:5F",nic="Intel[R] I210 Gigabit Network Connection _2"} 1 # HELP windows_net_nic_operation_status The operational status for the interface as defined in RFC 2863 as IfOperStatus. # TYPE windows_net_nic_operation_status gauge windows_net_nic_operation_status{nic="Intel[R] I210 Gigabit Network Connection",status="dormant"} 0 windows_net_nic_operation_status{nic="Intel[R] I210 Gigabit Network Connection",status="down"} 0 windows_net_nic_operation_status{nic="Intel[R] I210 Gigabit Network Connection",status="lower layer down"} 0 windows_net_nic_operation_status{nic="Intel[R] I210 Gigabit Network Connection",status="not present"} 0 windows_net_nic_operation_status{nic="Intel[R] I210 Gigabit Network Connection",status="testing"} 0 windows_net_nic_operation_status{nic="Intel[R] I210 Gigabit Network Connection",status="unknown"} 0 windows_net_nic_operation_status{nic="Intel[R] I210 Gigabit Network Connection",status="up"} 1 windows_net_nic_operation_status{nic="Intel[R] I210 Gigabit Network Connection _2",status="dormant"} 0 windows_net_nic_operation_status{nic="Intel[R] I210 Gigabit Network Connection _2",status="down"} 1 windows_net_nic_operation_status{nic="Intel[R] I210 Gigabit Network Connection _2",status="lower layer down"} 0 windows_net_nic_operation_status{nic="Intel[R] I210 Gigabit Network Connection _2",status="not present"} 0 windows_net_nic_operation_status{nic="Intel[R] I210 Gigabit Network Connection _2",status="testing"} 0 windows_net_nic_operation_status{nic="Intel[R] I210 Gigabit Network Connection _2",status="unknown"} 0 windows_net_nic_operation_status{nic="Intel[R] I210 Gigabit Network Connection _2",status="up"} 0 windows_net_nic_operation_status{nic="Software Loopback Interface 1",status="dormant"} 0 windows_net_nic_operation_status{nic="Software Loopback Interface 1",status="down"} 0 windows_net_nic_operation_status{nic="Software Loopback Interface 1",status="lower layer down"} 0 windows_net_nic_operation_status{nic="Software Loopback Interface 1",status="not present"} 0 windows_net_nic_operation_status{nic="Software Loopback Interface 1",status="testing"} 0 windows_net_nic_operation_status{nic="Software Loopback Interface 1",status="unknown"} 0 windows_net_nic_operation_status{nic="Software Loopback Interface 1",status="up"} 1 # HELP windows_net_output_queue_length_packets (Network.OutputQueueLength) # TYPE windows_net_output_queue_length_packets gauge windows_net_output_queue_length_packets{nic="Intel[R] I210 Gigabit Network Connection"} 0 windows_net_output_queue_length_packets{nic="Intel[R] I210 Gigabit Network Connection _2"} 0 # HELP windows_net_packets_outbound_discarded_total (Network.PacketsOutboundDiscarded) # TYPE windows_net_packets_outbound_discarded_total counter windows_net_packets_outbound_discarded_total{nic="Intel[R] I210 Gigabit Network Connection"} 0 windows_net_packets_outbound_discarded_total{nic="Intel[R] I210 Gigabit Network Connection _2"} 0 # HELP windows_net_packets_outbound_errors_total (Network.PacketsOutboundErrors) # TYPE windows_net_packets_outbound_errors_total counter windows_net_packets_outbound_errors_total{nic="Intel[R] I210 Gigabit Network Connection"} 0 windows_net_packets_outbound_errors_total{nic="Intel[R] I210 Gigabit Network Connection _2"} 0 # HELP windows_net_packets_received_discarded_total (Network.PacketsReceivedDiscarded) # TYPE windows_net_packets_received_discarded_total counter windows_net_packets_received_discarded_total{nic="Intel[R] I210 Gigabit Network Connection"} 0 windows_net_packets_received_discarded_total{nic="Intel[R] I210 Gigabit Network Connection _2"} 0 # HELP windows_net_packets_received_errors_total (Network.PacketsReceivedErrors) # TYPE windows_net_packets_received_errors_total counter windows_net_packets_received_errors_total{nic="Intel[R] I210 Gigabit Network Connection"} 0 windows_net_packets_received_errors_total{nic="Intel[R] I210 Gigabit Network Connection _2"} 0 # HELP windows_net_packets_received_total (Network.PacketsReceivedPerSec) # TYPE windows_net_packets_received_total counter windows_net_packets_received_total{nic="Intel[R] I210 Gigabit Network Connection"} 7.271888e+06 windows_net_packets_received_total{nic="Intel[R] I210 Gigabit Network Connection _2"} 0 # HELP windows_net_packets_received_unknown_total (Network.PacketsReceivedUnknown) # TYPE windows_net_packets_received_unknown_total counter windows_net_packets_received_unknown_total{nic="Intel[R] I210 Gigabit Network Connection"} 0 windows_net_packets_received_unknown_total{nic="Intel[R] I210 Gigabit Network Connection _2"} 0 # HELP windows_net_packets_sent_total (Network.PacketsSentPerSec) # TYPE windows_net_packets_sent_total counter windows_net_packets_sent_total{nic="Intel[R] I210 Gigabit Network Connection"} 5.233719e+06 windows_net_packets_sent_total{nic="Intel[R] I210 Gigabit Network Connection _2"} 0 # HELP windows_net_packets_total (Network.PacketsPerSec) # TYPE windows_net_packets_total counter windows_net_packets_total{nic="Intel[R] I210 Gigabit Network Connection"} 1.2505607e+07 windows_net_packets_total{nic="Intel[R] I210 Gigabit Network Connection _2"} 0 # HELP windows_os_hostname Labelled system hostname information as provided by ComputerSystem.DNSHostName and ComputerSystem.Domain # TYPE windows_os_hostname gauge windows_os_hostname{domain="",fqdn="id2016_truservp",hostname="id2016_truservp"} 1 # HELP windows_os_info Contains full product name & version in labels. Note that the "major_version" for Windows 11 is \\"10\\"; a build number greater than 22000 represents Windows 11. # TYPE windows_os_info gauge windows_os_info{build_number="17763",major_version="10",minor_version="0",product="Windows Server 2019 Standard",revision="6659",version="10.0.17763"} 1 # HELP windows_physical_disk_idle_seconds_total Seconds that the disk was idle (PhysicalDisk.PercentIdleTime) # TYPE windows_physical_disk_idle_seconds_total counter windows_physical_disk_idle_seconds_total{disk="0"} 29685.0763601 windows_physical_disk_idle_seconds_total{disk="1"} 30149.260374399997 # HELP windows_physical_disk_read_bytes_total The number of bytes transferred from the disk during read operations (PhysicalDisk.DiskReadBytesPerSec) # TYPE windows_physical_disk_read_bytes_total counter windows_physical_disk_read_bytes_total{disk="0"} 9.66285696e+11 windows_physical_disk_read_bytes_total{disk="1"} 2.120912896e+09 # HELP windows_physical_disk_read_latency_seconds_total Shows the average time, in seconds, of a read operation from the disk (PhysicalDisk.AvgDiskSecPerRead) # TYPE windows_physical_disk_read_latency_seconds_total counter windows_physical_disk_read_latency_seconds_total{disk="0"} 5953.5542594 windows_physical_disk_read_latency_seconds_total{disk="1"} 423.09736039999996 # HELP windows_physical_disk_read_seconds_total Seconds that the disk was busy servicing read requests (PhysicalDisk.PercentDiskReadTime) # TYPE windows_physical_disk_read_seconds_total counter windows_physical_disk_read_seconds_total{disk="0"} 5953.5542594 windows_physical_disk_read_seconds_total{disk="1"} 423.09736039999996 # HELP windows_physical_disk_read_write_latency_seconds_total Shows the time, in seconds, of the average disk transfer (PhysicalDisk.AvgDiskSecPerTransfer) # TYPE windows_physical_disk_read_write_latency_seconds_total counter windows_physical_disk_read_write_latency_seconds_total{disk="0"} 6009.4735341 windows_physical_disk_read_write_latency_seconds_total{disk="1"} 2619.6461160999997 # HELP windows_physical_disk_reads_total The number of read operations on the disk (PhysicalDisk.DiskReadsPerSec) # TYPE windows_physical_disk_reads_total counter windows_physical_disk_reads_total{disk="0"} 1.4820573e+07 windows_physical_disk_reads_total{disk="1"} 58435 # HELP windows_physical_disk_requests_queued The number of requests queued to the disk (PhysicalDisk.CurrentDiskQueueLength) # TYPE windows_physical_disk_requests_queued gauge windows_physical_disk_requests_queued{disk="0"} 0 windows_physical_disk_requests_queued{disk="1"} 0 # HELP windows_physical_disk_split_ios_total The number of I/Os to the disk were split into multiple I/Os (PhysicalDisk.SplitIOPerSec) # TYPE windows_physical_disk_split_ios_total counter windows_physical_disk_split_ios_total{disk="0"} 25763 windows_physical_disk_split_ios_total{disk="1"} 12669 # HELP windows_physical_disk_write_bytes_total The number of bytes transferred to the disk during write operations (PhysicalDisk.DiskWriteBytesPerSec) # TYPE windows_physical_disk_write_bytes_total counter windows_physical_disk_write_bytes_total{disk="0"} 7.13460224e+09 windows_physical_disk_write_bytes_total{disk="1"} 9.63710462976e+11 # HELP windows_physical_disk_write_latency_seconds_total Shows the average time, in seconds, of a write operation to the disk (PhysicalDisk.AvgDiskSecPerWrite) # TYPE windows_physical_disk_write_latency_seconds_total counter windows_physical_disk_write_latency_seconds_total{disk="0"} 55.919274699999995 windows_physical_disk_write_latency_seconds_total{disk="1"} 2196.5487556999997 # HELP windows_physical_disk_write_seconds_total Seconds that the disk was busy servicing write requests (PhysicalDisk.PercentDiskWriteTime) # TYPE windows_physical_disk_write_seconds_total counter windows_physical_disk_write_seconds_total{disk="0"} 55.919274699999995 windows_physical_disk_write_seconds_total{disk="1"} 2196.5487556999997 # HELP windows_physical_disk_writes_total The number of write operations on the disk (PhysicalDisk.DiskWritesPerSec) # TYPE windows_physical_disk_writes_total counter windows_physical_disk_writes_total{disk="0"} 484338 windows_physical_disk_writes_total{disk="1"} 1.5090053e+07 # HELP windows_service_info A metric with a constant '1' value labeled with service information # TYPE windows_service_info gauge windows_service_info{display_name="ActiveMQ",name="ActiveMQ",path_name="C:\\apache-activemq-5.9.0\\bin\\win64\\wrapper.exe -s C:\\apache-activemq-5.9.0\\bin\\win64\\wrapper.conf set.ACTIVEMQ_HOME=C:\\apache-activemq-5.9.0\\bin\\win64\\..\\.. set.ACTIVEMQ_BASE=C:\\apache-activemq-5.9.0\\bin\\win64\\..\\..",run_as="LocalSystem"} 1 windows_service_info{display_name="Apache Tomcat 7.0 Tomcat7",name="Tomcat7",path_name="c:\\apache-tomcat-7.0.67\\bin\\tomcat7.exe //RS//Tomcat7",run_as="LocalSystem"} 1 windows_service_info{display_name="CLMInterface",name="CLMInterface",path_name="\"c:\\Program Files\\Kreon Technology\\CLM\\CLMInterfaceClient.exe\"",run_as="LocalSystem"} 1 windows_service_info{display_name="ConfigTool",name="ConfigTool",path_name="\"c:\\Program Files\\Kreon Technology\\IMMS\\FEGInterfaceClient.exe\"",run_as="LocalSystem"} 1 windows_service_info{display_name="FEG",name="FEG",path_name="\"c:\\Program Files\\Kreon Technology\\FEG\\FEG.exe\"",run_as="LocalSystem"} 1 windows_service_info{display_name="IMMSInterface",name="IMMSInterface",path_name="\"c:\\Program Files\\Kreon Technology\\IMMS\\IMMSInterfaceService.exe\"",run_as="LocalSystem"} 1 windows_service_info{display_name="Redis",name="Redis",path_name="\"C:\\Program Files\\Redis\\redis-server.exe\" --service-run \"C:\\Program Files\\Redis\\redis.windows-service.conf\"",run_as="NT AUTHORITY\\NETWORK SERVICE"} 1 windows_service_info{display_name="pgbouncer",name="pgbouncer",path_name="C:\\PostgreSQL\\9.5\\bin\\pgbouncer.exe --service \"C:\\PostgreSQL\\9.5\\share\\pgbouncer.ini\"",run_as="LocalSystem"} 1 windows_service_info{display_name="postgresql-x64-9.5 - PostgreSQL Server 9.5",name="postgresql-x64-9.5",path_name="\"C:\\PostgreSQL\\9.5\\bin\\pg_ctl.exe\" runservice -N \"postgresql-x64-9.5\" -D \"C:\\PostgreSQL\\9.5\\data\" -w",run_as="NT AUTHORITY\\NetworkService"} 1 # HELP windows_service_process Process of started service. The value is the creation time of the process as a unix timestamp. # TYPE windows_service_process gauge windows_service_process{name="ActiveMQ",process_id="3316"} 1.779483556e+09 windows_service_process{name="ConfigTool",process_id="5404"} 1.77948356e+09 windows_service_process{name="FEG",process_id="2948"} 1.779483554e+09 windows_service_process{name="IMMSInterface",process_id="2836"} 1.779483554e+09 # HELP windows_service_start_mode The start mode of the service (StartMode) # TYPE windows_service_start_mode gauge windows_service_start_mode{name="ActiveMQ",start_mode="auto"} 1 windows_service_start_mode{name="ActiveMQ",start_mode="boot"} 0 windows_service_start_mode{name="ActiveMQ",start_mode="disabled"} 0 windows_service_start_mode{name="ActiveMQ",start_mode="manual"} 0 windows_service_start_mode{name="ActiveMQ",start_mode="system"} 0 windows_service_start_mode{name="CLMInterface",start_mode="auto"} 0 windows_service_start_mode{name="CLMInterface",start_mode="boot"} 0 windows_service_start_mode{name="CLMInterface",start_mode="disabled"} 0 windows_service_start_mode{name="CLMInterface",start_mode="manual"} 1 windows_service_start_mode{name="CLMInterface",start_mode="system"} 0 windows_service_start_mode{name="ConfigTool",start_mode="auto"} 1 windows_service_start_mode{name="ConfigTool",start_mode="boot"} 0 windows_service_start_mode{name="ConfigTool",start_mode="disabled"} 0 windows_service_start_mode{name="ConfigTool",start_mode="manual"} 0 windows_service_start_mode{name="ConfigTool",start_mode="system"} 0 windows_service_start_mode{name="FEG",start_mode="auto"} 1 windows_service_start_mode{name="FEG",start_mode="boot"} 0 windows_service_start_mode{name="FEG",start_mode="disabled"} 0 windows_service_start_mode{name="FEG",start_mode="manual"} 0 windows_service_start_mode{name="FEG",start_mode="system"} 0 windows_service_start_mode{name="IMMSInterface",start_mode="auto"} 1 windows_service_start_mode{name="IMMSInterface",start_mode="boot"} 0 windows_service_start_mode{name="IMMSInterface",start_mode="disabled"} 0 windows_service_start_mode{name="IMMSInterface",start_mode="manual"} 0 windows_service_start_mode{name="IMMSInterface",start_mode="system"} 0 windows_service_start_mode{name="Redis",start_mode="auto"} 0 windows_service_start_mode{name="Redis",start_mode="boot"} 0 windows_service_start_mode{name="Redis",start_mode="disabled"} 0 windows_service_start_mode{name="Redis",start_mode="manual"} 1 windows_service_start_mode{name="Redis",start_mode="system"} 0 windows_service_start_mode{name="Tomcat7",start_mode="auto"} 0 windows_service_start_mode{name="Tomcat7",start_mode="boot"} 0 windows_service_start_mode{name="Tomcat7",start_mode="disabled"} 0 windows_service_start_mode{name="Tomcat7",start_mode="manual"} 1 windows_service_start_mode{name="Tomcat7",start_mode="system"} 0 windows_service_start_mode{name="pgbouncer",start_mode="auto"} 0 windows_service_start_mode{name="pgbouncer",start_mode="boot"} 0 windows_service_start_mode{name="pgbouncer",start_mode="disabled"} 0 windows_service_start_mode{name="pgbouncer",start_mode="manual"} 1 windows_service_start_mode{name="pgbouncer",start_mode="system"} 0 windows_service_start_mode{name="postgresql-x64-9.5",start_mode="auto"} 0 windows_service_start_mode{name="postgresql-x64-9.5",start_mode="boot"} 0 windows_service_start_mode{name="postgresql-x64-9.5",start_mode="disabled"} 0 windows_service_start_mode{name="postgresql-x64-9.5",start_mode="manual"} 1 windows_service_start_mode{name="postgresql-x64-9.5",start_mode="system"} 0 # HELP windows_service_state The state of the service (State) # TYPE windows_service_state gauge windows_service_state{name="ActiveMQ",state="continue pending"} 0 windows_service_state{name="ActiveMQ",state="pause pending"} 0 windows_service_state{name="ActiveMQ",state="paused"} 0 windows_service_state{name="ActiveMQ",state="running"} 1 windows_service_state{name="ActiveMQ",state="start pending"} 0 windows_service_state{name="ActiveMQ",state="stop pending"} 0 windows_service_state{name="ActiveMQ",state="stopped"} 0 windows_service_state{name="CLMInterface",state="continue pending"} 0 windows_service_state{name="CLMInterface",state="pause pending"} 0 windows_service_state{name="CLMInterface",state="paused"} 0 windows_service_state{name="CLMInterface",state="running"} 0 windows_service_state{name="CLMInterface",state="start pending"} 0 windows_service_state{name="CLMInterface",state="stop pending"} 0 windows_service_state{name="CLMInterface",state="stopped"} 1 windows_service_state{name="ConfigTool",state="continue pending"} 0 windows_service_state{name="ConfigTool",state="pause pending"} 0 windows_service_state{name="ConfigTool",state="paused"} 0 windows_service_state{name="ConfigTool",state="running"} 1 windows_service_state{name="ConfigTool",state="start pending"} 0 windows_service_state{name="ConfigTool",state="stop pending"} 0 windows_service_state{name="ConfigTool",state="stopped"} 0 windows_service_state{name="FEG",state="continue pending"} 0 windows_service_state{name="FEG",state="pause pending"} 0 windows_service_state{name="FEG",state="paused"} 0 windows_service_state{name="FEG",state="running"} 1 windows_service_state{name="FEG",state="start pending"} 0 windows_service_state{name="FEG",state="stop pending"} 0 windows_service_state{name="FEG",state="stopped"} 0 windows_service_state{name="IMMSInterface",state="continue pending"} 0 windows_service_state{name="IMMSInterface",state="pause pending"} 0 windows_service_state{name="IMMSInterface",state="paused"} 0 windows_service_state{name="IMMSInterface",state="running"} 1 windows_service_state{name="IMMSInterface",state="start pending"} 0 windows_service_state{name="IMMSInterface",state="stop pending"} 0 windows_service_state{name="IMMSInterface",state="stopped"} 0 windows_service_state{name="Redis",state="continue pending"} 0 windows_service_state{name="Redis",state="pause pending"} 0 windows_service_state{name="Redis",state="paused"} 0 windows_service_state{name="Redis",state="running"} 0 windows_service_state{name="Redis",state="start pending"} 0 windows_service_state{name="Redis",state="stop pending"} 0 windows_service_state{name="Redis",state="stopped"} 1 windows_service_state{name="Tomcat7",state="continue pending"} 0 windows_service_state{name="Tomcat7",state="pause pending"} 0 windows_service_state{name="Tomcat7",state="paused"} 0 windows_service_state{name="Tomcat7",state="running"} 0 windows_service_state{name="Tomcat7",state="start pending"} 0 windows_service_state{name="Tomcat7",state="stop pending"} 0 windows_service_state{name="Tomcat7",state="stopped"} 1 windows_service_state{name="pgbouncer",state="continue pending"} 0 windows_service_state{name="pgbouncer",state="pause pending"} 0 windows_service_state{name="pgbouncer",state="paused"} 0 windows_service_state{name="pgbouncer",state="running"} 0 windows_service_state{name="pgbouncer",state="start pending"} 0 windows_service_state{name="pgbouncer",state="stop pending"} 0 windows_service_state{name="pgbouncer",state="stopped"} 1 windows_service_state{name="postgresql-x64-9.5",state="continue pending"} 0 windows_service_state{name="postgresql-x64-9.5",state="pause pending"} 0 windows_service_state{name="postgresql-x64-9.5",state="paused"} 0 windows_service_state{name="postgresql-x64-9.5",state="running"} 0 windows_service_state{name="postgresql-x64-9.5",state="start pending"} 0 windows_service_state{name="postgresql-x64-9.5",state="stop pending"} 0 windows_service_state{name="postgresql-x64-9.5",state="stopped"} 1 # HELP windows_system_boot_time_timestamp Unix timestamp of system boot time # TYPE windows_system_boot_time_timestamp gauge windows_system_boot_time_timestamp 1.77948353134e+09 # HELP windows_system_context_switches_total Total number of context switches (WMI source: PerfOS_System.ContextSwitchesPersec) # TYPE windows_system_context_switches_total counter windows_system_context_switches_total 9.6044497e+07 # HELP windows_system_exception_dispatches_total Total number of exceptions dispatched (WMI source: PerfOS_System.ExceptionDispatchesPersec) # TYPE windows_system_exception_dispatches_total counter windows_system_exception_dispatches_total 147658 # HELP windows_system_processes Current number of processes (WMI source: PerfOS_System.Processes) # TYPE windows_system_processes gauge windows_system_processes 97 # HELP windows_system_processes_limit Maximum number of processes. # TYPE windows_system_processes_limit gauge windows_system_processes_limit 4.294967295e+09 # HELP windows_system_processor_queue_length Length of processor queue (WMI source: PerfOS_System.ProcessorQueueLength) # TYPE windows_system_processor_queue_length gauge windows_system_processor_queue_length 0 # HELP windows_system_system_calls_total Total number of system calls (WMI source: PerfOS_System.SystemCallsPersec) # TYPE windows_system_system_calls_total counter windows_system_system_calls_total 9.74235791e+08 # HELP windows_system_threads Current number of threads (WMI source: PerfOS_System.Threads) # TYPE windows_system_threads gauge windows_system_threads 1125 # HELP windows_tcp_connection_failures_total (TCP.ConnectionFailures) # TYPE windows_tcp_connection_failures_total counter windows_tcp_connection_failures_total{af="ipv4"} 1245 windows_tcp_connection_failures_total{af="ipv6"} 1 # HELP windows_tcp_connections_active_total (TCP.ConnectionsActive) # TYPE windows_tcp_connections_active_total counter windows_tcp_connections_active_total{af="ipv4"} 642 windows_tcp_connections_active_total{af="ipv6"} 1 # HELP windows_tcp_connections_established (TCP.ConnectionsEstablished) # TYPE windows_tcp_connections_established gauge windows_tcp_connections_established{af="ipv4"} 4502 windows_tcp_connections_established{af="ipv6"} 0 # HELP windows_tcp_connections_passive_total (TCP.ConnectionsPassive) # TYPE windows_tcp_connections_passive_total counter windows_tcp_connections_passive_total{af="ipv4"} 57624 windows_tcp_connections_passive_total{af="ipv6"} 0 # HELP windows_tcp_connections_reset_total (TCP.ConnectionsReset) # TYPE windows_tcp_connections_reset_total counter windows_tcp_connections_reset_total{af="ipv4"} 948 windows_tcp_connections_reset_total{af="ipv6"} 0 # HELP windows_tcp_connections_state_count Number of TCP connections by state and address family # TYPE windows_tcp_connections_state_count gauge windows_tcp_connections_state_count{af="ipv4",state="ESTABLISHED"} 4502 windows_tcp_connections_state_count{af="ipv4",state="FIN_WAIT1"} 12 windows_tcp_connections_state_count{af="ipv4",state="LISTENING"} 21 windows_tcp_connections_state_count{af="ipv4",state="TIME_WAIT"} 1 windows_tcp_connections_state_count{af="ipv6",state="LISTENING"} 15 # HELP windows_tcp_segments_received_total (TCP.SegmentsReceivedTotal) # TYPE windows_tcp_segments_received_total counter windows_tcp_segments_received_total{af="ipv4"} 9.592949e+06 windows_tcp_segments_received_total{af="ipv6"} 6 # HELP windows_tcp_segments_retransmitted_total (TCP.SegmentsRetransmittedTotal) # TYPE windows_tcp_segments_retransmitted_total counter windows_tcp_segments_retransmitted_total{af="ipv4"} 142661 windows_tcp_segments_retransmitted_total{af="ipv6"} 2 # HELP windows_tcp_segments_sent_total (TCP.SegmentsSentTotal) # TYPE windows_tcp_segments_sent_total counter windows_tcp_segments_sent_total{af="ipv4"} 7.536587e+06 windows_tcp_segments_sent_total{af="ipv6"} 4 # HELP windows_tcp_segments_total (TCP.SegmentsTotal) # TYPE windows_tcp_segments_total counter windows_tcp_segments_total{af="ipv4"} 1.7129536e+07 windows_tcp_segments_total{af="ipv6"} 10