Skip to content

in_windows_exporter_metrics: Extend metrics #10601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jul 18, 2025

Conversation

cosmo0920
Copy link
Contributor

@cosmo0920 cosmo0920 commented Jul 16, 2025

Related to #10591.

Extending and adding missing metrics:

  • Cache
  • LogicalDisk
    • windows_logical_disk_avg_read_requests_queued
    • windows_logical_disk_avg_write_requests_queued
    • windows_logical_disk_size_bytes
  • Net
    • windows_net_oputput_queue_length_packets
  • Memory
    • windows_memory_pool_paged_allocs_total
  • TCP
  • PagingFile
    • windows_paging_file_free_bytes
    • windows_paging_file_limit_bytes
  • CPU
    • windows_cpu_processor_mperf_total
    • windows_cpu_processor_privileged_utility_total
    • windows_cpu_processor_rtc_total
    • windows_cpu_processor_utility_total

Enter [N/A] in the box, if an item is not applicable to your change.

Testing
Before we can approve your change; please submit the following in a comment:

  • Example configuration file for the change

For testing newly added metrics, just run as:

PS> bin/fluent-bit -i windows_exporter_metrics -p metrics=cpu,logical_disk,cache,net,tcp,paging_file -o stdout
  • Debug log output from testing the change
Fluent Bit v4.1.0
* Copyright (C) 2015-2025 The Fluent Bit Authors
* Fluent Bit is a CNCF sub-project under the umbrella of Fluentd
* https://fluentbit.io

______ _                  _    ______ _ _             ___  _____
|  ___| |                | |   | ___ (_) |           /   ||  _  |
| |_  | |_   _  ___ _ __ | |_  | |_/ /_| |_  __   __/ /| || |/' |
|  _| | | | | |/ _ \ '_ \| __| | ___ \ | __| \ \ / / /_| ||  /| |
| |   | | |_| |  __/ | | | |_  | |_/ / | |_   \ V /\___  |\ |_/ /
\_|   |_|\__,_|\___|_| |_|\__| \____/|_|\__|   \_/     |_(_)___/


[2025/07/18 17:08:34] [ info] [fluent bit] version=4.1.0, commit=e44f2627fb, pid=40520
[2025/07/18 17:08:34] [ info] [storage] ver=1.5.3, type=memory, sync=normal, checksum=off, max_chunks_up=128
[2025/07/18 17:08:34] [ info] [simd    ] disabled
[2025/07/18 17:08:34] [ info] [cmetrics] version=1.0.4
[2025/07/18 17:08:34] [ info] [ctraces ] version=0.6.6
[2025/07/18 17:08:34] [ info] [input:windows_exporter_metrics:windows_exporter_metrics.0] initializing
[2025/07/18 17:08:34] [ info] [input:windows_exporter_metrics:windows_exporter_metrics.0] storage_strategy='memory' (memory only)
[2025/07/18 17:08:34] [ info] [sp] stream processor started
[2025/07/18 17:08:34] [ info] [engine] Shutdown Grace Period=5, Shutdown Input Grace Period=2
[2025/07/18 17:08:34] [ info] [output:stdout:stdout.0] worker #0 started
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,0",state="c1"} = 12420.5046726
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,0",state="c2"} = 426.15255769999999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,0",state="c3"} = 74046.698587599996
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,1",state="c1"} = 14336.604735200001
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,1",state="c2"} = 710.43276539999999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,1",state="c3"} = 72487.377696900003
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,2",state="c1"} = 18221.5407495
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,2",state="c2"} = 177.53118000000001
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,2",state="c3"} = 77471.071149399999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,3",state="c1"} = 18241.574771700001
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,3",state="c2"} = 168.4711422
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,3",state="c3"} = 77472.120861400006
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,4",state="c1"} = 18229.459471800001
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,4",state="c2"} = 157.67610740000001
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,4",state="c3"} = 77545.552989799995
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,5",state="c1"} = 18135.324437700001
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,5",state="c2"} = 195.3894272
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,5",state="c3"} = 77428.814727999998
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,6",state="c1"} = 16809.3581122
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,6",state="c2"} = 2299.8533628
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,6",state="c3"} = 65467.344358200004
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,7",state="c1"} = 16589.105477599998
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,7",state="c2"} = 2267.086311
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,7",state="c3"} = 65981.709653800004
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,8",state="c1"} = 16774.336587900001
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,8",state="c2"} = 2272.2250119999999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,8",state="c3"} = 65823.345177700001
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,9",state="c1"} = 16892.531428400001
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,9",state="c2"} = 2334.214054
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,9",state="c3"} = 64992.272239500002
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,10",state="c1"} = 11484.3173912
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,10",state="c2"} = 293.83717890000003
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,10",state="c3"} = 74977.474179900004
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,11",state="c1"} = 14738.235430999999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,11",state="c2"} = 1528.8380523999999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,11",state="c3"} = 63606.711284199999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,12",state="c1"} = 11441.092718899999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,12",state="c2"} = 254.32331880000001
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,12",state="c3"} = 75247.9142613
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,13",state="c1"} = 13338.2019416
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,13",state="c2"} = 272.37232419999998
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,13",state="c3"} = 75091.035322700001
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,14",state="c1"} = 17075.060651399999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,14",state="c2"} = 869.54343419999998
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,14",state="c3"} = 73658.816995899993
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,15",state="c1"} = 16984.061324099999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,15",state="c2"} = 743.75461499999994
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,15",state="c3"} = 74090.768723300003
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,16",state="c1"} = 16950.1640085
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,16",state="c2"} = 863.1391754
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,16",state="c3"} = 73628.209396799997
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,17",state="c1"} = 16812.935028
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,17",state="c2"} = 948.0056366
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,17",state="c3"} = 73363.766889799997
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,18",state="c1"} = 16547.091857200001
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,18",state="c2"} = 1572.1553501999999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,18",state="c3"} = 69847.571628799997
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,19",state="c1"} = 16216.4098354
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,19",state="c2"} = 1464.8993258999999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,19",state="c3"} = 70545.651814700002
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,20",state="c1"} = 16190.585410399999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,20",state="c2"} = 1481.3140149999999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,20",state="c3"} = 70399.568067800006
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,21",state="c1"} = 16208.4409368
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,21",state="c2"} = 1574.9820634
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,21",state="c3"} = 69814.096747799995
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,22",state="c1"} = 11408.769213699999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,22",state="c2"} = 253.8900635
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,22",state="c3"} = 75437.146236300003
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,23",state="c1"} = 14298.272970399999
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,23",state="c2"} = 1502.9942503
2025-07-18T08:08:35.462875800Z windows_cpu_cstate_seconds_total{core="0,23",state="c3"} = 63532.038861000001
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,0",mode="idle"} = 87512.953125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,0",mode="interrupt"} = 953.359375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,0",mode="dpc"} = 1404.984375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,0",mode="privileged"} = 8283.453125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,0",mode="user"} = 6920.375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,1",mode="idle"} = 88013.46875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,1",mode="interrupt"} = 793.453125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,1",mode="dpc"} = 713.265625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,1",mode="privileged"} = 7166.296875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,1",mode="user"} = 7536.796875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,2",mode="idle"} = 96235.75
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,2",mode="interrupt"} = 225
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,2",mode="dpc"} = 26.421875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,2",mode="privileged"} = 2960.34375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,2",mode="user"} = 3520.46875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,3",mode="idle"} = 96240.71875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,3",mode="interrupt"} = 220.28125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,3",mode="dpc"} = 22.71875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,3",mode="privileged"} = 2903.265625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,3",mode="user"} = 3572.578125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,4",mode="idle"} = 96274.515625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,4",mode="interrupt"} = 213.53125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,4",mode="dpc"} = 19.8125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,4",mode="privileged"} = 2875.859375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,4",mode="user"} = 3566.1875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,5",mode="idle"} = 96114.578125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,5",mode="interrupt"} = 215.453125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,5",mode="dpc"} = 20.53125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,5",mode="privileged"} = 3008.96875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,5",mode="user"} = 3593.015625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,6",mode="idle"} = 85045.671875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,6",mode="interrupt"} = 290.03125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,6",mode="dpc"} = 36.15625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,6",mode="privileged"} = 11592.90625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,6",mode="user"} = 6077.984375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,7",mode="idle"} = 85297.6875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,7",mode="interrupt"} = 281.125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,7",mode="dpc"} = 36.15625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,7",mode="privileged"} = 11481.15625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,7",mode="user"} = 5937.71875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,8",mode="idle"} = 85320.953125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,8",mode="interrupt"} = 278.6875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,8",mode="dpc"} = 35.65625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,8",mode="privileged"} = 11397.78125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,8",mode="user"} = 5997.828125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,9",mode="idle"} = 84661.640625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,9",mode="interrupt"} = 280.515625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,9",mode="dpc"} = 39.671875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,9",mode="privileged"} = 11951.671875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,9",mode="user"} = 6103.25
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,10",mode="idle"} = 87182.390625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,10",mode="interrupt"} = 308.390625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,10",mode="dpc"} = 40.453125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,10",mode="privileged"} = 6999.8125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,10",mode="user"} = 8534.359375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,11",mode="idle"} = 80742.625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,11",mode="interrupt"} = 524.03125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,11",mode="dpc"} = 328.5
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,11",mode="privileged"} = 10733.03125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,11",mode="user"} = 11240.90625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,12",mode="idle"} = 87355.71875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,12",mode="interrupt"} = 294.328125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,12",mode="dpc"} = 38.828125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,12",mode="privileged"} = 6723.328125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,12",mode="user"} = 8637.515625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,13",mode="idle"} = 89107.78125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,13",mode="interrupt"} = 267.5625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,13",mode="dpc"} = 29.8125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,13",mode="privileged"} = 5670.53125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,13",mode="user"} = 7938.25
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,14",mode="idle"} = 92044.46875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,14",mode="interrupt"} = 274.734375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,14",mode="dpc"} = 29.265625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,14",mode="privileged"} = 6121.796875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,14",mode="user"} = 4550.296875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,15",mode="idle"} = 92232.53125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,15",mode="interrupt"} = 265.765625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,15",mode="dpc"} = 28.5
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,15",mode="privileged"} = 5892.53125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,15",mode="user"} = 4591.5
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,16",mode="idle"} = 91858.296875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,16",mode="interrupt"} = 258.703125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,16",mode="dpc"} = 27.84375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,16",mode="privileged"} = 6251.390625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,16",mode="user"} = 4606.875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,17",mode="idle"} = 91531.265625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,17",mode="interrupt"} = 254.171875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,17",mode="dpc"} = 25.3125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,17",mode="privileged"} = 6641.390625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,17",mode="user"} = 4543.90625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,18",mode="idle"} = 88437.578125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,18",mode="interrupt"} = 292.59375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,18",mode="dpc"} = 29.984375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,18",mode="privileged"} = 9014.015625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,18",mode="user"} = 5264.96875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,19",mode="idle"} = 88665.109375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,19",mode="interrupt"} = 283.25
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,19",mode="dpc"} = 29.15625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,19",mode="privileged"} = 8897.09375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,19",mode="user"} = 5154.359375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,20",mode="idle"} = 88504.109375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,20",mode="interrupt"} = 272.265625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,20",mode="dpc"} = 29.875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,20",mode="privileged"} = 9139.203125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,20",mode="user"} = 5073.25
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,21",mode="idle"} = 88011.828125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,21",mode="interrupt"} = 265.328125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,21",mode="dpc"} = 34.84375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,21",mode="privileged"} = 9693.296875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,21",mode="user"} = 5011.4375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,22",mode="idle"} = 87499.046875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,22",mode="interrupt"} = 293.390625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,22",mode="dpc"} = 31.15625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,22",mode="privileged"} = 6703.625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,22",mode="user"} = 8513.890625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,23",mode="idle"} = 80200.375
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,23",mode="interrupt"} = 505.15625
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,23",mode="dpc"} = 564.921875
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,23",mode="privileged"} = 11047.125
2025-07-18T08:08:35.462875800Z windows_cpu_time_total{core="0,23",mode="user"} = 11469.0625
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,0"} = 394817196
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,1"} = 218821712
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,2"} = 140757524
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,3"} = 134772159
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,4"} = 130490245
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,5"} = 131085839
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,6"} = 209965999
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,7"} = 209138119
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,8"} = 199104078
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,9"} = 203040113
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,10"} = 288851684
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,11"} = 511118473
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,12"} = 278126684
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,13"} = 219389720
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,14"} = 178731316
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,15"} = 170477004
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,16"} = 164943737
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,17"} = 161655642
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,18"} = 205420934
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,19"} = 192863785
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,20"} = 185855914
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,21"} = 179264870
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,22"} = 274718618
2025-07-18T08:08:35.462875800Z windows_cpu_interrupts_total{core="0,23"} = 461348436
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,0"} = 153820902
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,1"} = 48842815
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,2"} = 6389829
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,3"} = 5578896
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,4"} = 5229746
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,5"} = 5069356
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,6"} = 11023663
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,7"} = 11076408
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,8"} = 10809721
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,9"} = 10779036
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,10"} = 13034819
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,11"} = 53745643
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,12"} = 12689558
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,13"} = 12037755
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,14"} = 7698718
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,15"} = 7766524
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,16"} = 7498129
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,17"} = 7407653
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,18"} = 8933079
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,19"} = 8737988
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,20"} = 8639659
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,21"} = 8534176
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,22"} = 12215359
2025-07-18T08:08:35.462875800Z windows_cpu_dpcs_total{core="0,23"} = 36735815
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,0"} = 13790610
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,1"} = 15063201
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,2"} = 13008043
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,3"} = 12965269
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,4"} = 12904014
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,5"} = 12920369
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,6"} = 17096139
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,7"} = 16816988
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,8"} = 16919601
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,9"} = 17259818
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,10"} = 13621877
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,11"} = 39122806
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,12"} = 13751587
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,13"} = 13468638
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,14"} = 14589656
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,15"} = 14331333
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,16"} = 14470705
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,17"} = 14375473
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,18"} = 15583734
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,19"} = 15467904
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,20"} = 15485561
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,21"} = 15858868
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,22"} = 13156454
2025-07-18T08:08:35.462875800Z windows_cpu_clock_interrupts_total{core="0,23"} = 50189754
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,0"} = 276438261
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,1"} = 162339562
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,2"} = 104334526
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,3"} = 103917924
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,4"} = 101074398
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,5"} = 102314622
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,6"} = 151147909
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,7"} = 149496845
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,8"} = 144827312
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,9"} = 146266018
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,10"} = 198392662
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,11"} = 423176964
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,12"} = 194673645
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,13"} = 168720221
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,14"} = 130914881
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,15"} = 128923776
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,16"} = 124028906
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,17"} = 120710168
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,18"} = 150443304
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,19"} = 142831752
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,20"} = 137517886
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,21"} = 129278599
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,22"} = 191661774
2025-07-18T08:08:35.462875800Z windows_cpu_idle_break_events_total{core="0,23"} = 375442127
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,0"} = 1572502242850
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,1"} = 1492207433976
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,2"} = 795128087724
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,3"} = 792511579925
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,4"} = 785995297369
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,5"} = 806680812244
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,6"} = 2266386191216
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,7"} = 2235972636399
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,8"} = 2231724064096
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,9"} = 2310571012386
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,10"} = 1551319031778
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,11"} = 2445666831369
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,12"} = 1524997897632
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,13"} = 1340291918043
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,14"} = 1316224159678
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,15"} = 1286043562955
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,16"} = 1334127707406
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,17"} = 1371661117470
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,18"} = 1800509702149
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,19"} = 1762296027616
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,20"} = 1779373440288
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,21"} = 1833822243570
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,22"} = 1492603033016
2025-07-18T08:08:35.462875800Z windows_cpu_processor_utility_total{core="0,23"} = 2468019099697
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,0"} = 998971766585
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,1"} = 961050179953
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,2"} = 600796397189
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,3"} = 596181528331
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,4"} = 589183625287
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,5"} = 604022809784
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,6"} = 1761297109855
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,7"} = 1740654635550
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,8"} = 1731541904162
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,9"} = 1787740828222
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,10"} = 804770617992
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,11"} = 1509539706439
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,12"} = 770529798498
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,13"} = 747239840700
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,14"} = 1003673682915
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,15"} = 971952728826
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,16"} = 1014136238741
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,17"} = 1046130719235
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,18"} = 1373813299655
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,19"} = 1346507477023
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,20"} = 1362416411518
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,21"} = 1414921620744
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,22"} = 745889982244
2025-07-18T08:08:35.462875800Z windows_cpu_processor_privileged_utility_total{core="0,23"} = 1476660885975
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,0"} = 1572502242850
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,1"} = 1492207433976
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,2"} = 795128087724
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,3"} = 792511579925
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,4"} = 785995297369
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,5"} = 806680812244
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,6"} = 2266386191216
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,7"} = 2235972636399
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,8"} = 2231724064096
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,9"} = 2310571012386
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,10"} = 1551319031778
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,11"} = 2445666831369
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,12"} = 1524997897632
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,13"} = 1340291918043
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,14"} = 1316224159678
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,15"} = 1286043562955
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,16"} = 1334127707406
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,17"} = 1371661117470
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,18"} = 1800509702149
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,19"} = 1762296027616
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,20"} = 1779373440288
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,21"} = 1833822243570
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,22"} = 1492603033016
2025-07-18T08:08:35.462875800Z windows_cpu_processor_mperf_total{core="0,23"} = 2468019099697
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,0"} = 4080219302
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,1"} = 4080219303
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,2"} = 4080219303
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,3"} = 4080219304
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,4"} = 4080219304
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,5"} = 4080219304
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,6"} = 4080219305
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,7"} = 4080219305
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,8"} = 4080219305
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,9"} = 4080219306
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,10"} = 4080219306
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,11"} = 4080219306
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,12"} = 4080219307
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,13"} = 4080219307
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,14"} = 4080219308
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,15"} = 4080219308
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,16"} = 4080219308
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,17"} = 4080219309
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,18"} = 4080219309
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,19"} = 4080219310
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,20"} = 4080219310
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,21"} = 4080219310
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,22"} = 4080219311
2025-07-18T08:08:35.462875800Z windows_cpu_processor_rtc_total{core="0,23"} = 4080219311
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_bytes_total{volume="HarddiskVolume6"} = 2112512
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_bytes_total{volume="HarddiskVolume5"} = 36864
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_bytes_total{volume="HarddiskVolume4"} = 291328
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_bytes_total{volume="C:"} = 88137820672
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_total{volume="HarddiskVolume6"} = 50
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_total{volume="HarddiskVolume5"} = 9
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_total{volume="HarddiskVolume4"} = 12
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_total{volume="C:"} = 4154170
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_bytes_total{volume="HarddiskVolume6"} = 3457024
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_bytes_total{volume="HarddiskVolume5"} = 122880
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_bytes_total{volume="HarddiskVolume4"} = 207872
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_bytes_total{volume="C:"} = 366260398080
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_total{volume="HarddiskVolume6"} = 319
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_total{volume="HarddiskVolume5"} = 26
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_total{volume="HarddiskVolume4"} = 37
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_total{volume="C:"} = 5775933
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_seconds_total{volume="HarddiskVolume6"} = 1.3397299715475691e+17
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_seconds_total{volume="HarddiskVolume5"} = 1.3397299715475691e+17
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_seconds_total{volume="HarddiskVolume4"} = 1.3397299715475691e+17
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_seconds_total{volume="C:"} = 1.3397299715475691e+17
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_seconds_total{volume="HarddiskVolume6"} = 1.3397299715475691e+17
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_seconds_total{volume="HarddiskVolume5"} = 1.3397299715475691e+17
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_seconds_total{volume="HarddiskVolume4"} = 1.3397299715475691e+17
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_seconds_total{volume="C:"} = 1.3397299715475691e+17
2025-07-18T08:08:35.469755500Z windows_logical_disk_idle_seconds_total{volume="HarddiskVolume6"} = 1.3397299715475691e+17
2025-07-18T08:08:35.469755500Z windows_logical_disk_idle_seconds_total{volume="HarddiskVolume5"} = 1.3397299715475691e+17
2025-07-18T08:08:35.469755500Z windows_logical_disk_idle_seconds_total{volume="HarddiskVolume4"} = 1.3397299715475691e+17
2025-07-18T08:08:35.469755500Z windows_logical_disk_idle_seconds_total{volume="C:"} = 1.3397299715475691e+17
2025-07-18T08:08:35.469755500Z windows_logical_disk_split_ios_total{volume="HarddiskVolume6"} = 0
2025-07-18T08:08:35.469755500Z windows_logical_disk_split_ios_total{volume="HarddiskVolume5"} = 0
2025-07-18T08:08:35.469755500Z windows_logical_disk_split_ios_total{volume="HarddiskVolume4"} = 0
2025-07-18T08:08:35.469755500Z windows_logical_disk_split_ios_total{volume="C:"} = 479053
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_latency_seconds_total{volume="HarddiskVolume6"} = 50
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_latency_seconds_total{volume="HarddiskVolume5"} = 9
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_latency_seconds_total{volume="HarddiskVolume4"} = 12
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_latency_seconds_total{volume="C:"} = 4154170
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_latency_seconds_total{volume="HarddiskVolume6"} = 319
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_latency_seconds_total{volume="HarddiskVolume5"} = 26
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_latency_seconds_total{volume="HarddiskVolume4"} = 37
2025-07-18T08:08:35.469755500Z windows_logical_disk_write_latency_seconds_total{volume="C:"} = 5775933
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_write_latency_seconds_total{volume="HarddiskVolume6"} = 369
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_write_latency_seconds_total{volume="HarddiskVolume5"} = 35
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_write_latency_seconds_total{volume="HarddiskVolume4"} = 49
2025-07-18T08:08:35.469755500Z windows_logical_disk_read_write_latency_seconds_total{volume="C:"} = 9930103
2025-07-18T08:08:35.476765500Z windows_cache_async_copy_reads_total = 168295
2025-07-18T08:08:35.476765500Z windows_cache_async_data_maps_total = 0
2025-07-18T08:08:35.476765500Z windows_cache_async_fast_reads_total = 0
2025-07-18T08:08:35.476765500Z windows_cache_async_mdl_reads_total = 0
2025-07-18T08:08:35.476765500Z windows_cache_async_pin_reads_total = 3632
2025-07-18T08:08:35.476765500Z windows_cache_copy_reads_total = 74429811
2025-07-18T08:08:35.476765500Z windows_cache_data_flushes_total = 5280150
2025-07-18T08:08:35.476765500Z windows_cache_data_flush_pages_total = 87325698
2025-07-18T08:08:35.476765500Z windows_cache_data_map_pins_total = 892414597
2025-07-18T08:08:35.476765500Z windows_cache_data_maps_total = 892414597
2025-07-18T08:08:35.476765500Z windows_cache_fast_read_not_possibles_total = 60543
2025-07-18T08:08:35.476765500Z windows_cache_fast_read_resource_misses_total = 0
2025-07-18T08:08:35.476765500Z windows_cache_fast_reads_total = 72118152
2025-07-18T08:08:35.476765500Z windows_cache_lazy_write_flushes_total = 950348
2025-07-18T08:08:35.476765500Z windows_cache_lazy_write_pages_total = 27131697
2025-07-18T08:08:35.476765500Z windows_cache_mdl_read_hits_total = 19775
2025-07-18T08:08:35.476765500Z windows_cache_mdl_reads_total = 19775
2025-07-18T08:08:35.476765500Z windows_cache_pin_read_hits_total = 12742709
2025-07-18T08:08:35.476765500Z windows_cache_pin_reads_total = 12742709
2025-07-18T08:08:35.476765500Z windows_cache_read_aheads_total = 3958540
2025-07-18T08:08:35.476765500Z windows_cache_sync_copy_reads_total = 74261516
2025-07-18T08:08:35.476765500Z windows_cache_sync_data_maps_total = 892414597
2025-07-18T08:08:35.476765500Z windows_cache_sync_fast_reads_total = 72118152
2025-07-18T08:08:35.476765500Z windows_cache_sync_mdl_reads_total = 19775
2025-07-18T08:08:35.476765500Z windows_cache_sync_pin_reads_total = 12739077
2025-07-18T08:08:35.482160900Z windows_net_bytes_received_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _5"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_received_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _4"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_received_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _3"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_received_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_received_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W]"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_received_total{nic="Realtek USB GbE Family Controller _2"} = 101038803999
2025-07-18T08:08:35.482160900Z windows_net_bytes_received_total{nic="Realtek USB GbE Family Controller"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_sent_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _5"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_sent_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _4"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_sent_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _3"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_sent_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_sent_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W]"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_sent_total{nic="Realtek USB GbE Family Controller _2"} = 5370409455
2025-07-18T08:08:35.482160900Z windows_net_bytes_sent_total{nic="Realtek USB GbE Family Controller"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _5"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _4"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _3"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W]"} = 0
2025-07-18T08:08:35.482160900Z windows_net_bytes_total{nic="Realtek USB GbE Family Controller _2"} = 106409213454
2025-07-18T08:08:35.482160900Z windows_net_bytes_total{nic="Realtek USB GbE Family Controller"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_outbound_discarded_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _5"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_outbound_discarded_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _4"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_outbound_discarded_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _3"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_outbound_discarded_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_outbound_discarded_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W]"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_outbound_discarded_total{nic="Realtek USB GbE Family Controller _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_outbound_discarded_total{nic="Realtek USB GbE Family Controller"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_outbound_errors_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _5"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_outbound_errors_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _4"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_outbound_errors_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _3"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_outbound_errors_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_outbound_errors_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W]"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_outbound_errors_total{nic="Realtek USB GbE Family Controller _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_outbound_errors_total{nic="Realtek USB GbE Family Controller"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_discarded_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _5"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_discarded_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _4"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_discarded_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _3"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_discarded_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_discarded_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W]"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_discarded_total{nic="Realtek USB GbE Family Controller _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_discarded_total{nic="Realtek USB GbE Family Controller"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_errors_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _5"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_errors_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _4"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_errors_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _3"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_errors_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_errors_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W]"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_errors_total{nic="Realtek USB GbE Family Controller _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_errors_total{nic="Realtek USB GbE Family Controller"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _5"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _4"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _3"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W]"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_total{nic="Realtek USB GbE Family Controller _2"} = 68516714
2025-07-18T08:08:35.482160900Z windows_net_packets_received_total{nic="Realtek USB GbE Family Controller"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_unknown_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _5"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_unknown_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _4"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_unknown_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _3"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_unknown_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_unknown_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W]"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_unknown_total{nic="Realtek USB GbE Family Controller _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_received_unknown_total{nic="Realtek USB GbE Family Controller"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _5"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _4"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _3"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W]"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_total{nic="Realtek USB GbE Family Controller _2"} = 128119344
2025-07-18T08:08:35.482160900Z windows_net_packets_total{nic="Realtek USB GbE Family Controller"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_sent_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _5"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_sent_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _4"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_sent_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _3"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_sent_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_sent_total{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W]"} = 0
2025-07-18T08:08:35.482160900Z windows_net_packets_sent_total{nic="Realtek USB GbE Family Controller _2"} = 59602630
2025-07-18T08:08:35.482160900Z windows_net_packets_sent_total{nic="Realtek USB GbE Family Controller"} = 0
2025-07-18T08:08:35.496801200Z windows_tcp_connection_failures_total{af="ipv4"} = 334
2025-07-18T08:08:35.496801200Z windows_tcp_connection_failures_total{af="ipv6"} = 56
2025-07-18T08:08:35.496801200Z windows_tcp_connections_established_total{af="ipv4"} = 116
2025-07-18T08:08:35.496801200Z windows_tcp_connections_established_total{af="ipv6"} = 6
2025-07-18T08:08:35.496801200Z windows_tcp_connections_passive_total{af="ipv4"} = 1240
2025-07-18T08:08:35.496801200Z windows_tcp_connections_passive_total{af="ipv6"} = 6
2025-07-18T08:08:35.496801200Z windows_tcp_connections_reset_total{af="ipv4"} = 2017
2025-07-18T08:08:35.496801200Z windows_tcp_connections_reset_total{af="ipv6"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,0"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,1"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,2"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,3"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,4"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,5"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,6"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,7"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,8"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,9"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,10"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,11"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,12"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,13"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,14"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,15"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,16"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,17"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,18"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,19"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,20"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,21"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,22"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_parkings_status{core="0,23"} = 0
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,0"} = 2700
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,1"} = 2700
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,2"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,3"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,4"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,5"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,6"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,7"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,8"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,9"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,10"} = 2700
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,11"} = 2700
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,12"} = 2700
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,13"} = 2700
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,14"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,15"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,16"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,17"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,18"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,19"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,20"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,21"} = 2100
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,22"} = 2700
2025-07-18T08:08:35.462875800Z windows_cpu_core_frequency_mhz{core="0,23"} = 2700
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,0"} = 1572502242850
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,1"} = 1492207433976
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,2"} = 795128087724
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,3"} = 792511579925
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,4"} = 785995297369
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,5"} = 806680812244
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,6"} = 2266386191216
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,7"} = 2235972636399
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,8"} = 2231724064096
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,9"} = 2310571012386
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,10"} = 1551319031778
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,11"} = 2445666831369
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,12"} = 1524997897632
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,13"} = 1340291918043
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,14"} = 1316224159678
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,15"} = 1286043562955
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,16"} = 1334127707406
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,17"} = 1371661117470
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,18"} = 1800509702149
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,19"} = 1762296027616
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,20"} = 1779373440288
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,21"} = 1833822243570
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,22"} = 1492603033016
2025-07-18T08:08:35.462875800Z windows_cpu_processor_performance{core="0,23"} = 2468019099697
2025-07-18T08:08:35.476555200Z windows_logical_disk_size_bytes{volume="C:"} = 2020424544256
2025-07-18T08:08:35.476555200Z windows_logical_disk_size_bytes{volume="HarddiskVolume4"} = 1038086144
2025-07-18T08:08:35.476555200Z windows_logical_disk_size_bytes{volume="HarddiskVolume5"} = 24868024320
2025-07-18T08:08:35.476555200Z windows_logical_disk_size_bytes{volume="HarddiskVolume6"} = 1496313856
2025-07-18T08:08:35.476555200Z windows_logical_disk_free_bytes{volume="C:"} = 1522663141376
2025-07-18T08:08:35.476555200Z windows_logical_disk_free_bytes{volume="HarddiskVolume4"} = 379305984
2025-07-18T08:08:35.476555200Z windows_logical_disk_free_bytes{volume="HarddiskVolume5"} = 41095168
2025-07-18T08:08:35.476555200Z windows_logical_disk_free_bytes{volume="HarddiskVolume6"} = 515010560
2025-07-18T08:08:35.469755500Z windows_logical_disk_requests_queued{volume="HarddiskVolume6"} = 0
2025-07-18T08:08:35.469755500Z windows_logical_disk_requests_queued{volume="HarddiskVolume5"} = 0
2025-07-18T08:08:35.469755500Z windows_logical_disk_requests_queued{volume="HarddiskVolume4"} = 0
2025-07-18T08:08:35.469755500Z windows_logical_disk_requests_queued{volume="C:"} = 0
2025-07-18T08:08:35.469755500Z windows_logical_disk_avg_read_requests_queued{volume="HarddiskVolume6"} = 135074
2025-07-18T08:08:35.469755500Z windows_logical_disk_avg_read_requests_queued{volume="HarddiskVolume5"} = 5526
2025-07-18T08:08:35.469755500Z windows_logical_disk_avg_read_requests_queued{volume="HarddiskVolume4"} = 13253
2025-07-18T08:08:35.469755500Z windows_logical_disk_avg_read_requests_queued{volume="C:"} = 7549782538
2025-07-18T08:08:35.469755500Z windows_logical_disk_avg_write_requests_queued{volume="HarddiskVolume6"} = 175671
2025-07-18T08:08:35.469755500Z windows_logical_disk_avg_write_requests_queued{volume="HarddiskVolume5"} = 4712
2025-07-18T08:08:35.469755500Z windows_logical_disk_avg_write_requests_queued{volume="HarddiskVolume4"} = 6828
2025-07-18T08:08:35.469755500Z windows_logical_disk_avg_write_requests_queued{volume="C:"} = 4023396964
2025-07-18T08:08:35.476765500Z windows_cache_copy_read_hits_total = 74429811
2025-07-18T08:08:35.476765500Z windows_cache_data_map_hits_percent = 892414597
2025-07-18T08:08:35.476765500Z windows_cache_dirty_pages = 24485
2025-07-18T08:08:35.476765500Z windows_cache_dirty_page_threshold = 244374
2025-07-18T08:08:35.482160900Z windows_net_current_bandwidth_bits{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _5"} = 0
2025-07-18T08:08:35.482160900Z windows_net_current_bandwidth_bits{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _4"} = 0
2025-07-18T08:08:35.482160900Z windows_net_current_bandwidth_bits{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _3"} = 0
2025-07-18T08:08:35.482160900Z windows_net_current_bandwidth_bits{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_current_bandwidth_bits{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W]"} = 0
2025-07-18T08:08:35.482160900Z windows_net_current_bandwidth_bits{nic="Realtek USB GbE Family Controller _2"} = 1000000000
2025-07-18T08:08:35.482160900Z windows_net_current_bandwidth_bits{nic="Realtek USB GbE Family Controller"} = 0
2025-07-18T08:08:35.482160900Z windows_net_output_queue_length_packets{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _5"} = 0
2025-07-18T08:08:35.482160900Z windows_net_output_queue_length_packets{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _4"} = 0
2025-07-18T08:08:35.482160900Z windows_net_output_queue_length_packets{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _3"} = 0
2025-07-18T08:08:35.482160900Z windows_net_output_queue_length_packets{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W] _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_output_queue_length_packets{nic="Killer[TM] Wi-Fi 7 BE1750w 320MHz Wireless Network Adapter [BE200D2W]"} = 0
2025-07-18T08:08:35.482160900Z windows_net_output_queue_length_packets{nic="Realtek USB GbE Family Controller _2"} = 0
2025-07-18T08:08:35.482160900Z windows_net_output_queue_length_packets{nic="Realtek USB GbE Family Controller"} = 0
2025-07-18T08:08:35.496801200Z windows_tcp_connections_active{af="ipv4"} = 19718
2025-07-18T08:08:35.496801200Z windows_tcp_connections_active{af="ipv6"} = 62
2025-07-18T08:08:35.496801200Z windows_tcp_segments_per_sec{af="ipv4"} = 15219
2025-07-18T08:08:35.496801200Z windows_tcp_segments_per_sec{af="ipv6"} = 0
2025-07-18T08:08:35.496801200Z windows_tcp_segments_received_per_sec{af="ipv4"} = 8094
2025-07-18T08:08:35.496801200Z windows_tcp_segments_received_per_sec{af="ipv6"} = 0
2025-07-18T08:08:35.496801200Z windows_tcp_segments_retransmitted_per_sec{af="ipv4"} = 7
2025-07-18T08:08:35.496801200Z windows_tcp_segments_retransmitted_per_sec{af="ipv6"} = 0
2025-07-18T08:08:35.496801200Z windows_tcp_segments_sent_per_sec{af="ipv4"} = 7125
2025-07-18T08:08:35.496801200Z windows_tcp_segments_sent_per_sec{af="ipv6"} = 0
2025-07-18T08:08:36.045127300Z windows_paging_file_limit_megabytes{file="C:\pagefile.sys"} = 15360
2025-07-18T08:08:36.045127300Z windows_paging_file_free_megabytes{file="C:\pagefile.sys"} = 15218
2025-07-18T08:08:36.045127300Z windows_paging_file_peak_usage_megabytes{file="C:\pagefile.sys"} = 146
[2025/07/18 17:08:36] [engine] caught signal (SIGINT)
[2025/07/18 17:08:37] [ warn] [engine] service will shutdown in max 5 seconds
[2025/07/18 17:08:37] [ info] [input] pausing windows_exporter_metrics.0
<snip>
write: No error
[2025/07/18 17:08:38] [ info] [engine] service has stopped (0 pending tasks)
[2025/07/18 17:08:38] [ info] [input] pausing windows_exporter_metrics.0
[2025/07/18 17:08:38] [ info] [output:stdout:stdout.0] thread worker #0 stopping...
[2025/07/18 17:08:38] [ info] [output:stdout:stdout.0] thread worker #0 stopped
  • Attached Valgrind output that shows no leaks or memory corruption was found

If this is a change to packaging of containers or native binaries then please confirm it works for all targets.

  • Run local packaging test showing all targets (including any new ones) build.
  • Set ok-package-test label to test for all targets (requires maintainer to do).

Documentation

  • Documentation required for this feature

fluent/fluent-bit-docs#1949

Backporting

  • Backport to latest stable release.

Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

processor_utility_total, processor_privileged_utility_total, and processor_mperf_total
are now supported.

Signed-off-by: Hiroshi Hatake <[email protected]>
@cosmo0920 cosmo0920 marked this pull request as ready for review July 18, 2025 09:17
@edsiper edsiper merged commit e1cd042 into master Jul 18, 2025
80 of 81 checks passed
@edsiper edsiper deleted the cosmo0920-extend-in_windows_exporter_metrics branch July 18, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants