# 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"} 8.987e-06 go_gc_duration_seconds{quantile="0.25"} 1.1621e-05 go_gc_duration_seconds{quantile="0.5"} 2.0198e-05 go_gc_duration_seconds{quantile="0.75"} 2.9947e-05 go_gc_duration_seconds{quantile="1"} 0.000275815 go_gc_duration_seconds_sum 1.136063666 go_gc_duration_seconds_count 53670 # 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 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.4"} 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 3.18904e+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 1.06219954096e+11 # 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 2.401788e+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 1.775520166e+09 # 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 3.401968e+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 3.18904e+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.995968e+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.99712e+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 39761 # 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.169152e+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.1993088e+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.7842183362930694e+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 1.775559927e+09 # 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 2296 # 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 32144 # 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 94080 # 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 130560 # 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 6.650538e+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 683660 # 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 589824 # 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 589824 # 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.9233032e+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 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 9 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.783409136e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 7.9978718329e+10 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 3.72e+09 node_cpu_frequency_max_hertz{cpu="1"} 3.72e+09 node_cpu_frequency_max_hertz{cpu="2"} 3.72e+09 node_cpu_frequency_max_hertz{cpu="3"} 3.72e+09 node_cpu_frequency_max_hertz{cpu="4"} 3.72e+09 node_cpu_frequency_max_hertz{cpu="5"} 3.72e+09 node_cpu_frequency_max_hertz{cpu="6"} 3.72e+09 node_cpu_frequency_max_hertz{cpu="7"} 3.72e+09 # HELP node_cpu_frequency_min_hertz Minimum CPU thread frequency in hertz. # TYPE node_cpu_frequency_min_hertz gauge node_cpu_frequency_min_hertz{cpu="0"} 4e+08 node_cpu_frequency_min_hertz{cpu="1"} 4e+08 node_cpu_frequency_min_hertz{cpu="2"} 4e+08 node_cpu_frequency_min_hertz{cpu="3"} 4e+08 node_cpu_frequency_min_hertz{cpu="4"} 4e+08 node_cpu_frequency_min_hertz{cpu="5"} 4e+08 node_cpu_frequency_min_hertz{cpu="6"} 4e+08 node_cpu_frequency_min_hertz{cpu="7"} 4e+08 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 # HELP node_cpu_scaling_frequency_hertz Current scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_hertz gauge node_cpu_scaling_frequency_hertz{cpu="0"} 3.72e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 3.72e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 3.72e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 3.72e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 3.029599e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 3.094166e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 3.72e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 2.643241e+09 # HELP node_cpu_scaling_frequency_max_hertz Maximum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_max_hertz gauge node_cpu_scaling_frequency_max_hertz{cpu="0"} 3.72e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 3.72e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 3.72e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 3.72e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 3.72e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 3.72e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 3.72e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 3.72e+09 # HELP node_cpu_scaling_frequency_min_hertz Minimum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_min_hertz gauge node_cpu_scaling_frequency_min_hertz{cpu="0"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="1"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="2"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="3"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="4"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="5"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="6"} 4e+08 node_cpu_scaling_frequency_min_hertz{cpu="7"} 4e+08 # HELP node_cpu_scaling_governor Current enabled CPU frequency governor. # TYPE node_cpu_scaling_governor gauge node_cpu_scaling_governor{cpu="0",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="0",governor="performance"} 1 node_cpu_scaling_governor{cpu="0",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="1",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="1",governor="performance"} 1 node_cpu_scaling_governor{cpu="1",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="2",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="2",governor="performance"} 1 node_cpu_scaling_governor{cpu="2",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="3",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="3",governor="performance"} 1 node_cpu_scaling_governor{cpu="3",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="4",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="4",governor="performance"} 1 node_cpu_scaling_governor{cpu="4",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="5",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="5",governor="performance"} 1 node_cpu_scaling_governor{cpu="5",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="6",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="6",governor="performance"} 1 node_cpu_scaling_governor{cpu="6",governor="schedutil"} 0 node_cpu_scaling_governor{cpu="7",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="7",governor="performance"} 1 node_cpu_scaling_governor{cpu="7",governor="schedutil"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 780309.03 node_cpu_seconds_total{cpu="0",mode="iowait"} 0 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 0 node_cpu_seconds_total{cpu="0",mode="softirq"} 0 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 1.844674079388e+10 node_cpu_seconds_total{cpu="0",mode="user"} 1.19934019e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 829726.52 node_cpu_seconds_total{cpu="1",mode="iowait"} 0 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 0 node_cpu_seconds_total{cpu="1",mode="softirq"} 0 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 1.844674358919e+10 node_cpu_seconds_total{cpu="1",mode="user"} 437381.53 node_cpu_seconds_total{cpu="2",mode="idle"} 832329.2 node_cpu_seconds_total{cpu="2",mode="iowait"} 0 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 0 node_cpu_seconds_total{cpu="2",mode="softirq"} 0 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 1.844674359104e+10 node_cpu_seconds_total{cpu="2",mode="user"} 266996.48 node_cpu_seconds_total{cpu="3",mode="idle"} 834309.26 node_cpu_seconds_total{cpu="3",mode="iowait"} 0 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 0 node_cpu_seconds_total{cpu="3",mode="softirq"} 0 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 1.84467439624e+10 node_cpu_seconds_total{cpu="3",mode="user"} 56051.84 node_cpu_seconds_total{cpu="4",mode="idle"} 834475.13 node_cpu_seconds_total{cpu="4",mode="iowait"} 0 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 0 node_cpu_seconds_total{cpu="4",mode="softirq"} 0 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 1.844674405332e+10 node_cpu_seconds_total{cpu="4",mode="user"} 37200.47 node_cpu_seconds_total{cpu="5",mode="idle"} 834545.44 node_cpu_seconds_total{cpu="5",mode="iowait"} 0 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 0 node_cpu_seconds_total{cpu="5",mode="softirq"} 0 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 1.844674406055e+10 node_cpu_seconds_total{cpu="5",mode="user"} 22276.32 node_cpu_seconds_total{cpu="6",mode="idle"} 834617.37 node_cpu_seconds_total{cpu="6",mode="iowait"} 0 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 0 node_cpu_seconds_total{cpu="6",mode="softirq"} 0 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 1.844674405895e+10 node_cpu_seconds_total{cpu="6",mode="user"} 4433.72 node_cpu_seconds_total{cpu="7",mode="idle"} 834724.85 node_cpu_seconds_total{cpu="7",mode="iowait"} 0 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 0 node_cpu_seconds_total{cpu="7",mode="softirq"} 0 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 1.844674406463e+10 node_cpu_seconds_total{cpu="7",mode="user"} 477.63 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="12/17/2023",bios_release="2.14",bios_vendor="Dell Inc.",bios_version="2.14.1",board_name="07PXPY",board_vendor="Dell Inc.",board_version="A02",chassis_asset_tag="",chassis_vendor="Dell Inc.",chassis_version="",product_family="PowerEdge",product_name="PowerEdge R7515",product_sku="SKU=08FD;ModelName=PowerEdge R7515",product_version="",system_vendor="Dell Inc."} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="unknown",goarch="amd64",goos="linux",goversion="go1.26.4",revision="unknown",tags="unknown",version="1.11.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 172863 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 1.05123443e+08 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 5.1050971136e+10 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_avail_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 2.9854793728e+10 node_filesystem_avail_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 2.9854793728e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.69303545856e+11 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 2.68435456e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 5.3860898816e+11 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_device_error{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 0 node_filesystem_device_error{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 0 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/run/user/1000"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 9.9711944e+07 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_files{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 6.1294539e+07 node_filesystem_files{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 6.1294539e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.31072e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 1.31072e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 1.31072e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 9.9709182e+07 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_files_free{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 5.8310365e+07 node_filesystem_files_free{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 5.8310365e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.310313e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 1.310719e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 1.310702e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 5.1050971136e+10 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_free_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 2.9854793728e+10 node_filesystem_free_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 2.9854793728e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.69303545856e+11 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 2.68435456e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 5.3860898816e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="172.16.129.193:/nas/1484/tomato",major="0",minor="2775",mountpoint="/mnt/tomato"} 1 node_filesystem_mount_info{device="none",major="0",minor="1871",mountpoint="/run/secrets.d"} 1 node_filesystem_mount_info{device="none",major="0",minor="841",mountpoint="/run/secrets-for-users.d"} 1 node_filesystem_mount_info{device="tank/ct/24008",major="0",minor="2360",mountpoint="/"} 1 node_filesystem_mount_info{device="tank/ct/24008",major="0",minor="2360",mountpoint="/nix/store"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="2359",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="2486",mountpoint="/run/wrappers"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="839",mountpoint="/run/keys"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_purgeable_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 0 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_readonly{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 0 node_filesystem_readonly{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/run/user/1000"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="172.16.129.193:/nas/1484/tomato",device_error="",fstype="nfs4",mountpoint="/mnt/tomato"} 5.36870912e+10 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets-for-users.d"} 0 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/secrets.d"} 0 node_filesystem_size_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/"} 2.5769803776e+11 node_filesystem_size_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 2.5769803776e+11 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.69305012224e+11 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 2.68435456e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 5.38610020352e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.35744397e+08 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 0 # HELP node_ipvs_connections_total The total number of connections made. # TYPE node_ipvs_connections_total counter node_ipvs_connections_total 0 # HELP node_ipvs_incoming_bytes_total The total amount of incoming data. # TYPE node_ipvs_incoming_bytes_total counter node_ipvs_incoming_bytes_total 0 # HELP node_ipvs_incoming_packets_total The total number of incoming packets. # TYPE node_ipvs_incoming_packets_total counter node_ipvs_incoming_packets_total 0 # HELP node_ipvs_outgoing_bytes_total The total amount of outgoing data. # TYPE node_ipvs_outgoing_bytes_total counter node_ipvs_outgoing_bytes_total 0 # HELP node_ipvs_outgoing_packets_total The total number of outgoing packets. # TYPE node_ipvs_outgoing_packets_total counter node_ipvs_outgoing_packets_total 0 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.71945984e+08 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 4.407296e+08 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 2.68783616e+08 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 4.030734336e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 0 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 8.41826304e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 0 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 4.031619072e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 4.431650816e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 4.00031744e+08 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 0 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 4.27483136e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 8.95307776e+08 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 4.95276032e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.36870912e+09 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 0 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 0 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 1.75095808e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 0 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 180224 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_memory_Zswapped_bytes Memory information field Zswapped_bytes. # TYPE node_memory_Zswapped_bytes gauge node_memory_Zswapped_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 8 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 4.539464e+06 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 3.918089e+06 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 13 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 23387 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 47023 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 4.399255785e+09 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 1.35682877e+10 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.2190409275e+10 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.9969436103e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 48 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 140680 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 1 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 443845 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 560221 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 272212 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 27 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 38 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2.4109945e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 127037 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 3.1377633e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 560568 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 576048 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 115240 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 1 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 709 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 113745 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 44 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 461817 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 743 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 462706 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="erspan0"} 0 node_network_address_assign_type{device="gre0"} 0 node_network_address_assign_type{device="gretap0"} 0 node_network_address_assign_type{device="ip6tnl0"} 1 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="tailscale0"} 0 node_network_address_assign_type{device="tunl0"} 0 node_network_address_assign_type{device="venet0"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="lo"} 1 node_network_carrier{device="tailscale0"} 1 node_network_carrier{device="venet0"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="erspan0"} 0 node_network_carrier_changes_total{device="gre0"} 0 node_network_carrier_changes_total{device="gretap0"} 0 node_network_carrier_changes_total{device="ip6tnl0"} 0 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="tailscale0"} 0 node_network_carrier_changes_total{device="tunl0"} 0 node_network_carrier_changes_total{device="venet0"} 2 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="erspan0"} 0 node_network_carrier_down_changes_total{device="gre0"} 0 node_network_carrier_down_changes_total{device="gretap0"} 0 node_network_carrier_down_changes_total{device="ip6tnl0"} 0 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="tailscale0"} 0 node_network_carrier_down_changes_total{device="tunl0"} 0 node_network_carrier_down_changes_total{device="venet0"} 1 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="erspan0"} 0 node_network_carrier_up_changes_total{device="gre0"} 0 node_network_carrier_up_changes_total{device="gretap0"} 0 node_network_carrier_up_changes_total{device="ip6tnl0"} 0 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="tailscale0"} 0 node_network_carrier_up_changes_total{device="tunl0"} 0 node_network_carrier_up_changes_total{device="venet0"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="erspan0"} 0 node_network_device_id{device="gre0"} 0 node_network_device_id{device="gretap0"} 0 node_network_device_id{device="ip6tnl0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="tailscale0"} 0 node_network_device_id{device="tunl0"} 0 node_network_device_id{device="venet0"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="lo"} 0 node_network_dormant{device="tailscale0"} 0 node_network_dormant{device="venet0"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="erspan0"} 4098 node_network_flags{device="gre0"} 128 node_network_flags{device="gretap0"} 4098 node_network_flags{device="ip6tnl0"} 128 node_network_flags{device="lo"} 9 node_network_flags{device="tailscale0"} 4241 node_network_flags{device="tunl0"} 128 node_network_flags{device="venet0"} 4099 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="erspan0"} 5 node_network_iface_id{device="gre0"} 3 node_network_iface_id{device="gretap0"} 4 node_network_iface_id{device="ip6tnl0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="tailscale0"} 8 node_network_iface_id{device="tunl0"} 6 node_network_iface_id{device="venet0"} 7 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="erspan0"} 0 node_network_iface_link{device="gre0"} 0 node_network_iface_link{device="gretap0"} 0 node_network_iface_link{device="ip6tnl0"} 0 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="tailscale0"} 8 node_network_iface_link{device="tunl0"} 0 node_network_iface_link{device="venet0"} 184 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="erspan0"} 0 node_network_iface_link_mode{device="gre0"} 0 node_network_iface_link_mode{device="gretap0"} 0 node_network_iface_link_mode{device="ip6tnl0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="tailscale0"} 0 node_network_iface_link_mode{device="tunl0"} 0 node_network_iface_link_mode{device="venet0"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="",adminstate="up",broadcast="",device="tailscale0",duplex="full",ifalias="",operstate="unknown"} 1 node_network_info{address="00:00:00:00",adminstate="down",broadcast="00:00:00:00",device="gre0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="00:00:00:00",adminstate="down",broadcast="00:00:00:00",device="tunl0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="00:00:00:00:00:00",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="erspan0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="00:00:00:00:00:00",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="gretap0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00",adminstate="down",broadcast="00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00",device="ip6tnl0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="e2:14:9b:3a:e3:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="venet0",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="erspan0"} 1450 node_network_mtu_bytes{device="gre0"} 1476 node_network_mtu_bytes{device="gretap0"} 1462 node_network_mtu_bytes{device="ip6tnl0"} 1452 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="tailscale0"} 1280 node_network_mtu_bytes{device="tunl0"} 1480 node_network_mtu_bytes{device="venet0"} 1500 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="venet0"} 4 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="erspan0"} 0 node_network_net_dev_group{device="gre0"} 0 node_network_net_dev_group{device="gretap0"} 0 node_network_net_dev_group{device="ip6tnl0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="tailscale0"} 0 node_network_net_dev_group{device="tunl0"} 0 node_network_net_dev_group{device="venet0"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="erspan0"} 1 node_network_protocol_type{device="gre0"} 778 node_network_protocol_type{device="gretap0"} 1 node_network_protocol_type{device="ip6tnl0"} 769 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="tailscale0"} 65534 node_network_protocol_type{device="tunl0"} 768 node_network_protocol_type{device="venet0"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="erspan0"} 0 node_network_receive_bytes_total{device="gre0"} 0 node_network_receive_bytes_total{device="gretap0"} 0 node_network_receive_bytes_total{device="ip6tnl0"} 0 node_network_receive_bytes_total{device="lo"} 5.732247617e+09 node_network_receive_bytes_total{device="tailscale0"} 3.8097996e+07 node_network_receive_bytes_total{device="tunl0"} 0 node_network_receive_bytes_total{device="venet0"} 1.1231305539e+10 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="erspan0"} 0 node_network_receive_compressed_total{device="gre0"} 0 node_network_receive_compressed_total{device="gretap0"} 0 node_network_receive_compressed_total{device="ip6tnl0"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="tailscale0"} 0 node_network_receive_compressed_total{device="tunl0"} 0 node_network_receive_compressed_total{device="venet0"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="erspan0"} 0 node_network_receive_drop_total{device="gre0"} 0 node_network_receive_drop_total{device="gretap0"} 0 node_network_receive_drop_total{device="ip6tnl0"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="tailscale0"} 0 node_network_receive_drop_total{device="tunl0"} 0 node_network_receive_drop_total{device="venet0"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="erspan0"} 0 node_network_receive_errs_total{device="gre0"} 0 node_network_receive_errs_total{device="gretap0"} 0 node_network_receive_errs_total{device="ip6tnl0"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="tailscale0"} 0 node_network_receive_errs_total{device="tunl0"} 0 node_network_receive_errs_total{device="venet0"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="erspan0"} 0 node_network_receive_fifo_total{device="gre0"} 0 node_network_receive_fifo_total{device="gretap0"} 0 node_network_receive_fifo_total{device="ip6tnl0"} 0 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="tailscale0"} 0 node_network_receive_fifo_total{device="tunl0"} 0 node_network_receive_fifo_total{device="venet0"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="erspan0"} 0 node_network_receive_frame_total{device="gre0"} 0 node_network_receive_frame_total{device="gretap0"} 0 node_network_receive_frame_total{device="ip6tnl0"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="tailscale0"} 0 node_network_receive_frame_total{device="tunl0"} 0 node_network_receive_frame_total{device="venet0"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="erspan0"} 0 node_network_receive_multicast_total{device="gre0"} 0 node_network_receive_multicast_total{device="gretap0"} 0 node_network_receive_multicast_total{device="ip6tnl0"} 0 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="tailscale0"} 0 node_network_receive_multicast_total{device="tunl0"} 0 node_network_receive_multicast_total{device="venet0"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="erspan0"} 0 node_network_receive_nohandler_total{device="gre0"} 0 node_network_receive_nohandler_total{device="gretap0"} 0 node_network_receive_nohandler_total{device="ip6tnl0"} 0 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="tailscale0"} 0 node_network_receive_nohandler_total{device="tunl0"} 0 node_network_receive_nohandler_total{device="venet0"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="erspan0"} 0 node_network_receive_packets_total{device="gre0"} 0 node_network_receive_packets_total{device="gretap0"} 0 node_network_receive_packets_total{device="ip6tnl0"} 0 node_network_receive_packets_total{device="lo"} 1.535907e+06 node_network_receive_packets_total{device="tailscale0"} 362256 node_network_receive_packets_total{device="tunl0"} 0 node_network_receive_packets_total{device="venet0"} 2.9381386e+07 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="tailscale0"} -125000 node_network_speed_bytes{device="venet0"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="erspan0"} 0 node_network_transmit_bytes_total{device="gre0"} 0 node_network_transmit_bytes_total{device="gretap0"} 0 node_network_transmit_bytes_total{device="ip6tnl0"} 0 node_network_transmit_bytes_total{device="lo"} 5.732247617e+09 node_network_transmit_bytes_total{device="tailscale0"} 3.6872944e+07 node_network_transmit_bytes_total{device="tunl0"} 0 node_network_transmit_bytes_total{device="venet0"} 2.805622646e+10 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="erspan0"} 0 node_network_transmit_carrier_total{device="gre0"} 0 node_network_transmit_carrier_total{device="gretap0"} 0 node_network_transmit_carrier_total{device="ip6tnl0"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="tailscale0"} 0 node_network_transmit_carrier_total{device="tunl0"} 0 node_network_transmit_carrier_total{device="venet0"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="erspan0"} 0 node_network_transmit_colls_total{device="gre0"} 0 node_network_transmit_colls_total{device="gretap0"} 0 node_network_transmit_colls_total{device="ip6tnl0"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="tailscale0"} 0 node_network_transmit_colls_total{device="tunl0"} 0 node_network_transmit_colls_total{device="venet0"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="erspan0"} 0 node_network_transmit_compressed_total{device="gre0"} 0 node_network_transmit_compressed_total{device="gretap0"} 0 node_network_transmit_compressed_total{device="ip6tnl0"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="tailscale0"} 0 node_network_transmit_compressed_total{device="tunl0"} 0 node_network_transmit_compressed_total{device="venet0"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="erspan0"} 0 node_network_transmit_drop_total{device="gre0"} 0 node_network_transmit_drop_total{device="gretap0"} 0 node_network_transmit_drop_total{device="ip6tnl0"} 0 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="tailscale0"} 0 node_network_transmit_drop_total{device="tunl0"} 0 node_network_transmit_drop_total{device="venet0"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="erspan0"} 0 node_network_transmit_errs_total{device="gre0"} 0 node_network_transmit_errs_total{device="gretap0"} 0 node_network_transmit_errs_total{device="ip6tnl0"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="tailscale0"} 0 node_network_transmit_errs_total{device="tunl0"} 0 node_network_transmit_errs_total{device="venet0"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="erspan0"} 0 node_network_transmit_fifo_total{device="gre0"} 0 node_network_transmit_fifo_total{device="gretap0"} 0 node_network_transmit_fifo_total{device="ip6tnl0"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="tailscale0"} 0 node_network_transmit_fifo_total{device="tunl0"} 0 node_network_transmit_fifo_total{device="venet0"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="erspan0"} 0 node_network_transmit_packets_total{device="gre0"} 0 node_network_transmit_packets_total{device="gretap0"} 0 node_network_transmit_packets_total{device="ip6tnl0"} 0 node_network_transmit_packets_total{device="lo"} 1.535907e+06 node_network_transmit_packets_total{device="tailscale0"} 360045 node_network_transmit_packets_total{device="tunl0"} 0 node_network_transmit_packets_total{device="venet0"} 2.0049314e+07 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="erspan0"} 1000 node_network_transmit_queue_length{device="gre0"} 1000 node_network_transmit_queue_length{device="gretap0"} 1000 node_network_transmit_queue_length{device="ip6tnl0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="tailscale0"} 500 node_network_transmit_queue_length{device="tunl0"} 1000 node_network_transmit_queue_length{device="venet0"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="erspan0"} 0 node_network_up{device="gre0"} 0 node_network_up{device="gretap0"} 0 node_network_up{device="ip6tnl0"} 0 node_network_up{device="lo"} 0 node_network_up{device="tailscale0"} 0 node_network_up{device="tunl0"} 0 node_network_up{device="venet0"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 203 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_nfs_connections_total Total number of NFSd TCP connections. # TYPE node_nfs_connections_total counter node_nfs_connections_total 0 # HELP node_nfs_packets_total Total NFSd network packets (sent+received) by protocol type. # TYPE node_nfs_packets_total counter node_nfs_packets_total{protocol="tcp"} 0 node_nfs_packets_total{protocol="udp"} 0 # HELP node_nfs_requests_total Number of NFS procedures invoked. # TYPE node_nfs_requests_total counter node_nfs_requests_total{method="Access",proto="3"} 143079 node_nfs_requests_total{method="Access",proto="4"} 54849 node_nfs_requests_total{method="Allocate",proto="4"} 0 node_nfs_requests_total{method="BindConnToSession",proto="4"} 0 node_nfs_requests_total{method="Clone",proto="4"} 0 node_nfs_requests_total{method="Close",proto="4"} 10660 node_nfs_requests_total{method="Commit",proto="3"} 637269 node_nfs_requests_total{method="Commit",proto="4"} 1.256468e+06 node_nfs_requests_total{method="Create",proto="2"} 0 node_nfs_requests_total{method="Create",proto="3"} 114582 node_nfs_requests_total{method="Create",proto="4"} 86 node_nfs_requests_total{method="CreateSession",proto="4"} 70 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 6392 node_nfs_requests_total{method="DestroyClientID",proto="4"} 9 node_nfs_requests_total{method="DestroySession",proto="4"} 59 node_nfs_requests_total{method="ExchangeID",proto="4"} 38 node_nfs_requests_total{method="FreeStateID",proto="4"} 0 node_nfs_requests_total{method="FsInfo",proto="3"} 34 node_nfs_requests_total{method="FsInfo",proto="4"} 78 node_nfs_requests_total{method="FsLocations",proto="4"} 0 node_nfs_requests_total{method="FsStat",proto="2"} 0 node_nfs_requests_total{method="FsStat",proto="3"} 68038 node_nfs_requests_total{method="FsidPresent",proto="4"} 0 node_nfs_requests_total{method="GetACL",proto="4"} 0 node_nfs_requests_total{method="GetAttr",proto="2"} 0 node_nfs_requests_total{method="GetAttr",proto="3"} 1.1450086e+07 node_nfs_requests_total{method="GetDeviceInfo",proto="4"} 0 node_nfs_requests_total{method="GetDeviceList",proto="4"} 0 node_nfs_requests_total{method="GetLeaseTime",proto="4"} 50 node_nfs_requests_total{method="Getattr",proto="4"} 1.58836513e+08 node_nfs_requests_total{method="LayoutCommit",proto="4"} 0 node_nfs_requests_total{method="LayoutGet",proto="4"} 0 node_nfs_requests_total{method="LayoutReturn",proto="4"} 0 node_nfs_requests_total{method="LayoutStats",proto="4"} 0 node_nfs_requests_total{method="Link",proto="2"} 0 node_nfs_requests_total{method="Link",proto="3"} 72 node_nfs_requests_total{method="Link",proto="4"} 20 node_nfs_requests_total{method="Lock",proto="4"} 0 node_nfs_requests_total{method="Lockt",proto="4"} 0 node_nfs_requests_total{method="Locku",proto="4"} 0 node_nfs_requests_total{method="Lookup",proto="2"} 0 node_nfs_requests_total{method="Lookup",proto="3"} 154911 node_nfs_requests_total{method="Lookup",proto="4"} 3334 node_nfs_requests_total{method="LookupRoot",proto="4"} 18 node_nfs_requests_total{method="MkDir",proto="2"} 0 node_nfs_requests_total{method="MkDir",proto="3"} 15782 node_nfs_requests_total{method="MkNod",proto="3"} 0 node_nfs_requests_total{method="Null",proto="2"} 0 node_nfs_requests_total{method="Null",proto="3"} 17 node_nfs_requests_total{method="Null",proto="4"} 18 node_nfs_requests_total{method="Open",proto="4"} 1657 node_nfs_requests_total{method="OpenConfirm",proto="4"} 0 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 0 node_nfs_requests_total{method="OpenNoattr",proto="4"} 9511 node_nfs_requests_total{method="PathConf",proto="3"} 17 node_nfs_requests_total{method="Pathconf",proto="4"} 60 node_nfs_requests_total{method="Read",proto="2"} 0 node_nfs_requests_total{method="Read",proto="3"} 1.4779644e+07 node_nfs_requests_total{method="Read",proto="4"} 0 node_nfs_requests_total{method="ReadDir",proto="2"} 0 node_nfs_requests_total{method="ReadDir",proto="3"} 14 node_nfs_requests_total{method="ReadDir",proto="4"} 1.998276e+06 node_nfs_requests_total{method="ReadDirPlus",proto="3"} 18343 node_nfs_requests_total{method="ReadLink",proto="2"} 0 node_nfs_requests_total{method="ReadLink",proto="3"} 0 node_nfs_requests_total{method="ReadLink",proto="4"} 0 node_nfs_requests_total{method="ReclaimComplete",proto="4"} 20 node_nfs_requests_total{method="ReleaseLockowner",proto="4"} 0 node_nfs_requests_total{method="Remove",proto="2"} 0 node_nfs_requests_total{method="Remove",proto="3"} 90916 node_nfs_requests_total{method="Remove",proto="4"} 1619 node_nfs_requests_total{method="Rename",proto="2"} 0 node_nfs_requests_total{method="Rename",proto="3"} 1140 node_nfs_requests_total{method="Rename",proto="4"} 304 node_nfs_requests_total{method="Renew",proto="4"} 0 node_nfs_requests_total{method="RmDir",proto="2"} 0 node_nfs_requests_total{method="RmDir",proto="3"} 10276 node_nfs_requests_total{method="Root",proto="2"} 0 node_nfs_requests_total{method="Secinfo",proto="4"} 0 node_nfs_requests_total{method="SecinfoNoName",proto="4"} 18 node_nfs_requests_total{method="Seek",proto="4"} 0 node_nfs_requests_total{method="Sequence",proto="4"} 76639 node_nfs_requests_total{method="ServerCaps",proto="4"} 138 node_nfs_requests_total{method="SetACL",proto="4"} 0 node_nfs_requests_total{method="SetAttr",proto="2"} 0 node_nfs_requests_total{method="SetAttr",proto="3"} 33839 node_nfs_requests_total{method="SetClientID",proto="4"} 0 node_nfs_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfs_requests_total{method="Setattr",proto="4"} 2325 node_nfs_requests_total{method="StatFs",proto="4"} 44436 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 9 node_nfs_requests_total{method="Symlink",proto="4"} 0 node_nfs_requests_total{method="TestStateID",proto="4"} 0 node_nfs_requests_total{method="WrCache",proto="2"} 0 node_nfs_requests_total{method="Write",proto="2"} 0 node_nfs_requests_total{method="Write",proto="3"} 9.910069e+06 node_nfs_requests_total{method="Write",proto="4"} 96553 # HELP node_nfs_rpc_authentication_refreshes_total Number of RPC authentication refreshes performed. # TYPE node_nfs_rpc_authentication_refreshes_total counter node_nfs_rpc_authentication_refreshes_total 16248 # HELP node_nfs_rpc_retransmissions_total Number of RPC transmissions performed. # TYPE node_nfs_rpc_retransmissions_total counter node_nfs_rpc_retransmissions_total 0 # HELP node_nfs_rpcs_total Total number of RPCs performed. # TYPE node_nfs_rpcs_total counter node_nfs_rpcs_total 16248 # HELP node_nfsd_connections_total Total number of NFSd TCP connections. # TYPE node_nfsd_connections_total counter node_nfsd_connections_total 0 # HELP node_nfsd_disk_bytes_read_total Total NFSd bytes read. # TYPE node_nfsd_disk_bytes_read_total counter node_nfsd_disk_bytes_read_total 0 # HELP node_nfsd_disk_bytes_written_total Total NFSd bytes written. # TYPE node_nfsd_disk_bytes_written_total counter node_nfsd_disk_bytes_written_total 0 # HELP node_nfsd_file_handles_stale_total Total number of NFSd stale file handles # TYPE node_nfsd_file_handles_stale_total counter node_nfsd_file_handles_stale_total 0 # HELP node_nfsd_packets_total Total NFSd network packets (sent+received) by protocol type. # TYPE node_nfsd_packets_total counter node_nfsd_packets_total{proto="tcp"} 0 node_nfsd_packets_total{proto="udp"} 0 # HELP node_nfsd_read_ahead_cache_not_found_total Total number of NFSd read ahead cache not found. # TYPE node_nfsd_read_ahead_cache_not_found_total counter node_nfsd_read_ahead_cache_not_found_total 0 # HELP node_nfsd_read_ahead_cache_size_blocks How large the read ahead cache is in blocks. # TYPE node_nfsd_read_ahead_cache_size_blocks gauge node_nfsd_read_ahead_cache_size_blocks 0 # HELP node_nfsd_reply_cache_hits_total Total number of NFSd Reply Cache hits (client lost server response). # TYPE node_nfsd_reply_cache_hits_total counter node_nfsd_reply_cache_hits_total 0 # HELP node_nfsd_reply_cache_misses_total Total number of NFSd Reply Cache an operation that requires caching (idempotent). # TYPE node_nfsd_reply_cache_misses_total counter node_nfsd_reply_cache_misses_total 0 # HELP node_nfsd_reply_cache_nocache_total Total number of NFSd Reply Cache non-idempotent operations (rename/delete/…). # TYPE node_nfsd_reply_cache_nocache_total counter node_nfsd_reply_cache_nocache_total 0 # HELP node_nfsd_requests_total Total number NFSd Requests by method and protocol. # TYPE node_nfsd_requests_total counter node_nfsd_requests_total{method="Access",proto="3"} 10 node_nfsd_requests_total{method="Access",proto="4"} 0 node_nfsd_requests_total{method="Close",proto="4"} 0 node_nfsd_requests_total{method="Commit",proto="3"} 0 node_nfsd_requests_total{method="Commit",proto="4"} 0 node_nfsd_requests_total{method="Create",proto="2"} 0 node_nfsd_requests_total{method="Create",proto="3"} 0 node_nfsd_requests_total{method="Create",proto="4"} 0 node_nfsd_requests_total{method="DelegPurge",proto="4"} 0 node_nfsd_requests_total{method="DelegReturn",proto="4"} 0 node_nfsd_requests_total{method="FsInfo",proto="3"} 0 node_nfsd_requests_total{method="FsStat",proto="2"} 0 node_nfsd_requests_total{method="FsStat",proto="3"} 27801 node_nfsd_requests_total{method="GetAttr",proto="2"} 0 node_nfsd_requests_total{method="GetAttr",proto="3"} 12206 node_nfsd_requests_total{method="GetAttr",proto="4"} 0 node_nfsd_requests_total{method="GetFH",proto="4"} 0 node_nfsd_requests_total{method="Link",proto="2"} 0 node_nfsd_requests_total{method="Link",proto="3"} 0 node_nfsd_requests_total{method="Link",proto="4"} 0 node_nfsd_requests_total{method="Lock",proto="4"} 0 node_nfsd_requests_total{method="Lockt",proto="4"} 0 node_nfsd_requests_total{method="Locku",proto="4"} 0 node_nfsd_requests_total{method="Lookup",proto="2"} 0 node_nfsd_requests_total{method="Lookup",proto="3"} 6 node_nfsd_requests_total{method="Lookup",proto="4"} 0 node_nfsd_requests_total{method="LookupRoot",proto="4"} 0 node_nfsd_requests_total{method="MkDir",proto="2"} 0 node_nfsd_requests_total{method="MkDir",proto="3"} 0 node_nfsd_requests_total{method="MkNod",proto="3"} 0 node_nfsd_requests_total{method="Nverify",proto="4"} 0 node_nfsd_requests_total{method="Open",proto="4"} 0 node_nfsd_requests_total{method="OpenAttr",proto="4"} 0 node_nfsd_requests_total{method="OpenConfirm",proto="4"} 0 node_nfsd_requests_total{method="OpenDgrd",proto="4"} 0 node_nfsd_requests_total{method="PathConf",proto="3"} 0 node_nfsd_requests_total{method="PutFH",proto="4"} 0 node_nfsd_requests_total{method="Read",proto="2"} 0 node_nfsd_requests_total{method="Read",proto="3"} 7 node_nfsd_requests_total{method="Read",proto="4"} 0 node_nfsd_requests_total{method="ReadDir",proto="2"} 0 node_nfsd_requests_total{method="ReadDir",proto="3"} 0 node_nfsd_requests_total{method="ReadDir",proto="4"} 0 node_nfsd_requests_total{method="ReadDirPlus",proto="3"} 0 node_nfsd_requests_total{method="ReadLink",proto="2"} 0 node_nfsd_requests_total{method="ReadLink",proto="3"} 0 node_nfsd_requests_total{method="ReadLink",proto="4"} 0 node_nfsd_requests_total{method="RelLockOwner",proto="4"} 0 node_nfsd_requests_total{method="Remove",proto="2"} 0 node_nfsd_requests_total{method="Remove",proto="3"} 0 node_nfsd_requests_total{method="Remove",proto="4"} 0 node_nfsd_requests_total{method="Rename",proto="2"} 0 node_nfsd_requests_total{method="Rename",proto="3"} 0 node_nfsd_requests_total{method="Rename",proto="4"} 0 node_nfsd_requests_total{method="Renew",proto="4"} 0 node_nfsd_requests_total{method="RestoreFH",proto="4"} 0 node_nfsd_requests_total{method="RmDir",proto="2"} 0 node_nfsd_requests_total{method="RmDir",proto="3"} 0 node_nfsd_requests_total{method="Root",proto="2"} 0 node_nfsd_requests_total{method="SaveFH",proto="4"} 0 node_nfsd_requests_total{method="SecInfo",proto="4"} 0 node_nfsd_requests_total{method="SetAttr",proto="2"} 0 node_nfsd_requests_total{method="SetAttr",proto="3"} 0 node_nfsd_requests_total{method="SetAttr",proto="4"} 0 node_nfsd_requests_total{method="SetClientID",proto="4"} 0 node_nfsd_requests_total{method="SetClientIDConfirm",proto="4"} 0 node_nfsd_requests_total{method="SymLink",proto="2"} 0 node_nfsd_requests_total{method="SymLink",proto="3"} 0 node_nfsd_requests_total{method="Verify",proto="4"} 0 node_nfsd_requests_total{method="WdelegGetattr",proto="4"} 0 node_nfsd_requests_total{method="WrCache",proto="2"} 0 node_nfsd_requests_total{method="Write",proto="2"} 0 node_nfsd_requests_total{method="Write",proto="3"} 0 node_nfsd_requests_total{method="Write",proto="4"} 0 # HELP node_nfsd_rpc_errors_total Total number of NFSd RPC errors by error type. # TYPE node_nfsd_rpc_errors_total counter node_nfsd_rpc_errors_total{error="auth"} 0 node_nfsd_rpc_errors_total{error="cInt"} 0 node_nfsd_rpc_errors_total{error="fmt"} 0 # HELP node_nfsd_server_rpcs_total Total number of NFSd RPCs. # TYPE node_nfsd_server_rpcs_total counter node_nfsd_server_rpcs_total 0 # HELP node_nfsd_server_threads Total number of NFSd kernel threads that are running. # TYPE node_nfsd_server_threads gauge node_nfsd_server_threads 8 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="26.11.20260702.6517942",id="nixos",id_like="",image_id="",image_version="",name="NixOS",pretty_name="NixOS 26.11 (Zokor)",variant="",variant_id="",version="26.11 (Zokor)",version_codename="zokor",version_id="26.11"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="nixos",id_like="",name="NixOS"} 26.11 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 1 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 4 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 66596.686515242 node_schedstat_running_seconds_total{cpu="1"} 38064.165210057 node_schedstat_running_seconds_total{cpu="10"} 27907.742445953 node_schedstat_running_seconds_total{cpu="100"} 25446.236463483 node_schedstat_running_seconds_total{cpu="101"} 25036.886858891 node_schedstat_running_seconds_total{cpu="102"} 25571.432430105 node_schedstat_running_seconds_total{cpu="103"} 26074.545545264 node_schedstat_running_seconds_total{cpu="104"} 31106.540297885 node_schedstat_running_seconds_total{cpu="105"} 25633.535703248 node_schedstat_running_seconds_total{cpu="106"} 25722.706400056 node_schedstat_running_seconds_total{cpu="107"} 25812.187444 node_schedstat_running_seconds_total{cpu="108"} 25275.555226429 node_schedstat_running_seconds_total{cpu="109"} 24670.6227583 node_schedstat_running_seconds_total{cpu="11"} 27761.412022804 node_schedstat_running_seconds_total{cpu="110"} 25307.593941044 node_schedstat_running_seconds_total{cpu="111"} 25648.564912268 node_schedstat_running_seconds_total{cpu="112"} 30356.284224508 node_schedstat_running_seconds_total{cpu="113"} 28878.572898409 node_schedstat_running_seconds_total{cpu="114"} 27537.005867157 node_schedstat_running_seconds_total{cpu="115"} 27505.278279384 node_schedstat_running_seconds_total{cpu="116"} 27600.015716884 node_schedstat_running_seconds_total{cpu="117"} 26683.540366567 node_schedstat_running_seconds_total{cpu="118"} 25506.744435459 node_schedstat_running_seconds_total{cpu="119"} 25636.150233077 node_schedstat_running_seconds_total{cpu="12"} 27097.554443303 node_schedstat_running_seconds_total{cpu="120"} 30892.936174837 node_schedstat_running_seconds_total{cpu="121"} 25725.827516471 node_schedstat_running_seconds_total{cpu="122"} 25814.786690172 node_schedstat_running_seconds_total{cpu="123"} 26213.642339752 node_schedstat_running_seconds_total{cpu="124"} 25786.168117978 node_schedstat_running_seconds_total{cpu="125"} 25441.132343254 node_schedstat_running_seconds_total{cpu="126"} 25547.060799087 node_schedstat_running_seconds_total{cpu="127"} 25618.223588424 node_schedstat_running_seconds_total{cpu="13"} 27098.408630675 node_schedstat_running_seconds_total{cpu="14"} 27087.254876107 node_schedstat_running_seconds_total{cpu="15"} 27805.414816946 node_schedstat_running_seconds_total{cpu="16"} 74803.597099499 node_schedstat_running_seconds_total{cpu="17"} 40748.370600895 node_schedstat_running_seconds_total{cpu="18"} 39538.948103588 node_schedstat_running_seconds_total{cpu="19"} 36137.576780684 node_schedstat_running_seconds_total{cpu="2"} 37470.719966601 node_schedstat_running_seconds_total{cpu="20"} 34676.196690036 node_schedstat_running_seconds_total{cpu="21"} 30631.740224724 node_schedstat_running_seconds_total{cpu="22"} 29654.427576646 node_schedstat_running_seconds_total{cpu="23"} 28670.485615941 node_schedstat_running_seconds_total{cpu="24"} 51005.540445287 node_schedstat_running_seconds_total{cpu="25"} 27821.193488232 node_schedstat_running_seconds_total{cpu="26"} 29415.34587982 node_schedstat_running_seconds_total{cpu="27"} 27077.535887232 node_schedstat_running_seconds_total{cpu="28"} 26267.546640544 node_schedstat_running_seconds_total{cpu="29"} 25961.457224905 node_schedstat_running_seconds_total{cpu="3"} 32328.933260828 node_schedstat_running_seconds_total{cpu="30"} 25660.006603297 node_schedstat_running_seconds_total{cpu="31"} 25754.074271838 node_schedstat_running_seconds_total{cpu="32"} 81175.165589583 node_schedstat_running_seconds_total{cpu="33"} 48640.964319662 node_schedstat_running_seconds_total{cpu="34"} 42738.315904126 node_schedstat_running_seconds_total{cpu="35"} 39130.896866637 node_schedstat_running_seconds_total{cpu="36"} 34598.858826785 node_schedstat_running_seconds_total{cpu="37"} 31717.733700955 node_schedstat_running_seconds_total{cpu="38"} 29968.173123198 node_schedstat_running_seconds_total{cpu="39"} 28657.858476561 node_schedstat_running_seconds_total{cpu="4"} 32064.470637492 node_schedstat_running_seconds_total{cpu="40"} 55627.259591128 node_schedstat_running_seconds_total{cpu="41"} 28188.098391721 node_schedstat_running_seconds_total{cpu="42"} 30818.218977052 node_schedstat_running_seconds_total{cpu="43"} 28584.149590143 node_schedstat_running_seconds_total{cpu="44"} 26962.789737971 node_schedstat_running_seconds_total{cpu="45"} 26069.392194832 node_schedstat_running_seconds_total{cpu="46"} 25759.04375298 node_schedstat_running_seconds_total{cpu="47"} 26012.155016598 node_schedstat_running_seconds_total{cpu="48"} 82430.153641605 node_schedstat_running_seconds_total{cpu="49"} 51143.524394894 node_schedstat_running_seconds_total{cpu="5"} 30403.041089712 node_schedstat_running_seconds_total{cpu="50"} 44800.643522219 node_schedstat_running_seconds_total{cpu="51"} 41326.132145448 node_schedstat_running_seconds_total{cpu="52"} 37877.659200161 node_schedstat_running_seconds_total{cpu="53"} 34036.303898205 node_schedstat_running_seconds_total{cpu="54"} 31048.454575495 node_schedstat_running_seconds_total{cpu="55"} 29767.35995176 node_schedstat_running_seconds_total{cpu="56"} 55358.239054419 node_schedstat_running_seconds_total{cpu="57"} 29023.189414651 node_schedstat_running_seconds_total{cpu="58"} 31816.366359637 node_schedstat_running_seconds_total{cpu="59"} 29372.406616669 node_schedstat_running_seconds_total{cpu="6"} 29446.055605193 node_schedstat_running_seconds_total{cpu="60"} 28034.541627039 node_schedstat_running_seconds_total{cpu="61"} 26664.278281504 node_schedstat_running_seconds_total{cpu="62"} 26425.461660202 node_schedstat_running_seconds_total{cpu="63"} 25468.989378811 node_schedstat_running_seconds_total{cpu="64"} 31492.646834907 node_schedstat_running_seconds_total{cpu="65"} 24806.710840691 node_schedstat_running_seconds_total{cpu="66"} 23534.353743685 node_schedstat_running_seconds_total{cpu="67"} 25210.445213191 node_schedstat_running_seconds_total{cpu="68"} 23439.857012374 node_schedstat_running_seconds_total{cpu="69"} 23417.076691191 node_schedstat_running_seconds_total{cpu="7"} 28077.854371394 node_schedstat_running_seconds_total{cpu="70"} 22993.01564806 node_schedstat_running_seconds_total{cpu="71"} 23421.909859282 node_schedstat_running_seconds_total{cpu="72"} 28538.409425566 node_schedstat_running_seconds_total{cpu="73"} 27609.362954788 node_schedstat_running_seconds_total{cpu="74"} 25563.656041486 node_schedstat_running_seconds_total{cpu="75"} 26448.197538154 node_schedstat_running_seconds_total{cpu="76"} 25859.086882199 node_schedstat_running_seconds_total{cpu="77"} 26007.193124377 node_schedstat_running_seconds_total{cpu="78"} 26196.59093538 node_schedstat_running_seconds_total{cpu="79"} 26296.039453766 node_schedstat_running_seconds_total{cpu="8"} 49413.016427139 node_schedstat_running_seconds_total{cpu="80"} 29167.144401073 node_schedstat_running_seconds_total{cpu="81"} 26730.872141604 node_schedstat_running_seconds_total{cpu="82"} 26180.495611348 node_schedstat_running_seconds_total{cpu="83"} 26187.929749734 node_schedstat_running_seconds_total{cpu="84"} 23423.878433043 node_schedstat_running_seconds_total{cpu="85"} 25339.829526251 node_schedstat_running_seconds_total{cpu="86"} 25425.235863406 node_schedstat_running_seconds_total{cpu="87"} 25745.825685635 node_schedstat_running_seconds_total{cpu="88"} 33142.639337271 node_schedstat_running_seconds_total{cpu="89"} 25932.847857341 node_schedstat_running_seconds_total{cpu="9"} 24066.522820092 node_schedstat_running_seconds_total{cpu="90"} 24903.489529296 node_schedstat_running_seconds_total{cpu="91"} 25077.329935097 node_schedstat_running_seconds_total{cpu="92"} 25208.476919874 node_schedstat_running_seconds_total{cpu="93"} 24960.656483234 node_schedstat_running_seconds_total{cpu="94"} 25101.986302932 node_schedstat_running_seconds_total{cpu="95"} 24664.148211129 node_schedstat_running_seconds_total{cpu="96"} 30487.596643268 node_schedstat_running_seconds_total{cpu="97"} 26827.510687171 node_schedstat_running_seconds_total{cpu="98"} 26113.804766716 node_schedstat_running_seconds_total{cpu="99"} 25935.922813793 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 3.37980438e+08 node_schedstat_timeslices_total{cpu="1"} 3.8741572e+08 node_schedstat_timeslices_total{cpu="10"} 4.00017976e+08 node_schedstat_timeslices_total{cpu="100"} 2.79976909e+08 node_schedstat_timeslices_total{cpu="101"} 2.80412728e+08 node_schedstat_timeslices_total{cpu="102"} 2.84775875e+08 node_schedstat_timeslices_total{cpu="103"} 2.9036014e+08 node_schedstat_timeslices_total{cpu="104"} 2.58029937e+08 node_schedstat_timeslices_total{cpu="105"} 2.6146611e+08 node_schedstat_timeslices_total{cpu="106"} 2.58785671e+08 node_schedstat_timeslices_total{cpu="107"} 2.5884007e+08 node_schedstat_timeslices_total{cpu="108"} 2.54171438e+08 node_schedstat_timeslices_total{cpu="109"} 2.52349809e+08 node_schedstat_timeslices_total{cpu="11"} 4.01845273e+08 node_schedstat_timeslices_total{cpu="110"} 2.5540449e+08 node_schedstat_timeslices_total{cpu="111"} 2.57774529e+08 node_schedstat_timeslices_total{cpu="112"} 3.14035098e+08 node_schedstat_timeslices_total{cpu="113"} 3.2469438e+08 node_schedstat_timeslices_total{cpu="114"} 3.15837096e+08 node_schedstat_timeslices_total{cpu="115"} 3.1155932e+08 node_schedstat_timeslices_total{cpu="116"} 3.07040757e+08 node_schedstat_timeslices_total{cpu="117"} 3.09966351e+08 node_schedstat_timeslices_total{cpu="118"} 3.02868942e+08 node_schedstat_timeslices_total{cpu="119"} 3.08376325e+08 node_schedstat_timeslices_total{cpu="12"} 3.9625544e+08 node_schedstat_timeslices_total{cpu="120"} 2.61458837e+08 node_schedstat_timeslices_total{cpu="121"} 2.65269293e+08 node_schedstat_timeslices_total{cpu="122"} 2.67617672e+08 node_schedstat_timeslices_total{cpu="123"} 2.69847111e+08 node_schedstat_timeslices_total{cpu="124"} 2.69277644e+08 node_schedstat_timeslices_total{cpu="125"} 2.66284433e+08 node_schedstat_timeslices_total{cpu="126"} 2.9054385e+08 node_schedstat_timeslices_total{cpu="127"} 2.62177066e+08 node_schedstat_timeslices_total{cpu="13"} 3.97596065e+08 node_schedstat_timeslices_total{cpu="14"} 3.95323024e+08 node_schedstat_timeslices_total{cpu="15"} 3.9563798e+08 node_schedstat_timeslices_total{cpu="16"} 3.22761422e+08 node_schedstat_timeslices_total{cpu="17"} 3.3631113e+08 node_schedstat_timeslices_total{cpu="18"} 3.2552449e+08 node_schedstat_timeslices_total{cpu="19"} 3.15769769e+08 node_schedstat_timeslices_total{cpu="2"} 3.83617974e+08 node_schedstat_timeslices_total{cpu="20"} 3.18898337e+08 node_schedstat_timeslices_total{cpu="21"} 3.06895361e+08 node_schedstat_timeslices_total{cpu="22"} 3.12905243e+08 node_schedstat_timeslices_total{cpu="23"} 3.11188255e+08 node_schedstat_timeslices_total{cpu="24"} 2.66270088e+08 node_schedstat_timeslices_total{cpu="25"} 2.94880471e+08 node_schedstat_timeslices_total{cpu="26"} 2.75073583e+08 node_schedstat_timeslices_total{cpu="27"} 2.69974052e+08 node_schedstat_timeslices_total{cpu="28"} 2.65658162e+08 node_schedstat_timeslices_total{cpu="29"} 2.78547672e+08 node_schedstat_timeslices_total{cpu="3"} 3.59765325e+08 node_schedstat_timeslices_total{cpu="30"} 2.83883919e+08 node_schedstat_timeslices_total{cpu="31"} 2.74678156e+08 node_schedstat_timeslices_total{cpu="32"} 3.39133954e+08 node_schedstat_timeslices_total{cpu="33"} 3.66504396e+08 node_schedstat_timeslices_total{cpu="34"} 3.46030628e+08 node_schedstat_timeslices_total{cpu="35"} 3.27840142e+08 node_schedstat_timeslices_total{cpu="36"} 3.34896024e+08 node_schedstat_timeslices_total{cpu="37"} 3.06613467e+08 node_schedstat_timeslices_total{cpu="38"} 3.05714167e+08 node_schedstat_timeslices_total{cpu="39"} 2.99177768e+08 node_schedstat_timeslices_total{cpu="4"} 3.79020596e+08 node_schedstat_timeslices_total{cpu="40"} 2.90738992e+08 node_schedstat_timeslices_total{cpu="41"} 2.91140381e+08 node_schedstat_timeslices_total{cpu="42"} 2.74821023e+08 node_schedstat_timeslices_total{cpu="43"} 2.69111898e+08 node_schedstat_timeslices_total{cpu="44"} 2.61298944e+08 node_schedstat_timeslices_total{cpu="45"} 2.6824586e+08 node_schedstat_timeslices_total{cpu="46"} 2.76535815e+08 node_schedstat_timeslices_total{cpu="47"} 2.61791492e+08 node_schedstat_timeslices_total{cpu="48"} 3.57610555e+08 node_schedstat_timeslices_total{cpu="49"} 3.73908905e+08 node_schedstat_timeslices_total{cpu="5"} 3.77951105e+08 node_schedstat_timeslices_total{cpu="50"} 3.60037302e+08 node_schedstat_timeslices_total{cpu="51"} 3.53911291e+08 node_schedstat_timeslices_total{cpu="52"} 3.38318075e+08 node_schedstat_timeslices_total{cpu="53"} 3.32767631e+08 node_schedstat_timeslices_total{cpu="54"} 3.27521688e+08 node_schedstat_timeslices_total{cpu="55"} 3.20633668e+08 node_schedstat_timeslices_total{cpu="56"} 3.05992919e+08 node_schedstat_timeslices_total{cpu="57"} 2.99467624e+08 node_schedstat_timeslices_total{cpu="58"} 2.83458258e+08 node_schedstat_timeslices_total{cpu="59"} 2.75833384e+08 node_schedstat_timeslices_total{cpu="6"} 3.80865737e+08 node_schedstat_timeslices_total{cpu="60"} 2.7081435e+08 node_schedstat_timeslices_total{cpu="61"} 2.70695129e+08 node_schedstat_timeslices_total{cpu="62"} 2.67186006e+08 node_schedstat_timeslices_total{cpu="63"} 2.62007961e+08 node_schedstat_timeslices_total{cpu="64"} 3.68552985e+08 node_schedstat_timeslices_total{cpu="65"} 3.60333786e+08 node_schedstat_timeslices_total{cpu="66"} 3.50528718e+08 node_schedstat_timeslices_total{cpu="67"} 3.52544254e+08 node_schedstat_timeslices_total{cpu="68"} 3.45061708e+08 node_schedstat_timeslices_total{cpu="69"} 3.47266998e+08 node_schedstat_timeslices_total{cpu="7"} 3.83941529e+08 node_schedstat_timeslices_total{cpu="70"} 3.46353228e+08 node_schedstat_timeslices_total{cpu="71"} 3.45812608e+08 node_schedstat_timeslices_total{cpu="72"} 3.87136087e+08 node_schedstat_timeslices_total{cpu="73"} 4.08318528e+08 node_schedstat_timeslices_total{cpu="74"} 4.03561559e+08 node_schedstat_timeslices_total{cpu="75"} 3.9726302e+08 node_schedstat_timeslices_total{cpu="76"} 3.92616779e+08 node_schedstat_timeslices_total{cpu="77"} 3.93481981e+08 node_schedstat_timeslices_total{cpu="78"} 3.93825947e+08 node_schedstat_timeslices_total{cpu="79"} 3.88123286e+08 node_schedstat_timeslices_total{cpu="8"} 4.15097898e+08 node_schedstat_timeslices_total{cpu="80"} 2.95792633e+08 node_schedstat_timeslices_total{cpu="81"} 3.01869167e+08 node_schedstat_timeslices_total{cpu="82"} 2.99622254e+08 node_schedstat_timeslices_total{cpu="83"} 2.96208783e+08 node_schedstat_timeslices_total{cpu="84"} 2.65336818e+08 node_schedstat_timeslices_total{cpu="85"} 2.89595842e+08 node_schedstat_timeslices_total{cpu="86"} 2.93706933e+08 node_schedstat_timeslices_total{cpu="87"} 2.94587125e+08 node_schedstat_timeslices_total{cpu="88"} 2.66965569e+08 node_schedstat_timeslices_total{cpu="89"} 2.71820822e+08 node_schedstat_timeslices_total{cpu="9"} 3.72035355e+08 node_schedstat_timeslices_total{cpu="90"} 2.65857904e+08 node_schedstat_timeslices_total{cpu="91"} 2.65125743e+08 node_schedstat_timeslices_total{cpu="92"} 2.66002659e+08 node_schedstat_timeslices_total{cpu="93"} 2.6319184e+08 node_schedstat_timeslices_total{cpu="94"} 2.6439737e+08 node_schedstat_timeslices_total{cpu="95"} 2.66040073e+08 node_schedstat_timeslices_total{cpu="96"} 2.88613446e+08 node_schedstat_timeslices_total{cpu="97"} 2.93511658e+08 node_schedstat_timeslices_total{cpu="98"} 2.87835622e+08 node_schedstat_timeslices_total{cpu="99"} 2.8337658e+08 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 2428.602793554 node_schedstat_waiting_seconds_total{cpu="1"} 2079.564653843 node_schedstat_waiting_seconds_total{cpu="10"} 1744.657474059 node_schedstat_waiting_seconds_total{cpu="100"} 955.675194094 node_schedstat_waiting_seconds_total{cpu="101"} 1060.270270746 node_schedstat_waiting_seconds_total{cpu="102"} 1024.260042536 node_schedstat_waiting_seconds_total{cpu="103"} 959.206434335 node_schedstat_waiting_seconds_total{cpu="104"} 1305.388764475 node_schedstat_waiting_seconds_total{cpu="105"} 1759.75854014 node_schedstat_waiting_seconds_total{cpu="106"} 1336.515905294 node_schedstat_waiting_seconds_total{cpu="107"} 1469.953395843 node_schedstat_waiting_seconds_total{cpu="108"} 998.094712579 node_schedstat_waiting_seconds_total{cpu="109"} 995.499802393 node_schedstat_waiting_seconds_total{cpu="11"} 1175.635223936 node_schedstat_waiting_seconds_total{cpu="110"} 2087.913400934 node_schedstat_waiting_seconds_total{cpu="111"} 448147.441766962 node_schedstat_waiting_seconds_total{cpu="112"} 3234.510059091 node_schedstat_waiting_seconds_total{cpu="113"} 1688.438452141 node_schedstat_waiting_seconds_total{cpu="114"} 1567.856749708 node_schedstat_waiting_seconds_total{cpu="115"} 1412.29386225 node_schedstat_waiting_seconds_total{cpu="116"} 1443.639842091 node_schedstat_waiting_seconds_total{cpu="117"} 1339.916244286 node_schedstat_waiting_seconds_total{cpu="118"} 1741.718742375 node_schedstat_waiting_seconds_total{cpu="119"} 1204.883862891 node_schedstat_waiting_seconds_total{cpu="12"} 1468.897975827 node_schedstat_waiting_seconds_total{cpu="120"} 1146.062883058 node_schedstat_waiting_seconds_total{cpu="121"} 1735.242898476 node_schedstat_waiting_seconds_total{cpu="122"} 34088.770085504 node_schedstat_waiting_seconds_total{cpu="123"} 1790.188533554 node_schedstat_waiting_seconds_total{cpu="124"} 1633.761417868 node_schedstat_waiting_seconds_total{cpu="125"} 1567.596644279 node_schedstat_waiting_seconds_total{cpu="126"} 1156.506385692 node_schedstat_waiting_seconds_total{cpu="127"} 1159.07597032 node_schedstat_waiting_seconds_total{cpu="13"} 1337.379468671 node_schedstat_waiting_seconds_total{cpu="14"} 1405.995048946 node_schedstat_waiting_seconds_total{cpu="15"} 1691.889555589 node_schedstat_waiting_seconds_total{cpu="16"} 3572.359473773 node_schedstat_waiting_seconds_total{cpu="17"} 1832.929511874 node_schedstat_waiting_seconds_total{cpu="18"} 829363.450795237 node_schedstat_waiting_seconds_total{cpu="19"} 2113.897245338 node_schedstat_waiting_seconds_total{cpu="2"} 1987.928676649 node_schedstat_waiting_seconds_total{cpu="20"} 2005.515905668 node_schedstat_waiting_seconds_total{cpu="21"} 1390.317585728 node_schedstat_waiting_seconds_total{cpu="22"} 2354.471251497 node_schedstat_waiting_seconds_total{cpu="23"} 2489.404797513 node_schedstat_waiting_seconds_total{cpu="24"} 1705.854230345 node_schedstat_waiting_seconds_total{cpu="25"} 1432.667852193 node_schedstat_waiting_seconds_total{cpu="26"} 1545.152152205 node_schedstat_waiting_seconds_total{cpu="27"} 3267.889643363 node_schedstat_waiting_seconds_total{cpu="28"} 459305.548201129 node_schedstat_waiting_seconds_total{cpu="29"} 1330.49998904 node_schedstat_waiting_seconds_total{cpu="3"} 1720.50423623 node_schedstat_waiting_seconds_total{cpu="30"} 1301.612510643 node_schedstat_waiting_seconds_total{cpu="31"} 1570.983573149 node_schedstat_waiting_seconds_total{cpu="32"} 1766.884437111 node_schedstat_waiting_seconds_total{cpu="33"} 4661.473917945 node_schedstat_waiting_seconds_total{cpu="34"} 1760.354668321 node_schedstat_waiting_seconds_total{cpu="35"} 48078.311563377 node_schedstat_waiting_seconds_total{cpu="36"} 1750.376314139 node_schedstat_waiting_seconds_total{cpu="37"} 1132.717527097 node_schedstat_waiting_seconds_total{cpu="38"} 1877.987240548 node_schedstat_waiting_seconds_total{cpu="39"} 1243.781189559 node_schedstat_waiting_seconds_total{cpu="4"} 1286.676635619 node_schedstat_waiting_seconds_total{cpu="40"} 1616.624186862 node_schedstat_waiting_seconds_total{cpu="41"} 1214.328740697 node_schedstat_waiting_seconds_total{cpu="42"} 3400.838984002 node_schedstat_waiting_seconds_total{cpu="43"} 3248.338097949 node_schedstat_waiting_seconds_total{cpu="44"} 1291.435082475 node_schedstat_waiting_seconds_total{cpu="45"} 2995.927361869 node_schedstat_waiting_seconds_total{cpu="46"} 2368.283980026 node_schedstat_waiting_seconds_total{cpu="47"} 1586.756152789 node_schedstat_waiting_seconds_total{cpu="48"} 2351.251424115 node_schedstat_waiting_seconds_total{cpu="49"} 1848.224733196 node_schedstat_waiting_seconds_total{cpu="5"} 1533.503138977 node_schedstat_waiting_seconds_total{cpu="50"} 2533.612484899 node_schedstat_waiting_seconds_total{cpu="51"} 1861.796795663 node_schedstat_waiting_seconds_total{cpu="52"} 2164.715682916 node_schedstat_waiting_seconds_total{cpu="53"} 1571.913472687 node_schedstat_waiting_seconds_total{cpu="54"} 1338.646949182 node_schedstat_waiting_seconds_total{cpu="55"} 1633.839901032 node_schedstat_waiting_seconds_total{cpu="56"} 1414.061679195 node_schedstat_waiting_seconds_total{cpu="57"} 1388.897638128 node_schedstat_waiting_seconds_total{cpu="58"} 1820.598345752 node_schedstat_waiting_seconds_total{cpu="59"} 1509.911267889 node_schedstat_waiting_seconds_total{cpu="6"} 1845.748975882 node_schedstat_waiting_seconds_total{cpu="60"} 1448.459178477 node_schedstat_waiting_seconds_total{cpu="61"} 1160.2302987 node_schedstat_waiting_seconds_total{cpu="62"} 1356.377818351 node_schedstat_waiting_seconds_total{cpu="63"} 1101.213249874 node_schedstat_waiting_seconds_total{cpu="64"} 434095.000105815 node_schedstat_waiting_seconds_total{cpu="65"} 1763.0386275 node_schedstat_waiting_seconds_total{cpu="66"} 1682.886982636 node_schedstat_waiting_seconds_total{cpu="67"} 1898.433656136 node_schedstat_waiting_seconds_total{cpu="68"} 1059.98823663 node_schedstat_waiting_seconds_total{cpu="69"} 1084.673362669 node_schedstat_waiting_seconds_total{cpu="7"} 1508.583742314 node_schedstat_waiting_seconds_total{cpu="70"} 1008.348105896 node_schedstat_waiting_seconds_total{cpu="71"} 1982.511842866 node_schedstat_waiting_seconds_total{cpu="72"} 1362.11814826 node_schedstat_waiting_seconds_total{cpu="73"} 2863.132485061 node_schedstat_waiting_seconds_total{cpu="74"} 6211.733145143 node_schedstat_waiting_seconds_total{cpu="75"} 1435.991067751 node_schedstat_waiting_seconds_total{cpu="76"} 987.062571703 node_schedstat_waiting_seconds_total{cpu="77"} 2015.759812334 node_schedstat_waiting_seconds_total{cpu="78"} 1617.39690067 node_schedstat_waiting_seconds_total{cpu="79"} 1327.761757651 node_schedstat_waiting_seconds_total{cpu="8"} 2236.720517941 node_schedstat_waiting_seconds_total{cpu="80"} 1342.200496466 node_schedstat_waiting_seconds_total{cpu="81"} 1169.117117274 node_schedstat_waiting_seconds_total{cpu="82"} 1432.721107121 node_schedstat_waiting_seconds_total{cpu="83"} 1276.080601578 node_schedstat_waiting_seconds_total{cpu="84"} 1685.464006547 node_schedstat_waiting_seconds_total{cpu="85"} 1410.413574486 node_schedstat_waiting_seconds_total{cpu="86"} 1054.136105302 node_schedstat_waiting_seconds_total{cpu="87"} 304727.440144279 node_schedstat_waiting_seconds_total{cpu="88"} 2828.961896849 node_schedstat_waiting_seconds_total{cpu="89"} 2407.354052731 node_schedstat_waiting_seconds_total{cpu="9"} 1579.385735949 node_schedstat_waiting_seconds_total{cpu="90"} 1106.04537827 node_schedstat_waiting_seconds_total{cpu="91"} 2454.082500094 node_schedstat_waiting_seconds_total{cpu="92"} 1182.073154611 node_schedstat_waiting_seconds_total{cpu="93"} 1368.376423104 node_schedstat_waiting_seconds_total{cpu="94"} 872.194741633 node_schedstat_waiting_seconds_total{cpu="95"} 1519.49588968 node_schedstat_waiting_seconds_total{cpu="96"} 5430.802120573 node_schedstat_waiting_seconds_total{cpu="97"} 2993.28716336 node_schedstat_waiting_seconds_total{cpu="98"} 1309.398203969 node_schedstat_waiting_seconds_total{cpu="99"} 1531.426047244 # HELP node_scrape_collector_duration_seconds node_exporter: Duration of a collector scrape. # TYPE node_scrape_collector_duration_seconds gauge node_scrape_collector_duration_seconds{collector="bcache"} 3.3043e-05 node_scrape_collector_duration_seconds{collector="bcachefs"} 1.3876e-05 node_scrape_collector_duration_seconds{collector="bonding"} 3.0207e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.000421651 node_scrape_collector_duration_seconds{collector="conntrack"} 7.6916e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.01343427 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.008946419 node_scrape_collector_duration_seconds{collector="diskstats"} 4.4654e-05 node_scrape_collector_duration_seconds{collector="dmi"} 2.0298e-05 node_scrape_collector_duration_seconds{collector="edac"} 1.1231e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000104648 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.7764e-05 node_scrape_collector_duration_seconds{collector="filefd"} 2.8785e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.016286146 node_scrape_collector_duration_seconds{collector="infiniband"} 1.6972e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 7.6686e-05 node_scrape_collector_duration_seconds{collector="kernel_hung"} 2.2052e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 3.0458e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 2.152e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000108215 node_scrape_collector_duration_seconds{collector="netclass"} 0.019359302 node_scrape_collector_duration_seconds{collector="netdev"} 0.000539434 node_scrape_collector_duration_seconds{collector="netstat"} 0.014652995 node_scrape_collector_duration_seconds{collector="nfs"} 0.000152109 node_scrape_collector_duration_seconds{collector="nfsd"} 0.00580379 node_scrape_collector_duration_seconds{collector="os"} 8.6724e-05 node_scrape_collector_duration_seconds{collector="pressure"} 4.5306e-05 node_scrape_collector_duration_seconds{collector="rapl"} 3.9926e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.02124373 node_scrape_collector_duration_seconds{collector="selinux"} 1.273e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000135587 node_scrape_collector_duration_seconds{collector="softnet"} 0.001192345 node_scrape_collector_duration_seconds{collector="stat"} 0.000180493 node_scrape_collector_duration_seconds{collector="systemd"} 0.043590083 node_scrape_collector_duration_seconds{collector="tapestats"} 2.5699e-05 node_scrape_collector_duration_seconds{collector="textfile"} 1.6592e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 5.8982e-05 node_scrape_collector_duration_seconds{collector="time"} 2.4747e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.4558e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.016445158 node_scrape_collector_duration_seconds{collector="uname"} 1.037e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.00022658 node_scrape_collector_duration_seconds{collector="watchdog"} 2.123e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.0319e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.2925e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bcachefs"} 0 node_scrape_collector_success{collector="bonding"} 1 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 1 node_scrape_collector_success{collector="kernel_hung"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 0 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 1 node_scrape_collector_success{collector="nfsd"} 1 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="pressure"} 0 node_scrape_collector_success{collector="rapl"} 0 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="systemd"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 0 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 1 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 78 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 8057 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 23 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 1041 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 4.263936e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 75 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 34 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 42 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 43 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 2909 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 1.1915264e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 934 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="100"} 0 node_softnet_backlog_len{cpu="101"} 0 node_softnet_backlog_len{cpu="102"} 0 node_softnet_backlog_len{cpu="103"} 0 node_softnet_backlog_len{cpu="104"} 0 node_softnet_backlog_len{cpu="105"} 0 node_softnet_backlog_len{cpu="106"} 0 node_softnet_backlog_len{cpu="107"} 0 node_softnet_backlog_len{cpu="108"} 0 node_softnet_backlog_len{cpu="109"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="110"} 0 node_softnet_backlog_len{cpu="111"} 0 node_softnet_backlog_len{cpu="112"} 0 node_softnet_backlog_len{cpu="113"} 0 node_softnet_backlog_len{cpu="114"} 0 node_softnet_backlog_len{cpu="115"} 0 node_softnet_backlog_len{cpu="116"} 0 node_softnet_backlog_len{cpu="117"} 0 node_softnet_backlog_len{cpu="118"} 0 node_softnet_backlog_len{cpu="119"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="120"} 0 node_softnet_backlog_len{cpu="121"} 0 node_softnet_backlog_len{cpu="122"} 0 node_softnet_backlog_len{cpu="123"} 0 node_softnet_backlog_len{cpu="124"} 0 node_softnet_backlog_len{cpu="125"} 0 node_softnet_backlog_len{cpu="126"} 0 node_softnet_backlog_len{cpu="127"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="20"} 0 node_softnet_backlog_len{cpu="21"} 0 node_softnet_backlog_len{cpu="22"} 0 node_softnet_backlog_len{cpu="23"} 0 node_softnet_backlog_len{cpu="24"} 0 node_softnet_backlog_len{cpu="25"} 0 node_softnet_backlog_len{cpu="26"} 0 node_softnet_backlog_len{cpu="27"} 0 node_softnet_backlog_len{cpu="28"} 0 node_softnet_backlog_len{cpu="29"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="30"} 0 node_softnet_backlog_len{cpu="31"} 0 node_softnet_backlog_len{cpu="32"} 0 node_softnet_backlog_len{cpu="33"} 0 node_softnet_backlog_len{cpu="34"} 0 node_softnet_backlog_len{cpu="35"} 0 node_softnet_backlog_len{cpu="36"} 0 node_softnet_backlog_len{cpu="37"} 0 node_softnet_backlog_len{cpu="38"} 0 node_softnet_backlog_len{cpu="39"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="40"} 0 node_softnet_backlog_len{cpu="41"} 0 node_softnet_backlog_len{cpu="42"} 0 node_softnet_backlog_len{cpu="43"} 0 node_softnet_backlog_len{cpu="44"} 0 node_softnet_backlog_len{cpu="45"} 0 node_softnet_backlog_len{cpu="46"} 0 node_softnet_backlog_len{cpu="47"} 0 node_softnet_backlog_len{cpu="48"} 0 node_softnet_backlog_len{cpu="49"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="50"} 0 node_softnet_backlog_len{cpu="51"} 0 node_softnet_backlog_len{cpu="52"} 0 node_softnet_backlog_len{cpu="53"} 0 node_softnet_backlog_len{cpu="54"} 0 node_softnet_backlog_len{cpu="55"} 0 node_softnet_backlog_len{cpu="56"} 0 node_softnet_backlog_len{cpu="57"} 0 node_softnet_backlog_len{cpu="58"} 0 node_softnet_backlog_len{cpu="59"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="60"} 0 node_softnet_backlog_len{cpu="61"} 0 node_softnet_backlog_len{cpu="62"} 0 node_softnet_backlog_len{cpu="63"} 0 node_softnet_backlog_len{cpu="64"} 0 node_softnet_backlog_len{cpu="65"} 0 node_softnet_backlog_len{cpu="66"} 0 node_softnet_backlog_len{cpu="67"} 0 node_softnet_backlog_len{cpu="68"} 0 node_softnet_backlog_len{cpu="69"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="70"} 0 node_softnet_backlog_len{cpu="71"} 0 node_softnet_backlog_len{cpu="72"} 0 node_softnet_backlog_len{cpu="73"} 0 node_softnet_backlog_len{cpu="74"} 0 node_softnet_backlog_len{cpu="75"} 0 node_softnet_backlog_len{cpu="76"} 0 node_softnet_backlog_len{cpu="77"} 0 node_softnet_backlog_len{cpu="78"} 0 node_softnet_backlog_len{cpu="79"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="80"} 0 node_softnet_backlog_len{cpu="81"} 0 node_softnet_backlog_len{cpu="82"} 0 node_softnet_backlog_len{cpu="83"} 0 node_softnet_backlog_len{cpu="84"} 0 node_softnet_backlog_len{cpu="85"} 0 node_softnet_backlog_len{cpu="86"} 0 node_softnet_backlog_len{cpu="87"} 0 node_softnet_backlog_len{cpu="88"} 0 node_softnet_backlog_len{cpu="89"} 0 node_softnet_backlog_len{cpu="9"} 0 node_softnet_backlog_len{cpu="90"} 0 node_softnet_backlog_len{cpu="91"} 0 node_softnet_backlog_len{cpu="92"} 0 node_softnet_backlog_len{cpu="93"} 0 node_softnet_backlog_len{cpu="94"} 0 node_softnet_backlog_len{cpu="95"} 0 node_softnet_backlog_len{cpu="96"} 0 node_softnet_backlog_len{cpu="97"} 0 node_softnet_backlog_len{cpu="98"} 0 node_softnet_backlog_len{cpu="99"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="100"} 0 node_softnet_cpu_collision_total{cpu="101"} 0 node_softnet_cpu_collision_total{cpu="102"} 0 node_softnet_cpu_collision_total{cpu="103"} 0 node_softnet_cpu_collision_total{cpu="104"} 0 node_softnet_cpu_collision_total{cpu="105"} 0 node_softnet_cpu_collision_total{cpu="106"} 0 node_softnet_cpu_collision_total{cpu="107"} 0 node_softnet_cpu_collision_total{cpu="108"} 0 node_softnet_cpu_collision_total{cpu="109"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="110"} 0 node_softnet_cpu_collision_total{cpu="111"} 0 node_softnet_cpu_collision_total{cpu="112"} 0 node_softnet_cpu_collision_total{cpu="113"} 0 node_softnet_cpu_collision_total{cpu="114"} 0 node_softnet_cpu_collision_total{cpu="115"} 0 node_softnet_cpu_collision_total{cpu="116"} 0 node_softnet_cpu_collision_total{cpu="117"} 0 node_softnet_cpu_collision_total{cpu="118"} 0 node_softnet_cpu_collision_total{cpu="119"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="120"} 0 node_softnet_cpu_collision_total{cpu="121"} 0 node_softnet_cpu_collision_total{cpu="122"} 0 node_softnet_cpu_collision_total{cpu="123"} 0 node_softnet_cpu_collision_total{cpu="124"} 0 node_softnet_cpu_collision_total{cpu="125"} 0 node_softnet_cpu_collision_total{cpu="126"} 0 node_softnet_cpu_collision_total{cpu="127"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="20"} 0 node_softnet_cpu_collision_total{cpu="21"} 0 node_softnet_cpu_collision_total{cpu="22"} 0 node_softnet_cpu_collision_total{cpu="23"} 0 node_softnet_cpu_collision_total{cpu="24"} 0 node_softnet_cpu_collision_total{cpu="25"} 0 node_softnet_cpu_collision_total{cpu="26"} 0 node_softnet_cpu_collision_total{cpu="27"} 0 node_softnet_cpu_collision_total{cpu="28"} 0 node_softnet_cpu_collision_total{cpu="29"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="30"} 0 node_softnet_cpu_collision_total{cpu="31"} 0 node_softnet_cpu_collision_total{cpu="32"} 0 node_softnet_cpu_collision_total{cpu="33"} 0 node_softnet_cpu_collision_total{cpu="34"} 0 node_softnet_cpu_collision_total{cpu="35"} 0 node_softnet_cpu_collision_total{cpu="36"} 0 node_softnet_cpu_collision_total{cpu="37"} 0 node_softnet_cpu_collision_total{cpu="38"} 0 node_softnet_cpu_collision_total{cpu="39"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="40"} 0 node_softnet_cpu_collision_total{cpu="41"} 0 node_softnet_cpu_collision_total{cpu="42"} 0 node_softnet_cpu_collision_total{cpu="43"} 0 node_softnet_cpu_collision_total{cpu="44"} 0 node_softnet_cpu_collision_total{cpu="45"} 0 node_softnet_cpu_collision_total{cpu="46"} 0 node_softnet_cpu_collision_total{cpu="47"} 0 node_softnet_cpu_collision_total{cpu="48"} 0 node_softnet_cpu_collision_total{cpu="49"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="50"} 0 node_softnet_cpu_collision_total{cpu="51"} 0 node_softnet_cpu_collision_total{cpu="52"} 0 node_softnet_cpu_collision_total{cpu="53"} 0 node_softnet_cpu_collision_total{cpu="54"} 0 node_softnet_cpu_collision_total{cpu="55"} 0 node_softnet_cpu_collision_total{cpu="56"} 0 node_softnet_cpu_collision_total{cpu="57"} 0 node_softnet_cpu_collision_total{cpu="58"} 0 node_softnet_cpu_collision_total{cpu="59"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="60"} 0 node_softnet_cpu_collision_total{cpu="61"} 0 node_softnet_cpu_collision_total{cpu="62"} 0 node_softnet_cpu_collision_total{cpu="63"} 0 node_softnet_cpu_collision_total{cpu="64"} 0 node_softnet_cpu_collision_total{cpu="65"} 0 node_softnet_cpu_collision_total{cpu="66"} 0 node_softnet_cpu_collision_total{cpu="67"} 0 node_softnet_cpu_collision_total{cpu="68"} 0 node_softnet_cpu_collision_total{cpu="69"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="70"} 0 node_softnet_cpu_collision_total{cpu="71"} 0 node_softnet_cpu_collision_total{cpu="72"} 0 node_softnet_cpu_collision_total{cpu="73"} 0 node_softnet_cpu_collision_total{cpu="74"} 0 node_softnet_cpu_collision_total{cpu="75"} 0 node_softnet_cpu_collision_total{cpu="76"} 0 node_softnet_cpu_collision_total{cpu="77"} 0 node_softnet_cpu_collision_total{cpu="78"} 0 node_softnet_cpu_collision_total{cpu="79"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="80"} 0 node_softnet_cpu_collision_total{cpu="81"} 0 node_softnet_cpu_collision_total{cpu="82"} 0 node_softnet_cpu_collision_total{cpu="83"} 0 node_softnet_cpu_collision_total{cpu="84"} 0 node_softnet_cpu_collision_total{cpu="85"} 0 node_softnet_cpu_collision_total{cpu="86"} 0 node_softnet_cpu_collision_total{cpu="87"} 0 node_softnet_cpu_collision_total{cpu="88"} 0 node_softnet_cpu_collision_total{cpu="89"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 node_softnet_cpu_collision_total{cpu="90"} 0 node_softnet_cpu_collision_total{cpu="91"} 0 node_softnet_cpu_collision_total{cpu="92"} 0 node_softnet_cpu_collision_total{cpu="93"} 0 node_softnet_cpu_collision_total{cpu="94"} 0 node_softnet_cpu_collision_total{cpu="95"} 0 node_softnet_cpu_collision_total{cpu="96"} 0 node_softnet_cpu_collision_total{cpu="97"} 0 node_softnet_cpu_collision_total{cpu="98"} 0 node_softnet_cpu_collision_total{cpu="99"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="100"} 0 node_softnet_dropped_total{cpu="101"} 0 node_softnet_dropped_total{cpu="102"} 0 node_softnet_dropped_total{cpu="103"} 0 node_softnet_dropped_total{cpu="104"} 0 node_softnet_dropped_total{cpu="105"} 0 node_softnet_dropped_total{cpu="106"} 0 node_softnet_dropped_total{cpu="107"} 0 node_softnet_dropped_total{cpu="108"} 0 node_softnet_dropped_total{cpu="109"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="110"} 0 node_softnet_dropped_total{cpu="111"} 0 node_softnet_dropped_total{cpu="112"} 0 node_softnet_dropped_total{cpu="113"} 0 node_softnet_dropped_total{cpu="114"} 0 node_softnet_dropped_total{cpu="115"} 0 node_softnet_dropped_total{cpu="116"} 0 node_softnet_dropped_total{cpu="117"} 0 node_softnet_dropped_total{cpu="118"} 0 node_softnet_dropped_total{cpu="119"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="120"} 0 node_softnet_dropped_total{cpu="121"} 0 node_softnet_dropped_total{cpu="122"} 0 node_softnet_dropped_total{cpu="123"} 0 node_softnet_dropped_total{cpu="124"} 0 node_softnet_dropped_total{cpu="125"} 0 node_softnet_dropped_total{cpu="126"} 0 node_softnet_dropped_total{cpu="127"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 0 node_softnet_dropped_total{cpu="16"} 0 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 0 node_softnet_dropped_total{cpu="19"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="20"} 0 node_softnet_dropped_total{cpu="21"} 0 node_softnet_dropped_total{cpu="22"} 0 node_softnet_dropped_total{cpu="23"} 0 node_softnet_dropped_total{cpu="24"} 0 node_softnet_dropped_total{cpu="25"} 0 node_softnet_dropped_total{cpu="26"} 0 node_softnet_dropped_total{cpu="27"} 0 node_softnet_dropped_total{cpu="28"} 0 node_softnet_dropped_total{cpu="29"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="30"} 0 node_softnet_dropped_total{cpu="31"} 0 node_softnet_dropped_total{cpu="32"} 0 node_softnet_dropped_total{cpu="33"} 0 node_softnet_dropped_total{cpu="34"} 0 node_softnet_dropped_total{cpu="35"} 0 node_softnet_dropped_total{cpu="36"} 0 node_softnet_dropped_total{cpu="37"} 0 node_softnet_dropped_total{cpu="38"} 0 node_softnet_dropped_total{cpu="39"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="40"} 0 node_softnet_dropped_total{cpu="41"} 0 node_softnet_dropped_total{cpu="42"} 0 node_softnet_dropped_total{cpu="43"} 0 node_softnet_dropped_total{cpu="44"} 0 node_softnet_dropped_total{cpu="45"} 0 node_softnet_dropped_total{cpu="46"} 0 node_softnet_dropped_total{cpu="47"} 0 node_softnet_dropped_total{cpu="48"} 0 node_softnet_dropped_total{cpu="49"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="50"} 0 node_softnet_dropped_total{cpu="51"} 0 node_softnet_dropped_total{cpu="52"} 0 node_softnet_dropped_total{cpu="53"} 0 node_softnet_dropped_total{cpu="54"} 0 node_softnet_dropped_total{cpu="55"} 0 node_softnet_dropped_total{cpu="56"} 0 node_softnet_dropped_total{cpu="57"} 0 node_softnet_dropped_total{cpu="58"} 0 node_softnet_dropped_total{cpu="59"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="60"} 0 node_softnet_dropped_total{cpu="61"} 0 node_softnet_dropped_total{cpu="62"} 0 node_softnet_dropped_total{cpu="63"} 0 node_softnet_dropped_total{cpu="64"} 0 node_softnet_dropped_total{cpu="65"} 0 node_softnet_dropped_total{cpu="66"} 0 node_softnet_dropped_total{cpu="67"} 0 node_softnet_dropped_total{cpu="68"} 0 node_softnet_dropped_total{cpu="69"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="70"} 0 node_softnet_dropped_total{cpu="71"} 0 node_softnet_dropped_total{cpu="72"} 0 node_softnet_dropped_total{cpu="73"} 0 node_softnet_dropped_total{cpu="74"} 0 node_softnet_dropped_total{cpu="75"} 0 node_softnet_dropped_total{cpu="76"} 0 node_softnet_dropped_total{cpu="77"} 0 node_softnet_dropped_total{cpu="78"} 0 node_softnet_dropped_total{cpu="79"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="80"} 0 node_softnet_dropped_total{cpu="81"} 0 node_softnet_dropped_total{cpu="82"} 0 node_softnet_dropped_total{cpu="83"} 0 node_softnet_dropped_total{cpu="84"} 0 node_softnet_dropped_total{cpu="85"} 0 node_softnet_dropped_total{cpu="86"} 0 node_softnet_dropped_total{cpu="87"} 0 node_softnet_dropped_total{cpu="88"} 0 node_softnet_dropped_total{cpu="89"} 0 node_softnet_dropped_total{cpu="9"} 0 node_softnet_dropped_total{cpu="90"} 0 node_softnet_dropped_total{cpu="91"} 0 node_softnet_dropped_total{cpu="92"} 0 node_softnet_dropped_total{cpu="93"} 0 node_softnet_dropped_total{cpu="94"} 0 node_softnet_dropped_total{cpu="95"} 0 node_softnet_dropped_total{cpu="96"} 0 node_softnet_dropped_total{cpu="97"} 0 node_softnet_dropped_total{cpu="98"} 0 node_softnet_dropped_total{cpu="99"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="100"} 0 node_softnet_flow_limit_count_total{cpu="101"} 0 node_softnet_flow_limit_count_total{cpu="102"} 0 node_softnet_flow_limit_count_total{cpu="103"} 0 node_softnet_flow_limit_count_total{cpu="104"} 0 node_softnet_flow_limit_count_total{cpu="105"} 0 node_softnet_flow_limit_count_total{cpu="106"} 0 node_softnet_flow_limit_count_total{cpu="107"} 0 node_softnet_flow_limit_count_total{cpu="108"} 0 node_softnet_flow_limit_count_total{cpu="109"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="110"} 0 node_softnet_flow_limit_count_total{cpu="111"} 0 node_softnet_flow_limit_count_total{cpu="112"} 0 node_softnet_flow_limit_count_total{cpu="113"} 0 node_softnet_flow_limit_count_total{cpu="114"} 0 node_softnet_flow_limit_count_total{cpu="115"} 0 node_softnet_flow_limit_count_total{cpu="116"} 0 node_softnet_flow_limit_count_total{cpu="117"} 0 node_softnet_flow_limit_count_total{cpu="118"} 0 node_softnet_flow_limit_count_total{cpu="119"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="120"} 0 node_softnet_flow_limit_count_total{cpu="121"} 0 node_softnet_flow_limit_count_total{cpu="122"} 0 node_softnet_flow_limit_count_total{cpu="123"} 0 node_softnet_flow_limit_count_total{cpu="124"} 0 node_softnet_flow_limit_count_total{cpu="125"} 0 node_softnet_flow_limit_count_total{cpu="126"} 0 node_softnet_flow_limit_count_total{cpu="127"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="16"} 0 node_softnet_flow_limit_count_total{cpu="17"} 0 node_softnet_flow_limit_count_total{cpu="18"} 0 node_softnet_flow_limit_count_total{cpu="19"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="20"} 0 node_softnet_flow_limit_count_total{cpu="21"} 0 node_softnet_flow_limit_count_total{cpu="22"} 0 node_softnet_flow_limit_count_total{cpu="23"} 0 node_softnet_flow_limit_count_total{cpu="24"} 0 node_softnet_flow_limit_count_total{cpu="25"} 0 node_softnet_flow_limit_count_total{cpu="26"} 0 node_softnet_flow_limit_count_total{cpu="27"} 0 node_softnet_flow_limit_count_total{cpu="28"} 0 node_softnet_flow_limit_count_total{cpu="29"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="30"} 0 node_softnet_flow_limit_count_total{cpu="31"} 0 node_softnet_flow_limit_count_total{cpu="32"} 0 node_softnet_flow_limit_count_total{cpu="33"} 0 node_softnet_flow_limit_count_total{cpu="34"} 0 node_softnet_flow_limit_count_total{cpu="35"} 0 node_softnet_flow_limit_count_total{cpu="36"} 0 node_softnet_flow_limit_count_total{cpu="37"} 0 node_softnet_flow_limit_count_total{cpu="38"} 0 node_softnet_flow_limit_count_total{cpu="39"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="40"} 0 node_softnet_flow_limit_count_total{cpu="41"} 0 node_softnet_flow_limit_count_total{cpu="42"} 0 node_softnet_flow_limit_count_total{cpu="43"} 0 node_softnet_flow_limit_count_total{cpu="44"} 0 node_softnet_flow_limit_count_total{cpu="45"} 0 node_softnet_flow_limit_count_total{cpu="46"} 0 node_softnet_flow_limit_count_total{cpu="47"} 0 node_softnet_flow_limit_count_total{cpu="48"} 0 node_softnet_flow_limit_count_total{cpu="49"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="50"} 0 node_softnet_flow_limit_count_total{cpu="51"} 0 node_softnet_flow_limit_count_total{cpu="52"} 0 node_softnet_flow_limit_count_total{cpu="53"} 0 node_softnet_flow_limit_count_total{cpu="54"} 0 node_softnet_flow_limit_count_total{cpu="55"} 0 node_softnet_flow_limit_count_total{cpu="56"} 0 node_softnet_flow_limit_count_total{cpu="57"} 0 node_softnet_flow_limit_count_total{cpu="58"} 0 node_softnet_flow_limit_count_total{cpu="59"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="60"} 0 node_softnet_flow_limit_count_total{cpu="61"} 0 node_softnet_flow_limit_count_total{cpu="62"} 0 node_softnet_flow_limit_count_total{cpu="63"} 0 node_softnet_flow_limit_count_total{cpu="64"} 0 node_softnet_flow_limit_count_total{cpu="65"} 0 node_softnet_flow_limit_count_total{cpu="66"} 0 node_softnet_flow_limit_count_total{cpu="67"} 0 node_softnet_flow_limit_count_total{cpu="68"} 0 node_softnet_flow_limit_count_total{cpu="69"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="70"} 0 node_softnet_flow_limit_count_total{cpu="71"} 0 node_softnet_flow_limit_count_total{cpu="72"} 0 node_softnet_flow_limit_count_total{cpu="73"} 0 node_softnet_flow_limit_count_total{cpu="74"} 0 node_softnet_flow_limit_count_total{cpu="75"} 0 node_softnet_flow_limit_count_total{cpu="76"} 0 node_softnet_flow_limit_count_total{cpu="77"} 0 node_softnet_flow_limit_count_total{cpu="78"} 0 node_softnet_flow_limit_count_total{cpu="79"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="80"} 0 node_softnet_flow_limit_count_total{cpu="81"} 0 node_softnet_flow_limit_count_total{cpu="82"} 0 node_softnet_flow_limit_count_total{cpu="83"} 0 node_softnet_flow_limit_count_total{cpu="84"} 0 node_softnet_flow_limit_count_total{cpu="85"} 0 node_softnet_flow_limit_count_total{cpu="86"} 0 node_softnet_flow_limit_count_total{cpu="87"} 0 node_softnet_flow_limit_count_total{cpu="88"} 0 node_softnet_flow_limit_count_total{cpu="89"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 node_softnet_flow_limit_count_total{cpu="90"} 0 node_softnet_flow_limit_count_total{cpu="91"} 0 node_softnet_flow_limit_count_total{cpu="92"} 0 node_softnet_flow_limit_count_total{cpu="93"} 0 node_softnet_flow_limit_count_total{cpu="94"} 0 node_softnet_flow_limit_count_total{cpu="95"} 0 node_softnet_flow_limit_count_total{cpu="96"} 0 node_softnet_flow_limit_count_total{cpu="97"} 0 node_softnet_flow_limit_count_total{cpu="98"} 0 node_softnet_flow_limit_count_total{cpu="99"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 4.7305481e+07 node_softnet_processed_total{cpu="1"} 3.6805558e+07 node_softnet_processed_total{cpu="10"} 1.36318036e+08 node_softnet_processed_total{cpu="100"} 5.9584859e+07 node_softnet_processed_total{cpu="101"} 1.99712259e+08 node_softnet_processed_total{cpu="102"} 1.97730535e+08 node_softnet_processed_total{cpu="103"} 1.96964518e+08 node_softnet_processed_total{cpu="104"} 1.13707213e+08 node_softnet_processed_total{cpu="105"} 1.94189497e+08 node_softnet_processed_total{cpu="106"} 1.71234064e+08 node_softnet_processed_total{cpu="107"} 4.8472272e+07 node_softnet_processed_total{cpu="108"} 8.8804952e+07 node_softnet_processed_total{cpu="109"} 3.0897086e+07 node_softnet_processed_total{cpu="11"} 1.54048568e+08 node_softnet_processed_total{cpu="110"} 1.47712194e+08 node_softnet_processed_total{cpu="111"} 2.03644355e+08 node_softnet_processed_total{cpu="112"} 1.88568983e+08 node_softnet_processed_total{cpu="113"} 2.24243577e+08 node_softnet_processed_total{cpu="114"} 1.46674372e+08 node_softnet_processed_total{cpu="115"} 4.0043165e+07 node_softnet_processed_total{cpu="116"} 1.54375236e+08 node_softnet_processed_total{cpu="117"} 4.391732e+07 node_softnet_processed_total{cpu="118"} 6.7152974e+07 node_softnet_processed_total{cpu="119"} 2.8667891e+07 node_softnet_processed_total{cpu="12"} 1.74168203e+08 node_softnet_processed_total{cpu="120"} 7.6451774e+07 node_softnet_processed_total{cpu="121"} 1.90833167e+08 node_softnet_processed_total{cpu="122"} 2.01017291e+08 node_softnet_processed_total{cpu="123"} 4.1424193e+07 node_softnet_processed_total{cpu="124"} 1.38716925e+08 node_softnet_processed_total{cpu="125"} 3.96377e+07 node_softnet_processed_total{cpu="126"} 1.02781989e+08 node_softnet_processed_total{cpu="127"} 4.3836618e+07 node_softnet_processed_total{cpu="13"} 2.34765961e+08 node_softnet_processed_total{cpu="14"} 1.9733496e+08 node_softnet_processed_total{cpu="15"} 4.3093711e+07 node_softnet_processed_total{cpu="16"} 5.4114567e+07 node_softnet_processed_total{cpu="17"} 1.95650109e+08 node_softnet_processed_total{cpu="18"} 6.905416e+07 node_softnet_processed_total{cpu="19"} 1.63327852e+08 node_softnet_processed_total{cpu="2"} 6.1183825e+07 node_softnet_processed_total{cpu="20"} 1.09796479e+08 node_softnet_processed_total{cpu="21"} 2.46277381e+08 node_softnet_processed_total{cpu="22"} 2.09007103e+08 node_softnet_processed_total{cpu="23"} 6.7569104e+07 node_softnet_processed_total{cpu="24"} 1.67922334e+08 node_softnet_processed_total{cpu="25"} 5.5654645e+07 node_softnet_processed_total{cpu="26"} 5.3102891e+07 node_softnet_processed_total{cpu="27"} 1.50755659e+08 node_softnet_processed_total{cpu="28"} 1.25687238e+08 node_softnet_processed_total{cpu="29"} 4.44657412e+08 node_softnet_processed_total{cpu="3"} 3.530474e+07 node_softnet_processed_total{cpu="30"} 1.4061519e+08 node_softnet_processed_total{cpu="31"} 2.19339355e+08 node_softnet_processed_total{cpu="32"} 3.83152203e+08 node_softnet_processed_total{cpu="33"} 8.7248176e+07 node_softnet_processed_total{cpu="34"} 6.001001e+07 node_softnet_processed_total{cpu="35"} 7.5559566e+07 node_softnet_processed_total{cpu="36"} 1.10510431e+08 node_softnet_processed_total{cpu="37"} 1.53911503e+08 node_softnet_processed_total{cpu="38"} 1.43499062e+08 node_softnet_processed_total{cpu="39"} 1.65177627e+08 node_softnet_processed_total{cpu="4"} 1.57469218e+08 node_softnet_processed_total{cpu="40"} 1.47274171e+08 node_softnet_processed_total{cpu="41"} 2.4288183e+08 node_softnet_processed_total{cpu="42"} 2.17977724e+08 node_softnet_processed_total{cpu="43"} 6.2544815e+07 node_softnet_processed_total{cpu="44"} 3.7696095e+07 node_softnet_processed_total{cpu="45"} 3.81457414e+08 node_softnet_processed_total{cpu="46"} 4.6380298e+07 node_softnet_processed_total{cpu="47"} 1.5706877e+08 node_softnet_processed_total{cpu="48"} 1.56458119e+08 node_softnet_processed_total{cpu="49"} 2.17359334e+08 node_softnet_processed_total{cpu="5"} 4.0477342e+07 node_softnet_processed_total{cpu="50"} 1.63305123e+08 node_softnet_processed_total{cpu="51"} 5.6909096e+07 node_softnet_processed_total{cpu="52"} 2.07712445e+08 node_softnet_processed_total{cpu="53"} 7.4230525e+07 node_softnet_processed_total{cpu="54"} 6.8229655e+07 node_softnet_processed_total{cpu="55"} 9.8079356e+07 node_softnet_processed_total{cpu="56"} 9.3076661e+07 node_softnet_processed_total{cpu="57"} 1.93944737e+08 node_softnet_processed_total{cpu="58"} 1.39076565e+08 node_softnet_processed_total{cpu="59"} 4.3644843e+07 node_softnet_processed_total{cpu="6"} 8.4314328e+07 node_softnet_processed_total{cpu="60"} 2.19824024e+08 node_softnet_processed_total{cpu="61"} 4.1938604e+07 node_softnet_processed_total{cpu="62"} 2.8851838e+07 node_softnet_processed_total{cpu="63"} 1.28178277e+08 node_softnet_processed_total{cpu="64"} 3.2130068e+07 node_softnet_processed_total{cpu="65"} 2.4896326e+07 node_softnet_processed_total{cpu="66"} 4.4277014e+07 node_softnet_processed_total{cpu="67"} 2.5183867e+07 node_softnet_processed_total{cpu="68"} 1.72282263e+08 node_softnet_processed_total{cpu="69"} 9.5954282e+07 node_softnet_processed_total{cpu="7"} 1.49050435e+08 node_softnet_processed_total{cpu="70"} 2.9492482e+07 node_softnet_processed_total{cpu="71"} 1.50773373e+08 node_softnet_processed_total{cpu="72"} 2.5733817e+07 node_softnet_processed_total{cpu="73"} 2.17604456e+08 node_softnet_processed_total{cpu="74"} 5.6381146e+07 node_softnet_processed_total{cpu="75"} 1.81335369e+08 node_softnet_processed_total{cpu="76"} 1.14518114e+08 node_softnet_processed_total{cpu="77"} 1.51890406e+08 node_softnet_processed_total{cpu="78"} 1.56925418e+08 node_softnet_processed_total{cpu="79"} 3.714574e+07 node_softnet_processed_total{cpu="8"} 6.5272586e+07 node_softnet_processed_total{cpu="80"} 5.583981e+07 node_softnet_processed_total{cpu="81"} 3.32382457e+08 node_softnet_processed_total{cpu="82"} 1.41359267e+08 node_softnet_processed_total{cpu="83"} 1.97698891e+08 node_softnet_processed_total{cpu="84"} 7.4800329e+07 node_softnet_processed_total{cpu="85"} 2.55724087e+08 node_softnet_processed_total{cpu="86"} 1.39621635e+08 node_softnet_processed_total{cpu="87"} 3.7361289e+07 node_softnet_processed_total{cpu="88"} 2.59091845e+08 node_softnet_processed_total{cpu="89"} 4.6616791e+07 node_softnet_processed_total{cpu="9"} 2.0379689e+08 node_softnet_processed_total{cpu="90"} 6.4634365e+07 node_softnet_processed_total{cpu="91"} 1.81424972e+08 node_softnet_processed_total{cpu="92"} 5.5149783e+07 node_softnet_processed_total{cpu="93"} 1.3610382e+08 node_softnet_processed_total{cpu="94"} 7.6969846e+07 node_softnet_processed_total{cpu="95"} 1.42753911e+08 node_softnet_processed_total{cpu="96"} 1.42275742e+08 node_softnet_processed_total{cpu="97"} 4.554691e+07 node_softnet_processed_total{cpu="98"} 6.0205548e+07 node_softnet_processed_total{cpu="99"} 3.373722e+07 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="100"} 0 node_softnet_received_rps_total{cpu="101"} 0 node_softnet_received_rps_total{cpu="102"} 0 node_softnet_received_rps_total{cpu="103"} 0 node_softnet_received_rps_total{cpu="104"} 0 node_softnet_received_rps_total{cpu="105"} 0 node_softnet_received_rps_total{cpu="106"} 0 node_softnet_received_rps_total{cpu="107"} 0 node_softnet_received_rps_total{cpu="108"} 0 node_softnet_received_rps_total{cpu="109"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="110"} 0 node_softnet_received_rps_total{cpu="111"} 0 node_softnet_received_rps_total{cpu="112"} 0 node_softnet_received_rps_total{cpu="113"} 0 node_softnet_received_rps_total{cpu="114"} 0 node_softnet_received_rps_total{cpu="115"} 0 node_softnet_received_rps_total{cpu="116"} 0 node_softnet_received_rps_total{cpu="117"} 0 node_softnet_received_rps_total{cpu="118"} 0 node_softnet_received_rps_total{cpu="119"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="120"} 0 node_softnet_received_rps_total{cpu="121"} 0 node_softnet_received_rps_total{cpu="122"} 0 node_softnet_received_rps_total{cpu="123"} 0 node_softnet_received_rps_total{cpu="124"} 0 node_softnet_received_rps_total{cpu="125"} 0 node_softnet_received_rps_total{cpu="126"} 0 node_softnet_received_rps_total{cpu="127"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="16"} 0 node_softnet_received_rps_total{cpu="17"} 0 node_softnet_received_rps_total{cpu="18"} 0 node_softnet_received_rps_total{cpu="19"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="20"} 0 node_softnet_received_rps_total{cpu="21"} 0 node_softnet_received_rps_total{cpu="22"} 0 node_softnet_received_rps_total{cpu="23"} 0 node_softnet_received_rps_total{cpu="24"} 0 node_softnet_received_rps_total{cpu="25"} 0 node_softnet_received_rps_total{cpu="26"} 0 node_softnet_received_rps_total{cpu="27"} 0 node_softnet_received_rps_total{cpu="28"} 0 node_softnet_received_rps_total{cpu="29"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="30"} 0 node_softnet_received_rps_total{cpu="31"} 0 node_softnet_received_rps_total{cpu="32"} 0 node_softnet_received_rps_total{cpu="33"} 0 node_softnet_received_rps_total{cpu="34"} 0 node_softnet_received_rps_total{cpu="35"} 0 node_softnet_received_rps_total{cpu="36"} 0 node_softnet_received_rps_total{cpu="37"} 0 node_softnet_received_rps_total{cpu="38"} 0 node_softnet_received_rps_total{cpu="39"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="40"} 0 node_softnet_received_rps_total{cpu="41"} 0 node_softnet_received_rps_total{cpu="42"} 0 node_softnet_received_rps_total{cpu="43"} 0 node_softnet_received_rps_total{cpu="44"} 0 node_softnet_received_rps_total{cpu="45"} 0 node_softnet_received_rps_total{cpu="46"} 0 node_softnet_received_rps_total{cpu="47"} 0 node_softnet_received_rps_total{cpu="48"} 0 node_softnet_received_rps_total{cpu="49"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="50"} 0 node_softnet_received_rps_total{cpu="51"} 0 node_softnet_received_rps_total{cpu="52"} 0 node_softnet_received_rps_total{cpu="53"} 0 node_softnet_received_rps_total{cpu="54"} 0 node_softnet_received_rps_total{cpu="55"} 0 node_softnet_received_rps_total{cpu="56"} 0 node_softnet_received_rps_total{cpu="57"} 0 node_softnet_received_rps_total{cpu="58"} 0 node_softnet_received_rps_total{cpu="59"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="60"} 0 node_softnet_received_rps_total{cpu="61"} 0 node_softnet_received_rps_total{cpu="62"} 0 node_softnet_received_rps_total{cpu="63"} 0 node_softnet_received_rps_total{cpu="64"} 0 node_softnet_received_rps_total{cpu="65"} 0 node_softnet_received_rps_total{cpu="66"} 0 node_softnet_received_rps_total{cpu="67"} 0 node_softnet_received_rps_total{cpu="68"} 0 node_softnet_received_rps_total{cpu="69"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="70"} 0 node_softnet_received_rps_total{cpu="71"} 0 node_softnet_received_rps_total{cpu="72"} 0 node_softnet_received_rps_total{cpu="73"} 0 node_softnet_received_rps_total{cpu="74"} 0 node_softnet_received_rps_total{cpu="75"} 0 node_softnet_received_rps_total{cpu="76"} 0 node_softnet_received_rps_total{cpu="77"} 0 node_softnet_received_rps_total{cpu="78"} 0 node_softnet_received_rps_total{cpu="79"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="80"} 0 node_softnet_received_rps_total{cpu="81"} 0 node_softnet_received_rps_total{cpu="82"} 0 node_softnet_received_rps_total{cpu="83"} 0 node_softnet_received_rps_total{cpu="84"} 0 node_softnet_received_rps_total{cpu="85"} 0 node_softnet_received_rps_total{cpu="86"} 0 node_softnet_received_rps_total{cpu="87"} 0 node_softnet_received_rps_total{cpu="88"} 0 node_softnet_received_rps_total{cpu="89"} 0 node_softnet_received_rps_total{cpu="9"} 0 node_softnet_received_rps_total{cpu="90"} 0 node_softnet_received_rps_total{cpu="91"} 0 node_softnet_received_rps_total{cpu="92"} 0 node_softnet_received_rps_total{cpu="93"} 0 node_softnet_received_rps_total{cpu="94"} 0 node_softnet_received_rps_total{cpu="95"} 0 node_softnet_received_rps_total{cpu="96"} 0 node_softnet_received_rps_total{cpu="97"} 0 node_softnet_received_rps_total{cpu="98"} 0 node_softnet_received_rps_total{cpu="99"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 420 node_softnet_times_squeezed_total{cpu="1"} 153 node_softnet_times_squeezed_total{cpu="10"} 4579 node_softnet_times_squeezed_total{cpu="100"} 3357 node_softnet_times_squeezed_total{cpu="101"} 18965 node_softnet_times_squeezed_total{cpu="102"} 7208 node_softnet_times_squeezed_total{cpu="103"} 8697 node_softnet_times_squeezed_total{cpu="104"} 2558 node_softnet_times_squeezed_total{cpu="105"} 9939 node_softnet_times_squeezed_total{cpu="106"} 4356 node_softnet_times_squeezed_total{cpu="107"} 40 node_softnet_times_squeezed_total{cpu="108"} 2275 node_softnet_times_squeezed_total{cpu="109"} 38 node_softnet_times_squeezed_total{cpu="11"} 20675 node_softnet_times_squeezed_total{cpu="110"} 3983 node_softnet_times_squeezed_total{cpu="111"} 11014 node_softnet_times_squeezed_total{cpu="112"} 8124 node_softnet_times_squeezed_total{cpu="113"} 27206 node_softnet_times_squeezed_total{cpu="114"} 22962 node_softnet_times_squeezed_total{cpu="115"} 16 node_softnet_times_squeezed_total{cpu="116"} 7812 node_softnet_times_squeezed_total{cpu="117"} 23 node_softnet_times_squeezed_total{cpu="118"} 4600 node_softnet_times_squeezed_total{cpu="119"} 6 node_softnet_times_squeezed_total{cpu="12"} 3642 node_softnet_times_squeezed_total{cpu="120"} 2968 node_softnet_times_squeezed_total{cpu="121"} 34443 node_softnet_times_squeezed_total{cpu="122"} 12007 node_softnet_times_squeezed_total{cpu="123"} 16 node_softnet_times_squeezed_total{cpu="124"} 10610 node_softnet_times_squeezed_total{cpu="125"} 41 node_softnet_times_squeezed_total{cpu="126"} 1363 node_softnet_times_squeezed_total{cpu="127"} 37 node_softnet_times_squeezed_total{cpu="13"} 13098 node_softnet_times_squeezed_total{cpu="14"} 16096 node_softnet_times_squeezed_total{cpu="15"} 34 node_softnet_times_squeezed_total{cpu="16"} 280 node_softnet_times_squeezed_total{cpu="17"} 6558 node_softnet_times_squeezed_total{cpu="18"} 172 node_softnet_times_squeezed_total{cpu="19"} 12558 node_softnet_times_squeezed_total{cpu="2"} 559 node_softnet_times_squeezed_total{cpu="20"} 4830 node_softnet_times_squeezed_total{cpu="21"} 11153 node_softnet_times_squeezed_total{cpu="22"} 15640 node_softnet_times_squeezed_total{cpu="23"} 4239 node_softnet_times_squeezed_total{cpu="24"} 18171 node_softnet_times_squeezed_total{cpu="25"} 1190 node_softnet_times_squeezed_total{cpu="26"} 2434 node_softnet_times_squeezed_total{cpu="27"} 6024 node_softnet_times_squeezed_total{cpu="28"} 7991 node_softnet_times_squeezed_total{cpu="29"} 11195 node_softnet_times_squeezed_total{cpu="3"} 93 node_softnet_times_squeezed_total{cpu="30"} 9676 node_softnet_times_squeezed_total{cpu="31"} 19981 node_softnet_times_squeezed_total{cpu="32"} 11847 node_softnet_times_squeezed_total{cpu="33"} 230 node_softnet_times_squeezed_total{cpu="34"} 179 node_softnet_times_squeezed_total{cpu="35"} 174 node_softnet_times_squeezed_total{cpu="36"} 595 node_softnet_times_squeezed_total{cpu="37"} 9061 node_softnet_times_squeezed_total{cpu="38"} 2223 node_softnet_times_squeezed_total{cpu="39"} 8337 node_softnet_times_squeezed_total{cpu="4"} 8303 node_softnet_times_squeezed_total{cpu="40"} 8664 node_softnet_times_squeezed_total{cpu="41"} 7756 node_softnet_times_squeezed_total{cpu="42"} 15931 node_softnet_times_squeezed_total{cpu="43"} 123 node_softnet_times_squeezed_total{cpu="44"} 289 node_softnet_times_squeezed_total{cpu="45"} 14070 node_softnet_times_squeezed_total{cpu="46"} 649 node_softnet_times_squeezed_total{cpu="47"} 11097 node_softnet_times_squeezed_total{cpu="48"} 9313 node_softnet_times_squeezed_total{cpu="49"} 28654 node_softnet_times_squeezed_total{cpu="5"} 3618 node_softnet_times_squeezed_total{cpu="50"} 21854 node_softnet_times_squeezed_total{cpu="51"} 78 node_softnet_times_squeezed_total{cpu="52"} 18706 node_softnet_times_squeezed_total{cpu="53"} 13158 node_softnet_times_squeezed_total{cpu="54"} 1065 node_softnet_times_squeezed_total{cpu="55"} 10352 node_softnet_times_squeezed_total{cpu="56"} 11281 node_softnet_times_squeezed_total{cpu="57"} 21940 node_softnet_times_squeezed_total{cpu="58"} 48908 node_softnet_times_squeezed_total{cpu="59"} 24574 node_softnet_times_squeezed_total{cpu="6"} 9572 node_softnet_times_squeezed_total{cpu="60"} 14873 node_softnet_times_squeezed_total{cpu="61"} 19 node_softnet_times_squeezed_total{cpu="62"} 19 node_softnet_times_squeezed_total{cpu="63"} 9243 node_softnet_times_squeezed_total{cpu="64"} 35 node_softnet_times_squeezed_total{cpu="65"} 16 node_softnet_times_squeezed_total{cpu="66"} 1682 node_softnet_times_squeezed_total{cpu="67"} 27 node_softnet_times_squeezed_total{cpu="68"} 17921 node_softnet_times_squeezed_total{cpu="69"} 16707 node_softnet_times_squeezed_total{cpu="7"} 6749 node_softnet_times_squeezed_total{cpu="70"} 13 node_softnet_times_squeezed_total{cpu="71"} 19411 node_softnet_times_squeezed_total{cpu="72"} 22 node_softnet_times_squeezed_total{cpu="73"} 27702 node_softnet_times_squeezed_total{cpu="74"} 126 node_softnet_times_squeezed_total{cpu="75"} 20787 node_softnet_times_squeezed_total{cpu="76"} 6784 node_softnet_times_squeezed_total{cpu="77"} 12265 node_softnet_times_squeezed_total{cpu="78"} 12507 node_softnet_times_squeezed_total{cpu="79"} 22 node_softnet_times_squeezed_total{cpu="8"} 3310 node_softnet_times_squeezed_total{cpu="80"} 3149 node_softnet_times_squeezed_total{cpu="81"} 19733 node_softnet_times_squeezed_total{cpu="82"} 9579 node_softnet_times_squeezed_total{cpu="83"} 17401 node_softnet_times_squeezed_total{cpu="84"} 6761 node_softnet_times_squeezed_total{cpu="85"} 35865 node_softnet_times_squeezed_total{cpu="86"} 2859 node_softnet_times_squeezed_total{cpu="87"} 20 node_softnet_times_squeezed_total{cpu="88"} 24278 node_softnet_times_squeezed_total{cpu="89"} 21 node_softnet_times_squeezed_total{cpu="9"} 14071 node_softnet_times_squeezed_total{cpu="90"} 2928 node_softnet_times_squeezed_total{cpu="91"} 29545 node_softnet_times_squeezed_total{cpu="92"} 4780 node_softnet_times_squeezed_total{cpu="93"} 22918 node_softnet_times_squeezed_total{cpu="94"} 1632 node_softnet_times_squeezed_total{cpu="95"} 17309 node_softnet_times_squeezed_total{cpu="96"} 7175 node_softnet_times_squeezed_total{cpu="97"} 54 node_softnet_times_squeezed_total{cpu="98"} 4127 node_softnet_times_squeezed_total{cpu="99"} 65 # HELP node_systemd_socket_accepted_connections_total Total number of accepted socket connections # TYPE node_systemd_socket_accepted_connections_total counter node_systemd_socket_accepted_connections_total{name="dbus.socket"} 0 node_systemd_socket_accepted_connections_total{name="nix-daemon.socket"} 0 node_systemd_socket_accepted_connections_total{name="rpcbind.socket"} 0 node_systemd_socket_accepted_connections_total{name="smsinfo@sockets.socket"} 0 node_systemd_socket_accepted_connections_total{name="sshd-unix-local.socket"} 0 node_systemd_socket_accepted_connections_total{name="syslog.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-ask-password.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-bootctl.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-coredump.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-creds.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-factory-reset.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-hostnamed.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-importd.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-journalctl.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-journald-dev-log.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-journald.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-machined.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-mute-console.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-pcrextend.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-pcrlock.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-repart.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-udevd-control.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-udevd-kernel.socket"} 0 node_systemd_socket_accepted_connections_total{name="systemd-udevd-varlink.socket"} 0 # HELP node_systemd_socket_current_connections Current number of socket connections # TYPE node_systemd_socket_current_connections gauge node_systemd_socket_current_connections{name="dbus.socket"} 0 node_systemd_socket_current_connections{name="nix-daemon.socket"} 0 node_systemd_socket_current_connections{name="rpcbind.socket"} 0 node_systemd_socket_current_connections{name="smsinfo@sockets.socket"} 0 node_systemd_socket_current_connections{name="sshd-unix-local.socket"} 0 node_systemd_socket_current_connections{name="syslog.socket"} 0 node_systemd_socket_current_connections{name="systemd-ask-password.socket"} 0 node_systemd_socket_current_connections{name="systemd-bootctl.socket"} 0 node_systemd_socket_current_connections{name="systemd-coredump.socket"} 0 node_systemd_socket_current_connections{name="systemd-creds.socket"} 0 node_systemd_socket_current_connections{name="systemd-factory-reset.socket"} 0 node_systemd_socket_current_connections{name="systemd-hostnamed.socket"} 0 node_systemd_socket_current_connections{name="systemd-importd.socket"} 0 node_systemd_socket_current_connections{name="systemd-journalctl.socket"} 0 node_systemd_socket_current_connections{name="systemd-journald-dev-log.socket"} 0 node_systemd_socket_current_connections{name="systemd-journald.socket"} 0 node_systemd_socket_current_connections{name="systemd-machined.socket"} 0 node_systemd_socket_current_connections{name="systemd-mute-console.socket"} 0 node_systemd_socket_current_connections{name="systemd-pcrextend.socket"} 0 node_systemd_socket_current_connections{name="systemd-pcrlock.socket"} 0 node_systemd_socket_current_connections{name="systemd-repart.socket"} 0 node_systemd_socket_current_connections{name="systemd-udevd-control.socket"} 0 node_systemd_socket_current_connections{name="systemd-udevd-kernel.socket"} 0 node_systemd_socket_current_connections{name="systemd-udevd-varlink.socket"} 0 # HELP node_systemd_socket_refused_connections_total Total number of refused socket connections # TYPE node_systemd_socket_refused_connections_total gauge node_systemd_socket_refused_connections_total{name="dbus.socket"} 0 node_systemd_socket_refused_connections_total{name="nix-daemon.socket"} 0 node_systemd_socket_refused_connections_total{name="rpcbind.socket"} 0 node_systemd_socket_refused_connections_total{name="smsinfo@sockets.socket"} 0 node_systemd_socket_refused_connections_total{name="sshd-unix-local.socket"} 0 node_systemd_socket_refused_connections_total{name="syslog.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-ask-password.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-bootctl.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-coredump.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-creds.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-factory-reset.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-hostnamed.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-importd.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-journalctl.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-journald-dev-log.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-journald.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-machined.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-mute-console.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-pcrextend.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-pcrlock.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-repart.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-udevd-control.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-udevd-kernel.socket"} 0 node_systemd_socket_refused_connections_total{name="systemd-udevd-varlink.socket"} 0 # HELP node_systemd_system_running Whether the system is operational (see 'systemctl is-system-running') # TYPE node_systemd_system_running gauge node_systemd_system_running 1 # HELP node_systemd_timer_last_trigger_seconds Seconds since epoch of last trigger. # TYPE node_systemd_timer_last_trigger_seconds gauge node_systemd_timer_last_trigger_seconds{name="acme-renew-api.seslost.cz.timer"} 1.784169713753117e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-brana.seslost.cz.timer"} 1.784208178829854e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-cache.seslost.cz.timer"} 1.784207196197227e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-databaze.seslost.cz.timer"} 1.784133393975316e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-fuska.sifrovacky.cz.timer"} 1.784154869284122e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-inula.sifrovacky.cz.timer"} 1.784214757214083e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-kachna.sifrovacky.cz.timer"} 1.784139162226494e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-kolecko.sifrovacky.cz.timer"} 1.784194234482782e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-matrix.sifrovacky.cz.timer"} 1.784214029618184e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-michana.sifrovacky.cz.timer"} 1.784182705461979e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-parek.sifrovacky.cz.timer"} 1.784154629252695e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-potrati.cz.timer"} 1.78420511842469e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-prometheus.seslost.cz.timer"} 1.784210129097362e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-rajce.seslost.cz.timer"} 1.784147728342792e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-rspamd.prometheus.seslost.cz.timer"} 1.784206011041093e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-seslost.cz.timer"} 1.784153481602162e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-sifrovacky.cz.timer"} 1.784170111304375e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-statek.seslost.cz.timer"} 1.784135666771691e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-stream.seslost.cz.timer"} 1.784148793481883e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-trakar.potrati.cz.timer"} 1.784204548346893e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-trakar.seslost.cz.timer"} 1.784182682958414e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-www.potrati.cz.timer"} 1.78413847626012e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-www.seslost.cz.timer"} 1.7841721215617e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-www.sifrovacky.cz.timer"} 1.784163040121262e+09 node_systemd_timer_last_trigger_seconds{name="backup.timer"} 1.784215563743783e+09 node_systemd_timer_last_trigger_seconds{name="domain-recognize-clans.timer"} 1.784158792294074e+09 node_systemd_timer_last_trigger_seconds{name="domain-recognize-players.timer"} 1.784160757563389e+09 node_systemd_timer_last_trigger_seconds{name="domain-recognize-users.timer"} 1.784164553069699e+09 node_systemd_timer_last_trigger_seconds{name="fstrim.timer"} 0 node_systemd_timer_last_trigger_seconds{name="ladder.timer"} 1.784155941928375e+09 node_systemd_timer_last_trigger_seconds{name="logrotate.timer"} 1.784217600089603e+09 node_systemd_timer_last_trigger_seconds{name="nix-gc.timer"} 1.783893603744151e+09 node_systemd_timer_last_trigger_seconds{name="rspamd-dmarc-reporter.timer"} 1.784199545183356e+09 node_systemd_timer_last_trigger_seconds{name="spider-payments.timer"} 1.784217952634393e+09 node_systemd_timer_last_trigger_seconds{name="spider.timer"} 1.784156752036563e+09 node_systemd_timer_last_trigger_seconds{name="systemd-tmpfiles-clean.timer"} 1.784187676257877e+09 # HELP node_systemd_unit_state Systemd unit # TYPE node_systemd_unit_state gauge node_systemd_unit_state{name="acme-account-1168ccd73043e3de2e26.target",state="activating",type=""} 0 node_systemd_unit_state{name="acme-account-1168ccd73043e3de2e26.target",state="active",type=""} 1 node_systemd_unit_state{name="acme-account-1168ccd73043e3de2e26.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-account-1168ccd73043e3de2e26.target",state="failed",type=""} 0 node_systemd_unit_state{name="acme-account-1168ccd73043e3de2e26.target",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-api.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-api.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-api.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-api.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-api.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-brana.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-brana.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-brana.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-brana.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-brana.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-cache.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-cache.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-cache.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-cache.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-cache.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-databaze.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-databaze.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-databaze.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-databaze.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-databaze.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-fuska.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-fuska.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-fuska.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-fuska.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-fuska.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-inula.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-inula.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-inula.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-inula.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-inula.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-kachna.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-kachna.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-kachna.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-kachna.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-kachna.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-kolecko.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-kolecko.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-kolecko.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-kolecko.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-kolecko.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-matrix.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-matrix.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-matrix.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-matrix.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-matrix.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-michana.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-michana.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-michana.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-michana.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-michana.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-api.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-api.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-api.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-api.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-api.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-brana.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-brana.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-brana.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-brana.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-brana.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-cache.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-cache.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-cache.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-cache.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-cache.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-databaze.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-databaze.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-databaze.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-databaze.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-databaze.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-fuska.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-fuska.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-fuska.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-fuska.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-fuska.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-inula.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-inula.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-inula.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-inula.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-inula.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-kachna.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kachna.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kachna.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kachna.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kachna.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-kolecko.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kolecko.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kolecko.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kolecko.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-kolecko.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-matrix.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-matrix.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-matrix.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-matrix.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-matrix.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-michana.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-michana.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-michana.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-michana.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-michana.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-parek.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-parek.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-parek.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-parek.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-parek.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-potrati.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-potrati.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-potrati.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-potrati.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-potrati.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-prometheus.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-prometheus.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-prometheus.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-prometheus.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-prometheus.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-rajce.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rajce.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rajce.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rajce.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rajce.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-rspamd.prometheus.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rspamd.prometheus.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rspamd.prometheus.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rspamd.prometheus.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rspamd.prometheus.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-statek.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-statek.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-statek.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-statek.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-statek.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-stream.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-stream.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-stream.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-stream.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-stream.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-trakar.potrati.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.potrati.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.potrati.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.potrati.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.potrati.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-trakar.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-trakar.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-www.potrati.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.potrati.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.potrati.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.potrati.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.potrati.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-www.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.seslost.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-order-renew-www.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.sifrovacky.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-www.sifrovacky.cz.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="acme-parek.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-parek.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-parek.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-parek.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-parek.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-potrati.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-potrati.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-potrati.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-potrati.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-potrati.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-prometheus.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-prometheus.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-prometheus.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-prometheus.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-prometheus.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-rajce.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-rajce.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-rajce.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-rajce.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-rajce.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-renew-api.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-api.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-api.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-api.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-api.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-brana.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-brana.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-brana.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-brana.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-brana.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-cache.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-cache.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-cache.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-cache.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-cache.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-databaze.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-databaze.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-databaze.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-databaze.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-databaze.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-fuska.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-fuska.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-fuska.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-fuska.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-fuska.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-inula.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-inula.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-inula.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-inula.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-inula.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-kachna.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-kachna.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-kachna.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-kachna.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-kachna.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-kolecko.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-kolecko.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-kolecko.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-kolecko.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-kolecko.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-matrix.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-matrix.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-matrix.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-matrix.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-matrix.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-michana.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-michana.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-michana.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-michana.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-michana.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-parek.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-parek.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-parek.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-parek.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-parek.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-potrati.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-potrati.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-potrati.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-potrati.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-potrati.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-prometheus.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-prometheus.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-prometheus.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-prometheus.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-prometheus.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-rajce.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-rajce.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-rajce.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-rajce.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-rajce.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-rspamd.prometheus.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-rspamd.prometheus.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-rspamd.prometheus.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-rspamd.prometheus.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-rspamd.prometheus.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-statek.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-statek.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-statek.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-statek.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-statek.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-stream.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-stream.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-stream.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-stream.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-stream.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.potrati.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.potrati.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-trakar.potrati.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.potrati.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.potrati.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-trakar.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-trakar.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-www.potrati.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-www.potrati.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-www.potrati.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-www.potrati.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-www.potrati.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-www.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-www.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-www.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-www.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-www.seslost.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-renew-www.sifrovacky.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-www.sifrovacky.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-www.sifrovacky.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-www.sifrovacky.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-www.sifrovacky.cz.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="acme-rspamd.prometheus.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-rspamd.prometheus.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-rspamd.prometheus.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-rspamd.prometheus.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-rspamd.prometheus.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-statek.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-statek.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-statek.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-statek.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-statek.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-stream.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-stream.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-stream.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-stream.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-stream.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.potrati.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.potrati.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-trakar.potrati.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.potrati.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.potrati.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-trakar.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-trakar.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.potrati.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.potrati.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-www.potrati.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.potrati.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.potrati.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-www.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.seslost.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.sifrovacky.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.sifrovacky.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-www.sifrovacky.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.sifrovacky.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-www.sifrovacky.cz.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="auth-rpcgss-module.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="auth-rpcgss-module.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="auth-rpcgss-module.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="auth-rpcgss-module.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="auth-rpcgss-module.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="backup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="backup.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="backup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="backup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="backup.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="backup.timer",state="activating",type=""} 0 node_systemd_unit_state{name="backup.timer",state="active",type=""} 1 node_systemd_unit_state{name="backup.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="backup.timer",state="failed",type=""} 0 node_systemd_unit_state{name="backup.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="basic.target",state="activating",type=""} 0 node_systemd_unit_state{name="basic.target",state="active",type=""} 1 node_systemd_unit_state{name="basic.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="basic.target",state="failed",type=""} 0 node_systemd_unit_state{name="basic.target",state="inactive",type=""} 0 node_systemd_unit_state{name="console-getty.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="console-getty.service",state="active",type="idle"} 1 node_systemd_unit_state{name="console-getty.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="console-getty.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="console-getty.service",state="inactive",type="idle"} 0 node_systemd_unit_state{name="container-getty@1.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="container-getty@1.service",state="active",type="idle"} 1 node_systemd_unit_state{name="container-getty@1.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="container-getty@1.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="container-getty@1.service",state="inactive",type="idle"} 0 node_systemd_unit_state{name="container-getty@2.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="container-getty@2.service",state="active",type="idle"} 1 node_systemd_unit_state{name="container-getty@2.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="container-getty@2.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="container-getty@2.service",state="inactive",type="idle"} 0 node_systemd_unit_state{name="container-getty@3.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="container-getty@3.service",state="active",type="idle"} 1 node_systemd_unit_state{name="container-getty@3.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="container-getty@3.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="container-getty@3.service",state="inactive",type="idle"} 0 node_systemd_unit_state{name="container-getty@4.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="container-getty@4.service",state="active",type="idle"} 1 node_systemd_unit_state{name="container-getty@4.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="container-getty@4.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="container-getty@4.service",state="inactive",type="idle"} 0 node_systemd_unit_state{name="cryptsetup.target",state="activating",type=""} 0 node_systemd_unit_state{name="cryptsetup.target",state="active",type=""} 1 node_systemd_unit_state{name="cryptsetup.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="cryptsetup.target",state="failed",type=""} 0 node_systemd_unit_state{name="cryptsetup.target",state="inactive",type=""} 0 node_systemd_unit_state{name="dbus-broker.service",state="activating",type="notify-reload"} 0 node_systemd_unit_state{name="dbus-broker.service",state="active",type="notify-reload"} 1 node_systemd_unit_state{name="dbus-broker.service",state="deactivating",type="notify-reload"} 0 node_systemd_unit_state{name="dbus-broker.service",state="failed",type="notify-reload"} 0 node_systemd_unit_state{name="dbus-broker.service",state="inactive",type="notify-reload"} 0 node_systemd_unit_state{name="dbus.socket",state="activating",type=""} 0 node_systemd_unit_state{name="dbus.socket",state="active",type=""} 1 node_systemd_unit_state{name="dbus.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="dbus.socket",state="failed",type=""} 0 node_systemd_unit_state{name="dbus.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="dhcpcd.service",state="activating",type="forking"} 0 node_systemd_unit_state{name="dhcpcd.service",state="active",type="forking"} 1 node_systemd_unit_state{name="dhcpcd.service",state="deactivating",type="forking"} 0 node_systemd_unit_state{name="dhcpcd.service",state="failed",type="forking"} 0 node_systemd_unit_state{name="dhcpcd.service",state="inactive",type="forking"} 0 node_systemd_unit_state{name="domain-recognize-clans.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-clans.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-clans.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-clans.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-clans.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="domain-recognize-clans.timer",state="activating",type=""} 0 node_systemd_unit_state{name="domain-recognize-clans.timer",state="active",type=""} 1 node_systemd_unit_state{name="domain-recognize-clans.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="domain-recognize-clans.timer",state="failed",type=""} 0 node_systemd_unit_state{name="domain-recognize-clans.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="domain-recognize-players.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-players.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-players.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-players.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-players.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="domain-recognize-players.timer",state="activating",type=""} 0 node_systemd_unit_state{name="domain-recognize-players.timer",state="active",type=""} 1 node_systemd_unit_state{name="domain-recognize-players.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="domain-recognize-players.timer",state="failed",type=""} 0 node_systemd_unit_state{name="domain-recognize-players.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="domain-recognize-users.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-users.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-users.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-users.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="domain-recognize-users.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="domain-recognize-users.timer",state="activating",type=""} 0 node_systemd_unit_state{name="domain-recognize-users.timer",state="active",type=""} 1 node_systemd_unit_state{name="domain-recognize-users.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="domain-recognize-users.timer",state="failed",type=""} 0 node_systemd_unit_state{name="domain-recognize-users.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="dovecot.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="dovecot.service",state="active",type="notify"} 1 node_systemd_unit_state{name="dovecot.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="dovecot.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="dovecot.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="emergency.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="active",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="emergency.service",state="inactive",type="idle"} 1 node_systemd_unit_state{name="emergency.target",state="activating",type=""} 0 node_systemd_unit_state{name="emergency.target",state="active",type=""} 0 node_systemd_unit_state{name="emergency.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="emergency.target",state="failed",type=""} 0 node_systemd_unit_state{name="emergency.target",state="inactive",type=""} 1 node_systemd_unit_state{name="fail2ban.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="fail2ban.service",state="active",type="simple"} 1 node_systemd_unit_state{name="fail2ban.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="fail2ban.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="fail2ban.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="final.target",state="activating",type=""} 0 node_systemd_unit_state{name="final.target",state="active",type=""} 0 node_systemd_unit_state{name="final.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="final.target",state="failed",type=""} 0 node_systemd_unit_state{name="final.target",state="inactive",type=""} 1 node_systemd_unit_state{name="first-boot-complete.target",state="activating",type=""} 0 node_systemd_unit_state{name="first-boot-complete.target",state="active",type=""} 0 node_systemd_unit_state{name="first-boot-complete.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="first-boot-complete.target",state="failed",type=""} 0 node_systemd_unit_state{name="first-boot-complete.target",state="inactive",type=""} 1 node_systemd_unit_state{name="fstrim.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="fstrim.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="fstrim.timer",state="activating",type=""} 0 node_systemd_unit_state{name="fstrim.timer",state="active",type=""} 0 node_systemd_unit_state{name="fstrim.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="fstrim.timer",state="failed",type=""} 0 node_systemd_unit_state{name="fstrim.timer",state="inactive",type=""} 1 node_systemd_unit_state{name="generate-shutdown-ramfs.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="generate-shutdown-ramfs.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="generate-shutdown-ramfs.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="generate-shutdown-ramfs.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="generate-shutdown-ramfs.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="getmail.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="getmail.service",state="active",type="simple"} 1 node_systemd_unit_state{name="getmail.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="getmail.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="getmail.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="getty-pre.target",state="activating",type=""} 0 node_systemd_unit_state{name="getty-pre.target",state="active",type=""} 0 node_systemd_unit_state{name="getty-pre.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="getty-pre.target",state="failed",type=""} 0 node_systemd_unit_state{name="getty-pre.target",state="inactive",type=""} 1 node_systemd_unit_state{name="getty.target",state="activating",type=""} 0 node_systemd_unit_state{name="getty.target",state="active",type=""} 1 node_systemd_unit_state{name="getty.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="getty.target",state="failed",type=""} 0 node_systemd_unit_state{name="getty.target",state="inactive",type=""} 0 node_systemd_unit_state{name="getty@tty1.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="getty@tty1.service",state="active",type="idle"} 0 node_systemd_unit_state{name="getty@tty1.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="getty@tty1.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="getty@tty1.service",state="inactive",type="idle"} 1 node_systemd_unit_state{name="gitlab-runner.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="gitlab-runner.service",state="active",type="simple"} 1 node_systemd_unit_state{name="gitlab-runner.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="gitlab-runner.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="gitlab-runner.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="home-manager-ales.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-ales.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="home-manager-ales.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-ales.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-ales.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-tomas.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-tomas.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="home-manager-tomas.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-tomas.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-tomas.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-yeti.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-yeti.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="home-manager-yeti.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-yeti.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-yeti.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="immich-machine-learning.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="immich-machine-learning.service",state="active",type="simple"} 1 node_systemd_unit_state{name="immich-machine-learning.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="immich-machine-learning.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="immich-machine-learning.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="immich-server.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="immich-server.service",state="active",type="simple"} 1 node_systemd_unit_state{name="immich-server.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="immich-server.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="immich-server.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="kmod-static-nodes.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="knot.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="knot.service",state="active",type="notify"} 1 node_systemd_unit_state{name="knot.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="knot.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="knot.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="ladder.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="ladder.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="ladder.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="ladder.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="ladder.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="ladder.timer",state="activating",type=""} 0 node_systemd_unit_state{name="ladder.timer",state="active",type=""} 1 node_systemd_unit_state{name="ladder.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="ladder.timer",state="failed",type=""} 0 node_systemd_unit_state{name="ladder.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="lastlog2-import.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="lastlog2-import.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="lastlog2-import.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="lastlog2-import.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="lastlog2-import.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="linger-users.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="linger-users.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="linger-users.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="linger-users.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="linger-users.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="local-fs-pre.target",state="activating",type=""} 0 node_systemd_unit_state{name="local-fs-pre.target",state="active",type=""} 1 node_systemd_unit_state{name="local-fs-pre.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="local-fs-pre.target",state="failed",type=""} 0 node_systemd_unit_state{name="local-fs-pre.target",state="inactive",type=""} 0 node_systemd_unit_state{name="local-fs.target",state="activating",type=""} 0 node_systemd_unit_state{name="local-fs.target",state="active",type=""} 1 node_systemd_unit_state{name="local-fs.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="local-fs.target",state="failed",type=""} 0 node_systemd_unit_state{name="local-fs.target",state="inactive",type=""} 0 node_systemd_unit_state{name="logrotate-checkconf.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="logrotate-checkconf.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="logrotate-checkconf.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="logrotate-checkconf.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="logrotate-checkconf.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="logrotate.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="logrotate.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="logrotate.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="logrotate.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="logrotate.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="logrotate.timer",state="activating",type=""} 0 node_systemd_unit_state{name="logrotate.timer",state="active",type=""} 1 node_systemd_unit_state{name="logrotate.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="logrotate.timer",state="failed",type=""} 0 node_systemd_unit_state{name="logrotate.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="machines.target",state="activating",type=""} 0 node_systemd_unit_state{name="machines.target",state="active",type=""} 1 node_systemd_unit_state{name="machines.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="machines.target",state="failed",type=""} 0 node_systemd_unit_state{name="machines.target",state="inactive",type=""} 0 node_systemd_unit_state{name="mandb.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="mandb.service",state="active",type="simple"} 0 node_systemd_unit_state{name="mandb.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="mandb.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="mandb.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="modprobe@drm.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@drm.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@efi_pstore.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="modprobe@fuse.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="modprobe@fuse.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="multi-user.target",state="activating",type=""} 0 node_systemd_unit_state{name="multi-user.target",state="active",type=""} 1 node_systemd_unit_state{name="multi-user.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="multi-user.target",state="failed",type=""} 0 node_systemd_unit_state{name="multi-user.target",state="inactive",type=""} 0 node_systemd_unit_state{name="network-addresses-venet0.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="network-addresses-venet0.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="network-addresses-venet0.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="network-addresses-venet0.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="network-addresses-venet0.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="network-local-commands.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="network-local-commands.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="network-local-commands.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="network-local-commands.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="network-local-commands.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="network-online.target",state="activating",type=""} 0 node_systemd_unit_state{name="network-online.target",state="active",type=""} 1 node_systemd_unit_state{name="network-online.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="network-online.target",state="failed",type=""} 0 node_systemd_unit_state{name="network-online.target",state="inactive",type=""} 0 node_systemd_unit_state{name="network-pre.target",state="activating",type=""} 0 node_systemd_unit_state{name="network-pre.target",state="active",type=""} 1 node_systemd_unit_state{name="network-pre.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="network-pre.target",state="failed",type=""} 0 node_systemd_unit_state{name="network-pre.target",state="inactive",type=""} 0 node_systemd_unit_state{name="network.target",state="activating",type=""} 0 node_systemd_unit_state{name="network.target",state="active",type=""} 1 node_systemd_unit_state{name="network.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="network.target",state="failed",type=""} 0 node_systemd_unit_state{name="network.target",state="inactive",type=""} 0 node_systemd_unit_state{name="networking-scripted.target",state="activating",type=""} 0 node_systemd_unit_state{name="networking-scripted.target",state="active",type=""} 0 node_systemd_unit_state{name="networking-scripted.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="networking-scripted.target",state="failed",type=""} 0 node_systemd_unit_state{name="networking-scripted.target",state="inactive",type=""} 1 node_systemd_unit_state{name="networking-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="networking-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="networking-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="networking-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="networking-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="nfs-client.target",state="activating",type=""} 0 node_systemd_unit_state{name="nfs-client.target",state="active",type=""} 1 node_systemd_unit_state{name="nfs-client.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="nfs-client.target",state="failed",type=""} 0 node_systemd_unit_state{name="nfs-client.target",state="inactive",type=""} 0 node_systemd_unit_state{name="nfs-utils.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="nfs-utils.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="nfs-utils.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="nfs-utils.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="nfs-utils.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="nftables.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="nftables.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="nftables.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="nftables.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="nftables.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="nginx-config-reload.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="nginx-config-reload.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="nginx-config-reload.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="nginx-config-reload.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="nginx-config-reload.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="nginx.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="nginx.service",state="active",type="simple"} 1 node_systemd_unit_state{name="nginx.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="nginx.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="nginx.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="nix-daemon.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="nix-daemon.service",state="active",type="simple"} 1 node_systemd_unit_state{name="nix-daemon.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="nix-daemon.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="nix-daemon.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="nix-daemon.socket",state="activating",type=""} 0 node_systemd_unit_state{name="nix-daemon.socket",state="active",type=""} 1 node_systemd_unit_state{name="nix-daemon.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="nix-daemon.socket",state="failed",type=""} 0 node_systemd_unit_state{name="nix-daemon.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="nix-gc.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="nix-gc.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="nix-gc.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="nix-gc.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="nix-gc.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="nix-gc.timer",state="activating",type=""} 0 node_systemd_unit_state{name="nix-gc.timer",state="active",type=""} 1 node_systemd_unit_state{name="nix-gc.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="nix-gc.timer",state="failed",type=""} 0 node_systemd_unit_state{name="nix-gc.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="nix-serve.service",state="activating",type="exec"} 0 node_systemd_unit_state{name="nix-serve.service",state="active",type="exec"} 1 node_systemd_unit_state{name="nix-serve.service",state="deactivating",type="exec"} 0 node_systemd_unit_state{name="nix-serve.service",state="failed",type="exec"} 0 node_systemd_unit_state{name="nix-serve.service",state="inactive",type="exec"} 0 node_systemd_unit_state{name="nscd.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="nscd.service",state="active",type="notify"} 1 node_systemd_unit_state{name="nscd.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="nscd.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="nscd.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="nss-lookup.target",state="activating",type=""} 0 node_systemd_unit_state{name="nss-lookup.target",state="active",type=""} 1 node_systemd_unit_state{name="nss-lookup.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="nss-lookup.target",state="failed",type=""} 0 node_systemd_unit_state{name="nss-lookup.target",state="inactive",type=""} 0 node_systemd_unit_state{name="nss-user-lookup.target",state="activating",type=""} 0 node_systemd_unit_state{name="nss-user-lookup.target",state="active",type=""} 1 node_systemd_unit_state{name="nss-user-lookup.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="nss-user-lookup.target",state="failed",type=""} 0 node_systemd_unit_state{name="nss-user-lookup.target",state="inactive",type=""} 0 node_systemd_unit_state{name="paths.target",state="activating",type=""} 0 node_systemd_unit_state{name="paths.target",state="active",type=""} 1 node_systemd_unit_state{name="paths.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="paths.target",state="failed",type=""} 0 node_systemd_unit_state{name="paths.target",state="inactive",type=""} 0 node_systemd_unit_state{name="phpfpm-inula-app.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="phpfpm-inula-app.service",state="active",type="notify"} 1 node_systemd_unit_state{name="phpfpm-inula-app.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="phpfpm-inula-app.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="phpfpm-inula-app.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="phpfpm.target",state="activating",type=""} 0 node_systemd_unit_state{name="phpfpm.target",state="active",type=""} 1 node_systemd_unit_state{name="phpfpm.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="phpfpm.target",state="failed",type=""} 0 node_systemd_unit_state{name="phpfpm.target",state="inactive",type=""} 0 node_systemd_unit_state{name="postfix-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="postfix-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="postfix-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="postfix-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="postfix-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="postfix-tlspol.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="postfix-tlspol.service",state="active",type="simple"} 1 node_systemd_unit_state{name="postfix-tlspol.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="postfix-tlspol.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="postfix-tlspol.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="postfix.service",state="activating",type="forking"} 0 node_systemd_unit_state{name="postfix.service",state="active",type="forking"} 1 node_systemd_unit_state{name="postfix.service",state="deactivating",type="forking"} 0 node_systemd_unit_state{name="postfix.service",state="failed",type="forking"} 0 node_systemd_unit_state{name="postfix.service",state="inactive",type="forking"} 0 node_systemd_unit_state{name="postgres-websockets.service",state="activating",type="exec"} 0 node_systemd_unit_state{name="postgres-websockets.service",state="active",type="exec"} 1 node_systemd_unit_state{name="postgres-websockets.service",state="deactivating",type="exec"} 0 node_systemd_unit_state{name="postgres-websockets.service",state="failed",type="exec"} 0 node_systemd_unit_state{name="postgres-websockets.service",state="inactive",type="exec"} 0 node_systemd_unit_state{name="postgresql-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="postgresql-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="postgresql-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="postgresql-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="postgresql-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="postgresql.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="postgresql.service",state="active",type="notify"} 1 node_systemd_unit_state{name="postgresql.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="postgresql.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="postgresql.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="postgresql.target",state="activating",type=""} 0 node_systemd_unit_state{name="postgresql.target",state="active",type=""} 1 node_systemd_unit_state{name="postgresql.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="postgresql.target",state="failed",type=""} 0 node_systemd_unit_state{name="postgresql.target",state="inactive",type=""} 0 node_systemd_unit_state{name="postgrest.service",state="activating",type="exec"} 0 node_systemd_unit_state{name="postgrest.service",state="active",type="exec"} 1 node_systemd_unit_state{name="postgrest.service",state="deactivating",type="exec"} 0 node_systemd_unit_state{name="postgrest.service",state="failed",type="exec"} 0 node_systemd_unit_state{name="postgrest.service",state="inactive",type="exec"} 0 node_systemd_unit_state{name="postsrsd-generate-secrets.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="postsrsd-generate-secrets.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="postsrsd-generate-secrets.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="postsrsd-generate-secrets.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="postsrsd-generate-secrets.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="postsrsd.service",state="activating",type="exec"} 0 node_systemd_unit_state{name="postsrsd.service",state="active",type="exec"} 1 node_systemd_unit_state{name="postsrsd.service",state="deactivating",type="exec"} 0 node_systemd_unit_state{name="postsrsd.service",state="failed",type="exec"} 0 node_systemd_unit_state{name="postsrsd.service",state="inactive",type="exec"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="active",type="simple"} 1 node_systemd_unit_state{name="prometheus-node-exporter.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="prometheus-node-exporter.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="prometheus-postgres-exporter.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="prometheus-postgres-exporter.service",state="active",type="simple"} 1 node_systemd_unit_state{name="prometheus-postgres-exporter.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="prometheus-postgres-exporter.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="prometheus-postgres-exporter.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="redis-immich.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="redis-immich.service",state="active",type="notify"} 1 node_systemd_unit_state{name="redis-immich.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="redis-immich.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="redis-immich.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="redis-rspamd.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="redis-rspamd.service",state="active",type="notify"} 1 node_systemd_unit_state{name="redis-rspamd.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="redis-rspamd.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="redis-rspamd.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="remote-fs-pre.target",state="activating",type=""} 0 node_systemd_unit_state{name="remote-fs-pre.target",state="active",type=""} 1 node_systemd_unit_state{name="remote-fs-pre.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="remote-fs-pre.target",state="failed",type=""} 0 node_systemd_unit_state{name="remote-fs-pre.target",state="inactive",type=""} 0 node_systemd_unit_state{name="remote-fs.target",state="activating",type=""} 0 node_systemd_unit_state{name="remote-fs.target",state="active",type=""} 1 node_systemd_unit_state{name="remote-fs.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="remote-fs.target",state="failed",type=""} 0 node_systemd_unit_state{name="remote-fs.target",state="inactive",type=""} 0 node_systemd_unit_state{name="rescue.service",state="activating",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="active",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="deactivating",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="failed",type="idle"} 0 node_systemd_unit_state{name="rescue.service",state="inactive",type="idle"} 1 node_systemd_unit_state{name="rescue.target",state="activating",type=""} 0 node_systemd_unit_state{name="rescue.target",state="active",type=""} 0 node_systemd_unit_state{name="rescue.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="rescue.target",state="failed",type=""} 0 node_systemd_unit_state{name="rescue.target",state="inactive",type=""} 1 node_systemd_unit_state{name="resolvconf.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="resolvconf.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="resolvconf.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="resolvconf.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="resolvconf.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="rpc-statd-notify.service",state="activating",type="forking"} 0 node_systemd_unit_state{name="rpc-statd-notify.service",state="active",type="forking"} 1 node_systemd_unit_state{name="rpc-statd-notify.service",state="deactivating",type="forking"} 0 node_systemd_unit_state{name="rpc-statd-notify.service",state="failed",type="forking"} 0 node_systemd_unit_state{name="rpc-statd-notify.service",state="inactive",type="forking"} 0 node_systemd_unit_state{name="rpc-svcgssd.service",state="activating",type="forking"} 0 node_systemd_unit_state{name="rpc-svcgssd.service",state="active",type="forking"} 0 node_systemd_unit_state{name="rpc-svcgssd.service",state="deactivating",type="forking"} 0 node_systemd_unit_state{name="rpc-svcgssd.service",state="failed",type="forking"} 0 node_systemd_unit_state{name="rpc-svcgssd.service",state="inactive",type="forking"} 1 node_systemd_unit_state{name="rpcbind.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="rpcbind.service",state="active",type="notify"} 1 node_systemd_unit_state{name="rpcbind.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="rpcbind.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="rpcbind.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="rpcbind.socket",state="activating",type=""} 0 node_systemd_unit_state{name="rpcbind.socket",state="active",type=""} 1 node_systemd_unit_state{name="rpcbind.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="rpcbind.socket",state="failed",type=""} 0 node_systemd_unit_state{name="rpcbind.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="rpcbind.target",state="activating",type=""} 0 node_systemd_unit_state{name="rpcbind.target",state="active",type=""} 1 node_systemd_unit_state{name="rpcbind.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="rpcbind.target",state="failed",type=""} 0 node_systemd_unit_state{name="rpcbind.target",state="inactive",type=""} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.service",state="active",type="simple"} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.service",state="inactive",type="simple"} 1 node_systemd_unit_state{name="rspamd-dmarc-reporter.timer",state="activating",type=""} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.timer",state="active",type=""} 1 node_systemd_unit_state{name="rspamd-dmarc-reporter.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.timer",state="failed",type=""} 0 node_systemd_unit_state{name="rspamd-dmarc-reporter.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="rspamd.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="rspamd.service",state="active",type="simple"} 1 node_systemd_unit_state{name="rspamd.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="rspamd.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="rspamd.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="seslost-app.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="seslost-app.service",state="active",type="simple"} 1 node_systemd_unit_state{name="seslost-app.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="seslost-app.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="seslost-app.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="seslost-jobs.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="seslost-jobs.service",state="active",type="simple"} 1 node_systemd_unit_state{name="seslost-jobs.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="seslost-jobs.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="seslost-jobs.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="shutdown.target",state="activating",type=""} 0 node_systemd_unit_state{name="shutdown.target",state="active",type=""} 0 node_systemd_unit_state{name="shutdown.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="shutdown.target",state="failed",type=""} 0 node_systemd_unit_state{name="shutdown.target",state="inactive",type=""} 1 node_systemd_unit_state{name="slices.target",state="activating",type=""} 0 node_systemd_unit_state{name="slices.target",state="active",type=""} 1 node_systemd_unit_state{name="slices.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="slices.target",state="failed",type=""} 0 node_systemd_unit_state{name="slices.target",state="inactive",type=""} 0 node_systemd_unit_state{name="smsinfo@sockets.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="smsinfo@sockets.service",state="active",type="notify"} 0 node_systemd_unit_state{name="smsinfo@sockets.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="smsinfo@sockets.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="smsinfo@sockets.service",state="inactive",type="notify"} 1 node_systemd_unit_state{name="smsinfo@sockets.socket",state="activating",type=""} 0 node_systemd_unit_state{name="smsinfo@sockets.socket",state="active",type=""} 1 node_systemd_unit_state{name="smsinfo@sockets.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="smsinfo@sockets.socket",state="failed",type=""} 0 node_systemd_unit_state{name="smsinfo@sockets.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="sockets.target",state="activating",type=""} 0 node_systemd_unit_state{name="sockets.target",state="active",type=""} 1 node_systemd_unit_state{name="sockets.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="sockets.target",state="failed",type=""} 0 node_systemd_unit_state{name="sockets.target",state="inactive",type=""} 0 node_systemd_unit_state{name="soft-reboot.target",state="activating",type=""} 0 node_systemd_unit_state{name="soft-reboot.target",state="active",type=""} 0 node_systemd_unit_state{name="soft-reboot.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="soft-reboot.target",state="failed",type=""} 0 node_systemd_unit_state{name="soft-reboot.target",state="inactive",type=""} 1 node_systemd_unit_state{name="spider-payments.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="spider-payments.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="spider-payments.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="spider-payments.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="spider-payments.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="spider-payments.timer",state="activating",type=""} 0 node_systemd_unit_state{name="spider-payments.timer",state="active",type=""} 1 node_systemd_unit_state{name="spider-payments.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="spider-payments.timer",state="failed",type=""} 0 node_systemd_unit_state{name="spider-payments.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="spider.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="spider.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="spider.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="spider.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="spider.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="spider.timer",state="activating",type=""} 0 node_systemd_unit_state{name="spider.timer",state="active",type=""} 1 node_systemd_unit_state{name="spider.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="spider.timer",state="failed",type=""} 0 node_systemd_unit_state{name="spider.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="sshd-keygen.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="sshd-keygen.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="sshd-keygen.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="sshd-keygen.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="sshd-keygen.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="sshd-unix-local.socket",state="activating",type=""} 0 node_systemd_unit_state{name="sshd-unix-local.socket",state="active",type=""} 1 node_systemd_unit_state{name="sshd-unix-local.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="sshd-unix-local.socket",state="failed",type=""} 0 node_systemd_unit_state{name="sshd-unix-local.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="sshd.service",state="activating",type="notify-reload"} 0 node_systemd_unit_state{name="sshd.service",state="active",type="notify-reload"} 1 node_systemd_unit_state{name="sshd.service",state="deactivating",type="notify-reload"} 0 node_systemd_unit_state{name="sshd.service",state="failed",type="notify-reload"} 0 node_systemd_unit_state{name="sshd.service",state="inactive",type="notify-reload"} 0 node_systemd_unit_state{name="suid-sgid-wrappers.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="suid-sgid-wrappers.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="suid-sgid-wrappers.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="suid-sgid-wrappers.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="suid-sgid-wrappers.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="swap.target",state="activating",type=""} 0 node_systemd_unit_state{name="swap.target",state="active",type=""} 1 node_systemd_unit_state{name="swap.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="swap.target",state="failed",type=""} 0 node_systemd_unit_state{name="swap.target",state="inactive",type=""} 0 node_systemd_unit_state{name="sysinit-reactivation.target",state="activating",type=""} 0 node_systemd_unit_state{name="sysinit-reactivation.target",state="active",type=""} 1 node_systemd_unit_state{name="sysinit-reactivation.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="sysinit-reactivation.target",state="failed",type=""} 0 node_systemd_unit_state{name="sysinit-reactivation.target",state="inactive",type=""} 0 node_systemd_unit_state{name="sysinit.target",state="activating",type=""} 0 node_systemd_unit_state{name="sysinit.target",state="active",type=""} 1 node_systemd_unit_state{name="sysinit.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="sysinit.target",state="failed",type=""} 0 node_systemd_unit_state{name="sysinit.target",state="inactive",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="activating",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="active",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="failed",type=""} 0 node_systemd_unit_state{name="syslog.socket",state="inactive",type=""} 1 node_systemd_unit_state{name="systemd-ask-password-console.path",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.path",state="active",type=""} 1 node_systemd_unit_state{name="systemd-ask-password-console.path",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.path",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.path",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="active",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-console.service",state="inactive",type="notify"} 1 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="active",type=""} 1 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.path",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="active",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-ask-password-wall.service",state="inactive",type="notify"} 1 node_systemd_unit_state{name="systemd-ask-password.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-ask-password.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-ask-password.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-ask-password.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-boot-random-seed.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-boot-random-seed.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-boot-random-seed.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-boot-random-seed.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-boot-random-seed.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-bootctl.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-bootctl.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-bootctl.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-bootctl.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-bootctl.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-coredump.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-coredump.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-coredump.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-coredump.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-coredump.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-creds.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-creds.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-creds.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-creds.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-creds.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-factory-reset.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-factory-reset.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-factory-reset.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-factory-reset.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-factory-reset.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-fsck-root.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-hibernate-clear.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-hibernate-clear.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-hibernate-clear.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-hibernate-clear.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-hibernate-clear.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-hostnamed.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-hostnamed.service",state="active",type="notify"} 0 node_systemd_unit_state{name="systemd-hostnamed.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-hostnamed.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-hostnamed.service",state="inactive",type="notify"} 1 node_systemd_unit_state{name="systemd-hostnamed.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-hostnamed.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-hostnamed.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-hostnamed.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-hostnamed.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-importd.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="systemd-importd.service",state="active",type="notify"} 0 node_systemd_unit_state{name="systemd-importd.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="systemd-importd.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="systemd-importd.service",state="inactive",type="notify"} 1 node_systemd_unit_state{name="systemd-importd.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-importd.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-importd.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-importd.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-importd.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-journal-catalog-update.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-catalog-update.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-catalog-update.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-catalog-update.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-catalog-update.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-journal-flush.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-flush.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-journal-flush.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-flush.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journal-flush.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-journalctl.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-journalctl.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-journalctl.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-journalctl.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-journalctl.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-journald-dev-log.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-journald.service",state="activating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-journald.service",state="active",type="notify-reload"} 1 node_systemd_unit_state{name="systemd-journald.service",state="deactivating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-journald.service",state="failed",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-journald.service",state="inactive",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-journald.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-journald.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-journald.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-journald.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-journald.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-logind.service",state="activating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-logind.service",state="active",type="notify-reload"} 1 node_systemd_unit_state{name="systemd-logind.service",state="deactivating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-logind.service",state="failed",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-logind.service",state="inactive",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-machine-id-commit.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-machined.service",state="activating",type="dbus"} 0 node_systemd_unit_state{name="systemd-machined.service",state="active",type="dbus"} 0 node_systemd_unit_state{name="systemd-machined.service",state="deactivating",type="dbus"} 0 node_systemd_unit_state{name="systemd-machined.service",state="failed",type="dbus"} 0 node_systemd_unit_state{name="systemd-machined.service",state="inactive",type="dbus"} 1 node_systemd_unit_state{name="systemd-machined.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-machined.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-machined.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-machined.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-machined.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-modules-load.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-mute-console.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-mute-console.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-mute-console.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-mute-console.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-mute-console.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-pcrextend.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-pcrextend.socket",state="active",type=""} 0 node_systemd_unit_state{name="systemd-pcrextend.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-pcrextend.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-pcrextend.socket",state="inactive",type=""} 1 node_systemd_unit_state{name="systemd-pcrlock.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-pcrlock.socket",state="active",type=""} 0 node_systemd_unit_state{name="systemd-pcrlock.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-pcrlock.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-pcrlock.socket",state="inactive",type=""} 1 node_systemd_unit_state{name="systemd-pstore.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-pstore.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-random-seed.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-random-seed.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-random-seed.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-random-seed.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-random-seed.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-remount-fs.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-remount-fs.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-repart.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-repart.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-repart.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-repart.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-repart.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-soft-reboot.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-soft-reboot.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-soft-reboot.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-soft-reboot.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-soft-reboot.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="active",type=""} 1 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-clean.timer",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-tmpfiles-resetup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-resetup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-resetup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-resetup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-resetup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev-early.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev-early.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev-early.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev-early.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev-early.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup-dev.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tmpfiles-setup.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup-early.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup-early.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup-early.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup-early.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup-early.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-tpm2-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-tpm2-setup.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-udev-trigger.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-trigger.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-udev-trigger.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-trigger.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udev-trigger.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-udevd-control.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-udevd-control.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-udevd-kernel.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-udevd-varlink.socket",state="activating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-varlink.socket",state="active",type=""} 1 node_systemd_unit_state{name="systemd-udevd-varlink.socket",state="deactivating",type=""} 0 node_systemd_unit_state{name="systemd-udevd-varlink.socket",state="failed",type=""} 0 node_systemd_unit_state{name="systemd-udevd-varlink.socket",state="inactive",type=""} 0 node_systemd_unit_state{name="systemd-udevd.service",state="activating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-udevd.service",state="active",type="notify-reload"} 1 node_systemd_unit_state{name="systemd-udevd.service",state="deactivating",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-udevd.service",state="failed",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-udevd.service",state="inactive",type="notify-reload"} 0 node_systemd_unit_state{name="systemd-update-done.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-done.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-done.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-done.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-done.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="systemd-update-utmp.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-update-utmp.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-update-utmp.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="systemd-user-sessions.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="systemd-user-sessions.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="tailscaled.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="tailscaled.service",state="active",type="notify"} 1 node_systemd_unit_state{name="tailscaled.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="tailscaled.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="tailscaled.service",state="inactive",type="notify"} 0 node_systemd_unit_state{name="time-set.target",state="activating",type=""} 0 node_systemd_unit_state{name="time-set.target",state="active",type=""} 0 node_systemd_unit_state{name="time-set.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="time-set.target",state="failed",type=""} 0 node_systemd_unit_state{name="time-set.target",state="inactive",type=""} 1 node_systemd_unit_state{name="time-sync.target",state="activating",type=""} 0 node_systemd_unit_state{name="time-sync.target",state="active",type=""} 0 node_systemd_unit_state{name="time-sync.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="time-sync.target",state="failed",type=""} 0 node_systemd_unit_state{name="time-sync.target",state="inactive",type=""} 1 node_systemd_unit_state{name="timers.target",state="activating",type=""} 0 node_systemd_unit_state{name="timers.target",state="active",type=""} 1 node_systemd_unit_state{name="timers.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="timers.target",state="failed",type=""} 0 node_systemd_unit_state{name="timers.target",state="inactive",type=""} 0 node_systemd_unit_state{name="tpm2.target",state="activating",type=""} 0 node_systemd_unit_state{name="tpm2.target",state="active",type=""} 0 node_systemd_unit_state{name="tpm2.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="tpm2.target",state="failed",type=""} 0 node_systemd_unit_state{name="tpm2.target",state="inactive",type=""} 1 node_systemd_unit_state{name="umount.target",state="activating",type=""} 0 node_systemd_unit_state{name="umount.target",state="active",type=""} 0 node_systemd_unit_state{name="umount.target",state="deactivating",type=""} 0 node_systemd_unit_state{name="umount.target",state="failed",type=""} 0 node_systemd_unit_state{name="umount.target",state="inactive",type=""} 1 node_systemd_unit_state{name="user-runtime-dir@1000.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="user-runtime-dir@1000.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="user-runtime-dir@1000.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="user-runtime-dir@1000.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="user-runtime-dir@1000.service",state="inactive",type="oneshot"} 0 node_systemd_unit_state{name="user@1000.service",state="activating",type="notify-reload"} 0 node_systemd_unit_state{name="user@1000.service",state="active",type="notify-reload"} 1 node_systemd_unit_state{name="user@1000.service",state="deactivating",type="notify-reload"} 0 node_systemd_unit_state{name="user@1000.service",state="failed",type="notify-reload"} 0 node_systemd_unit_state{name="user@1000.service",state="inactive",type="notify-reload"} 0 # HELP node_systemd_units Summary of systemd unit states # TYPE node_systemd_units gauge node_systemd_units{state="activating"} 0 node_systemd_units{state="active"} 213 node_systemd_units{state="deactivating"} 0 node_systemd_units{state="failed"} 0 node_systemd_units{state="inactive"} 122 # HELP node_systemd_version Detected systemd version # TYPE node_systemd_version gauge node_systemd_version{version="260.2"} 260.2 # HELP node_systemd_virtualization_info Detected virtualization technology # TYPE node_systemd_virtualization_info gauge node_systemd_virtualization_info{virtualization_type="lxc"} 1 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.784218384434097e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="CEST"} 7200 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0.001067 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000234894561768 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 2 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.080504 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 64 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 0 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="jupiter",release="6.12.95",sysname="Linux",version="#1-vpsAdminOS SMP PREEMPT_DYNAMIC Sun Jul 5 16:42:06 UTC 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 11 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 7.3023866042e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 3.06699157e+08 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 8.03747862e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.1002801287e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 786.48 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048575e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.2190409275e+10 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.9969436103e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.9726336e+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.78340914534e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.50376448e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # 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"} 13484 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0