# 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"} 1.6542e-05 go_gc_duration_seconds{quantile="0.25"} 2.7813e-05 go_gc_duration_seconds{quantile="0.5"} 3.2371e-05 go_gc_duration_seconds{quantile="0.75"} 4.3052e-05 go_gc_duration_seconds{quantile="1"} 0.000139855 go_gc_duration_seconds_sum 0.114119726 go_gc_duration_seconds_count 3054 # 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.25.5"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.988592e+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 5.23496428e+09 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.790877e+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.1145826e+08 # 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.305744e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 2.988592e+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 7.151616e+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.907008e+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 37573 # 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 6.070272e+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.2058624e+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.768675636316415e+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.11495833e+08 # 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 1208 # 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 15704 # 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 84160 # 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 114240 # 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.024458e+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 891075 # 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 524288 # 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 524288 # 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.8700552e+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.768637527e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.0786459592e+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.094142e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 3.093933e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 3.094298e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 3.091785e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 3.094952e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 3.093985e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 3.093749e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 3.094129e+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"} 34696.9 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.844674403816e+10 node_cpu_seconds_total{cpu="0",mode="user"} 116543.59 node_cpu_seconds_total{cpu="1",mode="idle"} 38009.1 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.844674405042e+10 node_cpu_seconds_total{cpu="1",mode="user"} 17107.29 node_cpu_seconds_total{cpu="2",mode="idle"} 38358.89 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.844674405399e+10 node_cpu_seconds_total{cpu="2",mode="user"} 55.17 node_cpu_seconds_total{cpu="3",mode="idle"} 38374.79 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.844674405679e+10 node_cpu_seconds_total{cpu="3",mode="user"} 32.63 node_cpu_seconds_total{cpu="4",mode="idle"} 38380.28 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.844674406264e+10 node_cpu_seconds_total{cpu="4",mode="user"} 20.94 node_cpu_seconds_total{cpu="5",mode="idle"} 38383.38 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.844674406619e+10 node_cpu_seconds_total{cpu="5",mode="user"} 14.29 node_cpu_seconds_total{cpu="6",mode="idle"} 38387.56 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.844674407061e+10 node_cpu_seconds_total{cpu="6",mode="user"} 5.69 node_cpu_seconds_total{cpu="7",mode="idle"} 38389.76 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"} 0.22 node_cpu_seconds_total{cpu="7",mode="user"} 0.18 # 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.25.5",revision="unknown",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 579347 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 1.05342387e+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.1058311168e+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="/"} 6.5861320704e+10 node_filesystem_avail_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 6.5861320704e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.69859221504e+11 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 3.221225472e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 5.39717812224e+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.9726271e+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="/"} 1.3181343e+08 node_filesystem_files{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 1.3181343e+08 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.572864e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 1.572864e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 1.572864e+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.9723504e+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="/"} 1.28635611e+08 node_filesystem_files_free{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 1.28635611e+08 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.572481e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 1.572863e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 1.572844e+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.1058311168e+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="/"} 6.5861320704e+10 node_filesystem_free_bytes{device="tank/ct/24008",device_error="",fstype="zfs",mountpoint="/nix/store"} 6.5861320704e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.69859221504e+11 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 3.221225472e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 5.39717812224e+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="6931",mountpoint="/mnt/tomato"} 1 node_filesystem_mount_info{device="none",major="0",minor="5216",mountpoint="/run/secrets.d"} 1 node_filesystem_mount_info{device="none",major="0",minor="5305",mountpoint="/run/secrets-for-users.d"} 1 node_filesystem_mount_info{device="tank/ct/24008",major="0",minor="4329",mountpoint="/"} 1 node_filesystem_mount_info{device="tank/ct/24008",major="0",minor="4329",mountpoint="/nix/store"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="5013",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="5298",mountpoint="/run/keys"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="5326",mountpoint="/run/wrappers"} 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.698595328e+11 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/keys"} 3.221225472e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/wrappers"} 5.397190656e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 3.5560467e+07 # 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.05 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.08 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.06 # 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.51609344e+08 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 4.17828864e+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.6621952e+08 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 2.964197376e+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 7.01034496e+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 2.979037184e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.247239168e+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 2.68201984e+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 5.39467776e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 3.045421056e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 2.777219072e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 6.442450944e+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.66637568e+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 163840 # 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_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 301280 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 278636 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 1186 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 4630 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 1.00003675e+08 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 2.97495487e+08 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 6.93762842e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 2.60132476e+08 # 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 2 # 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 25674 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 144005 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 172470 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 15248 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 24 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 3 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.351362e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 10802 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.357501e+06 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 34447 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 151162 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 1529 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 13 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 1542 # 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 0 # 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 6338 # 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 12 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 6350 # 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"} 277 # 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.5409711e+07 node_network_receive_bytes_total{device="tailscale0"} 138356 node_network_receive_bytes_total{device="tunl0"} 0 node_network_receive_bytes_total{device="venet0"} 7.57426268e+08 # 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"} 384454 node_network_receive_packets_total{device="tailscale0"} 1087 node_network_receive_packets_total{device="tunl0"} 0 node_network_receive_packets_total{device="venet0"} 1.369759e+06 # 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.5409711e+07 node_network_transmit_bytes_total{device="tailscale0"} 81468 node_network_transmit_bytes_total{device="tunl0"} 0 node_network_transmit_bytes_total{device="venet0"} 5.17355237e+08 # 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"} 384454 node_network_transmit_packets_total{device="tailscale0"} 1106 node_network_transmit_packets_total{device="tunl0"} 0 node_network_transmit_packets_total{device="venet0"} 1.069721e+06 # 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 225 # 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"} 114268 node_nfs_requests_total{method="Access",proto="4"} 43403 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"} 9919 node_nfs_requests_total{method="Commit",proto="3"} 831 node_nfs_requests_total{method="Commit",proto="4"} 2 node_nfs_requests_total{method="Create",proto="2"} 0 node_nfs_requests_total{method="Create",proto="3"} 3911 node_nfs_requests_total{method="Create",proto="4"} 0 node_nfs_requests_total{method="CreateSession",proto="4"} 0 node_nfs_requests_total{method="DeAllocate",proto="4"} 0 node_nfs_requests_total{method="DelegReturn",proto="4"} 4 node_nfs_requests_total{method="DestroyClientID",proto="4"} 0 node_nfs_requests_total{method="DestroySession",proto="4"} 0 node_nfs_requests_total{method="ExchangeID",proto="4"} 0 node_nfs_requests_total{method="FreeStateID",proto="4"} 0 node_nfs_requests_total{method="FsInfo",proto="3"} 120 node_nfs_requests_total{method="FsInfo",proto="4"} 46 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"} 47029 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.725158e+06 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"} 11 node_nfs_requests_total{method="Getattr",proto="4"} 6.784979e+06 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"} 0 node_nfs_requests_total{method="Link",proto="4"} 0 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"} 7419 node_nfs_requests_total{method="Lookup",proto="4"} 140 node_nfs_requests_total{method="LookupRoot",proto="4"} 11 node_nfs_requests_total{method="MkDir",proto="2"} 0 node_nfs_requests_total{method="MkDir",proto="3"} 29 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"} 58 node_nfs_requests_total{method="Null",proto="4"} 11 node_nfs_requests_total{method="Open",proto="4"} 9931 node_nfs_requests_total{method="OpenConfirm",proto="4"} 64 node_nfs_requests_total{method="OpenDowngrade",proto="4"} 0 node_nfs_requests_total{method="OpenNoattr",proto="4"} 0 node_nfs_requests_total{method="PathConf",proto="3"} 60 node_nfs_requests_total{method="Pathconf",proto="4"} 35 node_nfs_requests_total{method="Read",proto="2"} 0 node_nfs_requests_total{method="Read",proto="3"} 145746 node_nfs_requests_total{method="Read",proto="4"} 3584 node_nfs_requests_total{method="ReadDir",proto="2"} 0 node_nfs_requests_total{method="ReadDir",proto="3"} 791 node_nfs_requests_total{method="ReadDir",proto="4"} 232830 node_nfs_requests_total{method="ReadDirPlus",proto="3"} 75493 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"} 1 node_nfs_requests_total{method="ReclaimComplete",proto="4"} 0 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"} 3876 node_nfs_requests_total{method="Remove",proto="4"} 6 node_nfs_requests_total{method="Rename",proto="2"} 0 node_nfs_requests_total{method="Rename",proto="3"} 3214 node_nfs_requests_total{method="Rename",proto="4"} 4 node_nfs_requests_total{method="Renew",proto="4"} 6158 node_nfs_requests_total{method="RmDir",proto="2"} 0 node_nfs_requests_total{method="RmDir",proto="3"} 5 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"} 0 node_nfs_requests_total{method="Seek",proto="4"} 0 node_nfs_requests_total{method="Sequence",proto="4"} 0 node_nfs_requests_total{method="ServerCaps",proto="4"} 81 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"} 8315 node_nfs_requests_total{method="SetClientID",proto="4"} 22 node_nfs_requests_total{method="SetClientIDConfirm",proto="4"} 22 node_nfs_requests_total{method="Setattr",proto="4"} 4 node_nfs_requests_total{method="StatFs",proto="4"} 1833 node_nfs_requests_total{method="SymLink",proto="2"} 0 node_nfs_requests_total{method="SymLink",proto="3"} 0 node_nfs_requests_total{method="Symlink",proto="4"} 2 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"} 19159 node_nfs_requests_total{method="Write",proto="4"} 54 # 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 1393 # 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 1393 # 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"} 0 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"} 1275 node_nfsd_requests_total{method="GetAttr",proto="2"} 0 node_nfsd_requests_total{method="GetAttr",proto="3"} 42 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"} 0 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"} 0 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.05.20260107.5912c17",id="nixos",id_like="",image_id="",image_version="",name="NixOS",pretty_name="NixOS 26.05 (Yarara)",variant="",variant_id="",version="26.05 (Yarara)",version_codename="yarara",version_id="26.05"} 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.05 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 81 # 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"} 12452.977195265 node_schedstat_running_seconds_total{cpu="1"} 10429.009310898 node_schedstat_running_seconds_total{cpu="10"} 9870.767930317 node_schedstat_running_seconds_total{cpu="100"} 10796.092029721 node_schedstat_running_seconds_total{cpu="101"} 11720.971056431 node_schedstat_running_seconds_total{cpu="102"} 11437.271881808 node_schedstat_running_seconds_total{cpu="103"} 11566.758057124 node_schedstat_running_seconds_total{cpu="104"} 11040.784108426 node_schedstat_running_seconds_total{cpu="105"} 11368.059652818 node_schedstat_running_seconds_total{cpu="106"} 9844.894597767 node_schedstat_running_seconds_total{cpu="107"} 11577.850225375 node_schedstat_running_seconds_total{cpu="108"} 11684.019514536 node_schedstat_running_seconds_total{cpu="109"} 11408.268275935 node_schedstat_running_seconds_total{cpu="11"} 9990.531726825 node_schedstat_running_seconds_total{cpu="110"} 11410.973102235 node_schedstat_running_seconds_total{cpu="111"} 11061.291990594 node_schedstat_running_seconds_total{cpu="112"} 10952.394435936 node_schedstat_running_seconds_total{cpu="113"} 10771.104951749 node_schedstat_running_seconds_total{cpu="114"} 10636.544056046 node_schedstat_running_seconds_total{cpu="115"} 10526.929901708 node_schedstat_running_seconds_total{cpu="116"} 11514.754726921 node_schedstat_running_seconds_total{cpu="117"} 10304.052351326 node_schedstat_running_seconds_total{cpu="118"} 10159.671406016 node_schedstat_running_seconds_total{cpu="119"} 10194.66764152 node_schedstat_running_seconds_total{cpu="12"} 10186.014131607 node_schedstat_running_seconds_total{cpu="120"} 10002.505378814 node_schedstat_running_seconds_total{cpu="121"} 9976.229559678 node_schedstat_running_seconds_total{cpu="122"} 10040.36063436 node_schedstat_running_seconds_total{cpu="123"} 10004.587794366 node_schedstat_running_seconds_total{cpu="124"} 9577.108448399 node_schedstat_running_seconds_total{cpu="125"} 10996.235369301 node_schedstat_running_seconds_total{cpu="126"} 10705.456825445 node_schedstat_running_seconds_total{cpu="127"} 10048.689930007 node_schedstat_running_seconds_total{cpu="13"} 10026.169829491 node_schedstat_running_seconds_total{cpu="14"} 10022.107353029 node_schedstat_running_seconds_total{cpu="15"} 10018.414837613 node_schedstat_running_seconds_total{cpu="16"} 11923.938463266 node_schedstat_running_seconds_total{cpu="17"} 11626.211883443 node_schedstat_running_seconds_total{cpu="18"} 11383.908682459 node_schedstat_running_seconds_total{cpu="19"} 11395.802946759 node_schedstat_running_seconds_total{cpu="2"} 9882.819729424 node_schedstat_running_seconds_total{cpu="20"} 11285.719471463 node_schedstat_running_seconds_total{cpu="21"} 11820.029167835 node_schedstat_running_seconds_total{cpu="22"} 10953.004150921 node_schedstat_running_seconds_total{cpu="23"} 10945.008632016 node_schedstat_running_seconds_total{cpu="24"} 10297.634506642 node_schedstat_running_seconds_total{cpu="25"} 9890.162340548 node_schedstat_running_seconds_total{cpu="26"} 9949.674648769 node_schedstat_running_seconds_total{cpu="27"} 9858.266789478 node_schedstat_running_seconds_total{cpu="28"} 9872.353827855 node_schedstat_running_seconds_total{cpu="29"} 9927.660719839 node_schedstat_running_seconds_total{cpu="3"} 9694.656810141 node_schedstat_running_seconds_total{cpu="30"} 9914.293940448 node_schedstat_running_seconds_total{cpu="31"} 9824.258283584 node_schedstat_running_seconds_total{cpu="32"} 11489.857929809 node_schedstat_running_seconds_total{cpu="33"} 11203.251225156 node_schedstat_running_seconds_total{cpu="34"} 10914.502207504 node_schedstat_running_seconds_total{cpu="35"} 10888.340250621 node_schedstat_running_seconds_total{cpu="36"} 10733.812501753 node_schedstat_running_seconds_total{cpu="37"} 9742.759232433 node_schedstat_running_seconds_total{cpu="38"} 9823.918076503 node_schedstat_running_seconds_total{cpu="39"} 9616.073891755 node_schedstat_running_seconds_total{cpu="4"} 9718.344789113 node_schedstat_running_seconds_total{cpu="40"} 10009.535003202 node_schedstat_running_seconds_total{cpu="41"} 9715.057605384 node_schedstat_running_seconds_total{cpu="42"} 11099.92985382 node_schedstat_running_seconds_total{cpu="43"} 10185.421484489 node_schedstat_running_seconds_total{cpu="44"} 10146.116629927 node_schedstat_running_seconds_total{cpu="45"} 10334.35719975 node_schedstat_running_seconds_total{cpu="46"} 10342.622980369 node_schedstat_running_seconds_total{cpu="47"} 10345.878253992 node_schedstat_running_seconds_total{cpu="48"} 11036.887177151 node_schedstat_running_seconds_total{cpu="49"} 10621.595772597 node_schedstat_running_seconds_total{cpu="5"} 9760.684078055 node_schedstat_running_seconds_total{cpu="50"} 10508.635875108 node_schedstat_running_seconds_total{cpu="51"} 10322.189989983 node_schedstat_running_seconds_total{cpu="52"} 10069.42893861 node_schedstat_running_seconds_total{cpu="53"} 11097.103664983 node_schedstat_running_seconds_total{cpu="54"} 11042.26419966 node_schedstat_running_seconds_total{cpu="55"} 10897.094089234 node_schedstat_running_seconds_total{cpu="56"} 10540.800544101 node_schedstat_running_seconds_total{cpu="57"} 10288.44700585 node_schedstat_running_seconds_total{cpu="58"} 10222.580445636 node_schedstat_running_seconds_total{cpu="59"} 10141.565089003 node_schedstat_running_seconds_total{cpu="6"} 9666.383662202 node_schedstat_running_seconds_total{cpu="60"} 10706.963462265 node_schedstat_running_seconds_total{cpu="61"} 9809.474304545 node_schedstat_running_seconds_total{cpu="62"} 9989.985453593 node_schedstat_running_seconds_total{cpu="63"} 10170.972614568 node_schedstat_running_seconds_total{cpu="64"} 10787.109672906 node_schedstat_running_seconds_total{cpu="65"} 10424.661208088 node_schedstat_running_seconds_total{cpu="66"} 10336.59787367 node_schedstat_running_seconds_total{cpu="67"} 10239.426402746 node_schedstat_running_seconds_total{cpu="68"} 10165.043653275 node_schedstat_running_seconds_total{cpu="69"} 10196.550314226 node_schedstat_running_seconds_total{cpu="7"} 9844.465442216 node_schedstat_running_seconds_total{cpu="70"} 10141.638671506 node_schedstat_running_seconds_total{cpu="71"} 10153.408557575 node_schedstat_running_seconds_total{cpu="72"} 11401.049459599 node_schedstat_running_seconds_total{cpu="73"} 11073.051419771 node_schedstat_running_seconds_total{cpu="74"} 10924.59382619 node_schedstat_running_seconds_total{cpu="75"} 10720.225970198 node_schedstat_running_seconds_total{cpu="76"} 10718.672388004 node_schedstat_running_seconds_total{cpu="77"} 10830.849158451 node_schedstat_running_seconds_total{cpu="78"} 10834.527373314 node_schedstat_running_seconds_total{cpu="79"} 10846.885346534 node_schedstat_running_seconds_total{cpu="8"} 9783.216946055 node_schedstat_running_seconds_total{cpu="80"} 11195.179814329 node_schedstat_running_seconds_total{cpu="81"} 11179.28784394 node_schedstat_running_seconds_total{cpu="82"} 11366.518292448 node_schedstat_running_seconds_total{cpu="83"} 11123.697825701 node_schedstat_running_seconds_total{cpu="84"} 11126.085178338 node_schedstat_running_seconds_total{cpu="85"} 10431.018172178 node_schedstat_running_seconds_total{cpu="86"} 11871.871330753 node_schedstat_running_seconds_total{cpu="87"} 11781.889288262 node_schedstat_running_seconds_total{cpu="88"} 10193.071436209 node_schedstat_running_seconds_total{cpu="89"} 10161.2128116 node_schedstat_running_seconds_total{cpu="9"} 9871.327459411 node_schedstat_running_seconds_total{cpu="90"} 10085.630795045 node_schedstat_running_seconds_total{cpu="91"} 10181.402922018 node_schedstat_running_seconds_total{cpu="92"} 10120.224339031 node_schedstat_running_seconds_total{cpu="93"} 10233.497516195 node_schedstat_running_seconds_total{cpu="94"} 10201.544922958 node_schedstat_running_seconds_total{cpu="95"} 10092.960718891 node_schedstat_running_seconds_total{cpu="96"} 10721.870974664 node_schedstat_running_seconds_total{cpu="97"} 10554.731587371 node_schedstat_running_seconds_total{cpu="98"} 10787.520662163 node_schedstat_running_seconds_total{cpu="99"} 10504.243274694 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.6085161e+07 node_schedstat_timeslices_total{cpu="1"} 2.5916806e+07 node_schedstat_timeslices_total{cpu="10"} 4.0207429e+07 node_schedstat_timeslices_total{cpu="100"} 4.6556507e+07 node_schedstat_timeslices_total{cpu="101"} 4.5281922e+07 node_schedstat_timeslices_total{cpu="102"} 4.5255574e+07 node_schedstat_timeslices_total{cpu="103"} 4.6358062e+07 node_schedstat_timeslices_total{cpu="104"} 4.4792831e+07 node_schedstat_timeslices_total{cpu="105"} 4.4985779e+07 node_schedstat_timeslices_total{cpu="106"} 4.6694555e+07 node_schedstat_timeslices_total{cpu="107"} 4.4969762e+07 node_schedstat_timeslices_total{cpu="108"} 4.4561239e+07 node_schedstat_timeslices_total{cpu="109"} 4.4419554e+07 node_schedstat_timeslices_total{cpu="11"} 4.0201273e+07 node_schedstat_timeslices_total{cpu="110"} 4.4015784e+07 node_schedstat_timeslices_total{cpu="111"} 4.4118328e+07 node_schedstat_timeslices_total{cpu="112"} 4.6271358e+07 node_schedstat_timeslices_total{cpu="113"} 4.7148692e+07 node_schedstat_timeslices_total{cpu="114"} 4.7151328e+07 node_schedstat_timeslices_total{cpu="115"} 4.8324464e+07 node_schedstat_timeslices_total{cpu="116"} 4.4338947e+07 node_schedstat_timeslices_total{cpu="117"} 4.7455696e+07 node_schedstat_timeslices_total{cpu="118"} 4.8812879e+07 node_schedstat_timeslices_total{cpu="119"} 4.7211075e+07 node_schedstat_timeslices_total{cpu="12"} 3.9726777e+07 node_schedstat_timeslices_total{cpu="120"} 4.3452354e+07 node_schedstat_timeslices_total{cpu="121"} 4.2974226e+07 node_schedstat_timeslices_total{cpu="122"} 4.3224593e+07 node_schedstat_timeslices_total{cpu="123"} 4.2818613e+07 node_schedstat_timeslices_total{cpu="124"} 4.3162263e+07 node_schedstat_timeslices_total{cpu="125"} 4.3044041e+07 node_schedstat_timeslices_total{cpu="126"} 4.3303366e+07 node_schedstat_timeslices_total{cpu="127"} 4.3254428e+07 node_schedstat_timeslices_total{cpu="13"} 3.9866324e+07 node_schedstat_timeslices_total{cpu="14"} 3.9869721e+07 node_schedstat_timeslices_total{cpu="15"} 4.0048099e+07 node_schedstat_timeslices_total{cpu="16"} 4.7599104e+07 node_schedstat_timeslices_total{cpu="17"} 4.7615224e+07 node_schedstat_timeslices_total{cpu="18"} 4.8163486e+07 node_schedstat_timeslices_total{cpu="19"} 4.784042e+07 node_schedstat_timeslices_total{cpu="2"} 2.6670809e+07 node_schedstat_timeslices_total{cpu="20"} 4.8206859e+07 node_schedstat_timeslices_total{cpu="21"} 4.7588002e+07 node_schedstat_timeslices_total{cpu="22"} 4.8078158e+07 node_schedstat_timeslices_total{cpu="23"} 4.8227855e+07 node_schedstat_timeslices_total{cpu="24"} 4.4447626e+07 node_schedstat_timeslices_total{cpu="25"} 4.4737274e+07 node_schedstat_timeslices_total{cpu="26"} 4.4481178e+07 node_schedstat_timeslices_total{cpu="27"} 4.4615417e+07 node_schedstat_timeslices_total{cpu="28"} 4.4824852e+07 node_schedstat_timeslices_total{cpu="29"} 4.4786821e+07 node_schedstat_timeslices_total{cpu="3"} 2.747742e+07 node_schedstat_timeslices_total{cpu="30"} 4.4384912e+07 node_schedstat_timeslices_total{cpu="31"} 4.5112406e+07 node_schedstat_timeslices_total{cpu="32"} 4.6554102e+07 node_schedstat_timeslices_total{cpu="33"} 4.682554e+07 node_schedstat_timeslices_total{cpu="34"} 4.6732885e+07 node_schedstat_timeslices_total{cpu="35"} 4.6708653e+07 node_schedstat_timeslices_total{cpu="36"} 4.6664605e+07 node_schedstat_timeslices_total{cpu="37"} 4.7152907e+07 node_schedstat_timeslices_total{cpu="38"} 4.7137466e+07 node_schedstat_timeslices_total{cpu="39"} 4.6987989e+07 node_schedstat_timeslices_total{cpu="4"} 2.7372276e+07 node_schedstat_timeslices_total{cpu="40"} 4.5674769e+07 node_schedstat_timeslices_total{cpu="41"} 4.669729e+07 node_schedstat_timeslices_total{cpu="42"} 4.4864413e+07 node_schedstat_timeslices_total{cpu="43"} 4.6204238e+07 node_schedstat_timeslices_total{cpu="44"} 4.5917908e+07 node_schedstat_timeslices_total{cpu="45"} 4.5330452e+07 node_schedstat_timeslices_total{cpu="46"} 4.4988757e+07 node_schedstat_timeslices_total{cpu="47"} 4.4878246e+07 node_schedstat_timeslices_total{cpu="48"} 4.5257358e+07 node_schedstat_timeslices_total{cpu="49"} 4.6875928e+07 node_schedstat_timeslices_total{cpu="5"} 2.744673e+07 node_schedstat_timeslices_total{cpu="50"} 4.7331382e+07 node_schedstat_timeslices_total{cpu="51"} 4.7829374e+07 node_schedstat_timeslices_total{cpu="52"} 4.6559754e+07 node_schedstat_timeslices_total{cpu="53"} 4.7226666e+07 node_schedstat_timeslices_total{cpu="54"} 4.6827613e+07 node_schedstat_timeslices_total{cpu="55"} 4.6684606e+07 node_schedstat_timeslices_total{cpu="56"} 4.2900963e+07 node_schedstat_timeslices_total{cpu="57"} 4.3296147e+07 node_schedstat_timeslices_total{cpu="58"} 4.3265876e+07 node_schedstat_timeslices_total{cpu="59"} 4.3233647e+07 node_schedstat_timeslices_total{cpu="6"} 2.8374123e+07 node_schedstat_timeslices_total{cpu="60"} 4.3462796e+07 node_schedstat_timeslices_total{cpu="61"} 4.4057142e+07 node_schedstat_timeslices_total{cpu="62"} 4.3123415e+07 node_schedstat_timeslices_total{cpu="63"} 4.2790703e+07 node_schedstat_timeslices_total{cpu="64"} 2.8222557e+07 node_schedstat_timeslices_total{cpu="65"} 2.8992303e+07 node_schedstat_timeslices_total{cpu="66"} 3.0000862e+07 node_schedstat_timeslices_total{cpu="67"} 3.0133761e+07 node_schedstat_timeslices_total{cpu="68"} 3.0205361e+07 node_schedstat_timeslices_total{cpu="69"} 3.0225397e+07 node_schedstat_timeslices_total{cpu="7"} 2.8327799e+07 node_schedstat_timeslices_total{cpu="70"} 3.0050837e+07 node_schedstat_timeslices_total{cpu="71"} 2.9878725e+07 node_schedstat_timeslices_total{cpu="72"} 3.8370368e+07 node_schedstat_timeslices_total{cpu="73"} 3.9643274e+07 node_schedstat_timeslices_total{cpu="74"} 3.9617407e+07 node_schedstat_timeslices_total{cpu="75"} 4.0151734e+07 node_schedstat_timeslices_total{cpu="76"} 4.018288e+07 node_schedstat_timeslices_total{cpu="77"} 3.9238642e+07 node_schedstat_timeslices_total{cpu="78"} 3.9255589e+07 node_schedstat_timeslices_total{cpu="79"} 3.8987877e+07 node_schedstat_timeslices_total{cpu="8"} 3.9909324e+07 node_schedstat_timeslices_total{cpu="80"} 4.8554501e+07 node_schedstat_timeslices_total{cpu="81"} 4.8182066e+07 node_schedstat_timeslices_total{cpu="82"} 4.8318902e+07 node_schedstat_timeslices_total{cpu="83"} 4.870778e+07 node_schedstat_timeslices_total{cpu="84"} 4.8537467e+07 node_schedstat_timeslices_total{cpu="85"} 4.9968098e+07 node_schedstat_timeslices_total{cpu="86"} 4.7176631e+07 node_schedstat_timeslices_total{cpu="87"} 4.7404583e+07 node_schedstat_timeslices_total{cpu="88"} 4.4314202e+07 node_schedstat_timeslices_total{cpu="89"} 4.462471e+07 node_schedstat_timeslices_total{cpu="9"} 4.0395849e+07 node_schedstat_timeslices_total{cpu="90"} 4.4743521e+07 node_schedstat_timeslices_total{cpu="91"} 4.5124775e+07 node_schedstat_timeslices_total{cpu="92"} 4.492903e+07 node_schedstat_timeslices_total{cpu="93"} 4.4686885e+07 node_schedstat_timeslices_total{cpu="94"} 4.4700506e+07 node_schedstat_timeslices_total{cpu="95"} 4.4303473e+07 node_schedstat_timeslices_total{cpu="96"} 4.5705487e+07 node_schedstat_timeslices_total{cpu="97"} 4.673822e+07 node_schedstat_timeslices_total{cpu="98"} 4.5828808e+07 node_schedstat_timeslices_total{cpu="99"} 4.6599121e+07 # 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"} 7120.267254144 node_schedstat_waiting_seconds_total{cpu="1"} 7581.836848728 node_schedstat_waiting_seconds_total{cpu="10"} 9591.452813607 node_schedstat_waiting_seconds_total{cpu="100"} 7128.880921687 node_schedstat_waiting_seconds_total{cpu="101"} 7481.439152941 node_schedstat_waiting_seconds_total{cpu="102"} 8048.705997424 node_schedstat_waiting_seconds_total{cpu="103"} 7029.530404632 node_schedstat_waiting_seconds_total{cpu="104"} 6523.733705859 node_schedstat_waiting_seconds_total{cpu="105"} 6466.165755433 node_schedstat_waiting_seconds_total{cpu="106"} 7827.147909303 node_schedstat_waiting_seconds_total{cpu="107"} 6427.038811428 node_schedstat_waiting_seconds_total{cpu="108"} 7094.955551636 node_schedstat_waiting_seconds_total{cpu="109"} 6824.671140521 node_schedstat_waiting_seconds_total{cpu="11"} 7204.601594352 node_schedstat_waiting_seconds_total{cpu="110"} 6418.113471446 node_schedstat_waiting_seconds_total{cpu="111"} 6708.821901027 node_schedstat_waiting_seconds_total{cpu="112"} 5602.473832574 node_schedstat_waiting_seconds_total{cpu="113"} 4668.087679706 node_schedstat_waiting_seconds_total{cpu="114"} 5699.049351828 node_schedstat_waiting_seconds_total{cpu="115"} 5426.480850804 node_schedstat_waiting_seconds_total{cpu="116"} 5127.577732024 node_schedstat_waiting_seconds_total{cpu="117"} 7079.660017188 node_schedstat_waiting_seconds_total{cpu="118"} 4567.905229648 node_schedstat_waiting_seconds_total{cpu="119"} 4723.403434441 node_schedstat_waiting_seconds_total{cpu="12"} 6997.079690093 node_schedstat_waiting_seconds_total{cpu="120"} 6296.161581424 node_schedstat_waiting_seconds_total{cpu="121"} 11417.852835223 node_schedstat_waiting_seconds_total{cpu="122"} 5211.859083541 node_schedstat_waiting_seconds_total{cpu="123"} 5875.071047081 node_schedstat_waiting_seconds_total{cpu="124"} 7150.049998679 node_schedstat_waiting_seconds_total{cpu="125"} 5433.182571232 node_schedstat_waiting_seconds_total{cpu="126"} 16346.671797641 node_schedstat_waiting_seconds_total{cpu="127"} 5123.839426204 node_schedstat_waiting_seconds_total{cpu="13"} 7646.038366668 node_schedstat_waiting_seconds_total{cpu="14"} 6921.696543898 node_schedstat_waiting_seconds_total{cpu="15"} 9420.070712291 node_schedstat_waiting_seconds_total{cpu="16"} 6979.693645204 node_schedstat_waiting_seconds_total{cpu="17"} 7732.131272271 node_schedstat_waiting_seconds_total{cpu="18"} 5530.177448595 node_schedstat_waiting_seconds_total{cpu="19"} 6702.064553374 node_schedstat_waiting_seconds_total{cpu="2"} 7658.03380665 node_schedstat_waiting_seconds_total{cpu="20"} 11948.245141081 node_schedstat_waiting_seconds_total{cpu="21"} 5516.892988055 node_schedstat_waiting_seconds_total{cpu="22"} 6327.386222394 node_schedstat_waiting_seconds_total{cpu="23"} 8679.863022128 node_schedstat_waiting_seconds_total{cpu="24"} 7392.862125758 node_schedstat_waiting_seconds_total{cpu="25"} 7336.427161944 node_schedstat_waiting_seconds_total{cpu="26"} 7013.263351034 node_schedstat_waiting_seconds_total{cpu="27"} 8106.721915748 node_schedstat_waiting_seconds_total{cpu="28"} 7475.606374356 node_schedstat_waiting_seconds_total{cpu="29"} 7740.935207386 node_schedstat_waiting_seconds_total{cpu="3"} 6372.318535498 node_schedstat_waiting_seconds_total{cpu="30"} 7735.175682003 node_schedstat_waiting_seconds_total{cpu="31"} 7322.140468333 node_schedstat_waiting_seconds_total{cpu="32"} 6604.014856588 node_schedstat_waiting_seconds_total{cpu="33"} 6617.534772659 node_schedstat_waiting_seconds_total{cpu="34"} 7353.572815713 node_schedstat_waiting_seconds_total{cpu="35"} 7595.356935803 node_schedstat_waiting_seconds_total{cpu="36"} 6944.55661196 node_schedstat_waiting_seconds_total{cpu="37"} 8271.381789293 node_schedstat_waiting_seconds_total{cpu="38"} 8748.067819354 node_schedstat_waiting_seconds_total{cpu="39"} 8602.169907343 node_schedstat_waiting_seconds_total{cpu="4"} 8721.044247841 node_schedstat_waiting_seconds_total{cpu="40"} 8031.491082356 node_schedstat_waiting_seconds_total{cpu="41"} 7922.690439475 node_schedstat_waiting_seconds_total{cpu="42"} 8503.243540376 node_schedstat_waiting_seconds_total{cpu="43"} 6237.041282273 node_schedstat_waiting_seconds_total{cpu="44"} 9817.296556899 node_schedstat_waiting_seconds_total{cpu="45"} 6701.611733398 node_schedstat_waiting_seconds_total{cpu="46"} 7778.850192919 node_schedstat_waiting_seconds_total{cpu="47"} 6608.798708727 node_schedstat_waiting_seconds_total{cpu="48"} 8177.457231905 node_schedstat_waiting_seconds_total{cpu="49"} 5623.254200115 node_schedstat_waiting_seconds_total{cpu="5"} 8384.429202419 node_schedstat_waiting_seconds_total{cpu="50"} 6065.600222942 node_schedstat_waiting_seconds_total{cpu="51"} 5659.679955609 node_schedstat_waiting_seconds_total{cpu="52"} 4590.85188472 node_schedstat_waiting_seconds_total{cpu="53"} 4540.182436827 node_schedstat_waiting_seconds_total{cpu="54"} 4956.694056147 node_schedstat_waiting_seconds_total{cpu="55"} 7994.838420561 node_schedstat_waiting_seconds_total{cpu="56"} 6585.978236366 node_schedstat_waiting_seconds_total{cpu="57"} 5587.181785529 node_schedstat_waiting_seconds_total{cpu="58"} 5349.966721183 node_schedstat_waiting_seconds_total{cpu="59"} 5440.333641815 node_schedstat_waiting_seconds_total{cpu="6"} 7462.245756674 node_schedstat_waiting_seconds_total{cpu="60"} 5876.785232093 node_schedstat_waiting_seconds_total{cpu="61"} 6366.261296729 node_schedstat_waiting_seconds_total{cpu="62"} 6361.820624639 node_schedstat_waiting_seconds_total{cpu="63"} 6478.361283749 node_schedstat_waiting_seconds_total{cpu="64"} 8526.92830868 node_schedstat_waiting_seconds_total{cpu="65"} 8552.834220382 node_schedstat_waiting_seconds_total{cpu="66"} 9724.109687413 node_schedstat_waiting_seconds_total{cpu="67"} 9943.787457663 node_schedstat_waiting_seconds_total{cpu="68"} 9918.319846651 node_schedstat_waiting_seconds_total{cpu="69"} 9174.273041648 node_schedstat_waiting_seconds_total{cpu="7"} 7246.096130991 node_schedstat_waiting_seconds_total{cpu="70"} 8942.741144254 node_schedstat_waiting_seconds_total{cpu="71"} 8667.335502016 node_schedstat_waiting_seconds_total{cpu="72"} 6754.214209579 node_schedstat_waiting_seconds_total{cpu="73"} 7176.904470897 node_schedstat_waiting_seconds_total{cpu="74"} 7833.670249366 node_schedstat_waiting_seconds_total{cpu="75"} 8115.202975636 node_schedstat_waiting_seconds_total{cpu="76"} 7100.440720543 node_schedstat_waiting_seconds_total{cpu="77"} 7552.893157192 node_schedstat_waiting_seconds_total{cpu="78"} 6686.273260141 node_schedstat_waiting_seconds_total{cpu="79"} 7834.305478606 node_schedstat_waiting_seconds_total{cpu="8"} 7318.593217905 node_schedstat_waiting_seconds_total{cpu="80"} 6719.42766807 node_schedstat_waiting_seconds_total{cpu="81"} 10538.653410029 node_schedstat_waiting_seconds_total{cpu="82"} 5653.598544763 node_schedstat_waiting_seconds_total{cpu="83"} 6325.002786363 node_schedstat_waiting_seconds_total{cpu="84"} 6545.545591406 node_schedstat_waiting_seconds_total{cpu="85"} 9043.835455644 node_schedstat_waiting_seconds_total{cpu="86"} 6496.597401518 node_schedstat_waiting_seconds_total{cpu="87"} 5200.300894108 node_schedstat_waiting_seconds_total{cpu="88"} 7031.58479977 node_schedstat_waiting_seconds_total{cpu="89"} 7750.534112905 node_schedstat_waiting_seconds_total{cpu="9"} 29255.994360682 node_schedstat_waiting_seconds_total{cpu="90"} 8844.854568221 node_schedstat_waiting_seconds_total{cpu="91"} 7928.361149592 node_schedstat_waiting_seconds_total{cpu="92"} 17484.370386187 node_schedstat_waiting_seconds_total{cpu="93"} 9395.828136034 node_schedstat_waiting_seconds_total{cpu="94"} 8574.297479828 node_schedstat_waiting_seconds_total{cpu="95"} 7496.024901737 node_schedstat_waiting_seconds_total{cpu="96"} 7193.183462566 node_schedstat_waiting_seconds_total{cpu="97"} 8459.950491951 node_schedstat_waiting_seconds_total{cpu="98"} 11304.462502689 node_schedstat_waiting_seconds_total{cpu="99"} 6699.650963405 # 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"} 1.7553e-05 node_scrape_collector_duration_seconds{collector="bonding"} 3.3052e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.000488557 node_scrape_collector_duration_seconds{collector="conntrack"} 9.2525e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.001545041 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.004046187 node_scrape_collector_duration_seconds{collector="diskstats"} 6.9442e-05 node_scrape_collector_duration_seconds{collector="dmi"} 1.4537e-05 node_scrape_collector_duration_seconds{collector="edac"} 1.071e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000104829 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.4728e-05 node_scrape_collector_duration_seconds{collector="filefd"} 3.9305e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.024539208 node_scrape_collector_duration_seconds{collector="infiniband"} 1.5429e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 0.033168009 node_scrape_collector_duration_seconds{collector="loadavg"} 3.1921e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.031119502 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000148702 node_scrape_collector_duration_seconds{collector="netclass"} 0.008646044 node_scrape_collector_duration_seconds{collector="netdev"} 0.000715498 node_scrape_collector_duration_seconds{collector="netstat"} 0.0293794 node_scrape_collector_duration_seconds{collector="nfs"} 0.000157599 node_scrape_collector_duration_seconds{collector="nfsd"} 0.000518273 node_scrape_collector_duration_seconds{collector="os"} 0.000121871 node_scrape_collector_duration_seconds{collector="pressure"} 5.0616e-05 node_scrape_collector_duration_seconds{collector="rapl"} 2.6049e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.033470273 node_scrape_collector_duration_seconds{collector="selinux"} 1.192e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000143752 node_scrape_collector_duration_seconds{collector="softnet"} 0.029205491 node_scrape_collector_duration_seconds{collector="stat"} 0.000157639 node_scrape_collector_duration_seconds{collector="systemd"} 0.07115475 node_scrape_collector_duration_seconds{collector="tapestats"} 2.2253e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.0168e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 4.8031e-05 node_scrape_collector_duration_seconds{collector="time"} 2.9807e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.9136e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.004824784 node_scrape_collector_duration_seconds{collector="uname"} 1.1913e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.00027938 node_scrape_collector_duration_seconds{collector="watchdog"} 1.7763e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.4587e-05 node_scrape_collector_duration_seconds{collector="zfs"} 2.097e-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="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="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 76 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 19607 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 29 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 5644 # 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 2.3117824e+07 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 401 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 19 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 25 # 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 15931 # 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 6.5253376e+07 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 844 # 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"} 33 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"} 3.251238e+06 node_softnet_processed_total{cpu="1"} 3.458207e+06 node_softnet_processed_total{cpu="10"} 3.943162e+06 node_softnet_processed_total{cpu="100"} 3.173785e+06 node_softnet_processed_total{cpu="101"} 3.147784e+06 node_softnet_processed_total{cpu="102"} 3.156563e+06 node_softnet_processed_total{cpu="103"} 3.162018e+06 node_softnet_processed_total{cpu="104"} 4.532297e+06 node_softnet_processed_total{cpu="105"} 4.391624e+06 node_softnet_processed_total{cpu="106"} 3.41821195e+08 node_softnet_processed_total{cpu="107"} 1.7398887e+07 node_softnet_processed_total{cpu="108"} 1.4175764e+07 node_softnet_processed_total{cpu="109"} 1.1839889e+07 node_softnet_processed_total{cpu="11"} 3.90522e+06 node_softnet_processed_total{cpu="110"} 9.942299e+06 node_softnet_processed_total{cpu="111"} 8.697664e+06 node_softnet_processed_total{cpu="112"} 2.0247259e+07 node_softnet_processed_total{cpu="113"} 1.6898839e+07 node_softnet_processed_total{cpu="114"} 1.4408946e+07 node_softnet_processed_total{cpu="115"} 1.2635856e+07 node_softnet_processed_total{cpu="116"} 1.0181867e+07 node_softnet_processed_total{cpu="117"} 1.1329774e+07 node_softnet_processed_total{cpu="118"} 9.322869e+06 node_softnet_processed_total{cpu="119"} 8.307607e+06 node_softnet_processed_total{cpu="12"} 3.895387e+06 node_softnet_processed_total{cpu="120"} 5.739086e+06 node_softnet_processed_total{cpu="121"} 5.49691e+06 node_softnet_processed_total{cpu="122"} 5.281841e+06 node_softnet_processed_total{cpu="123"} 5.223158e+06 node_softnet_processed_total{cpu="124"} 3.42605769e+08 node_softnet_processed_total{cpu="125"} 2.1646535e+07 node_softnet_processed_total{cpu="126"} 1.8131969e+07 node_softnet_processed_total{cpu="127"} 1.4609618e+07 node_softnet_processed_total{cpu="13"} 3.952332e+06 node_softnet_processed_total{cpu="14"} 4.068408e+06 node_softnet_processed_total{cpu="15"} 4.266336e+06 node_softnet_processed_total{cpu="16"} 1.2223729e+07 node_softnet_processed_total{cpu="17"} 1.0331913e+07 node_softnet_processed_total{cpu="18"} 9.27073e+06 node_softnet_processed_total{cpu="19"} 7.997889e+06 node_softnet_processed_total{cpu="2"} 3.627487e+06 node_softnet_processed_total{cpu="20"} 7.364112e+06 node_softnet_processed_total{cpu="21"} 6.578265e+06 node_softnet_processed_total{cpu="22"} 6.372626e+06 node_softnet_processed_total{cpu="23"} 5.786268e+06 node_softnet_processed_total{cpu="24"} 4.685721e+06 node_softnet_processed_total{cpu="25"} 2.662242e+06 node_softnet_processed_total{cpu="26"} 2.588206e+06 node_softnet_processed_total{cpu="27"} 2.557662e+06 node_softnet_processed_total{cpu="28"} 2.602893e+06 node_softnet_processed_total{cpu="29"} 2.489836e+06 node_softnet_processed_total{cpu="3"} 3.758998e+06 node_softnet_processed_total{cpu="30"} 2.500922e+06 node_softnet_processed_total{cpu="31"} 2.761036e+06 node_softnet_processed_total{cpu="32"} 3.84668e+06 node_softnet_processed_total{cpu="33"} 3.85254e+06 node_softnet_processed_total{cpu="34"} 3.718106e+06 node_softnet_processed_total{cpu="35"} 3.607361e+06 node_softnet_processed_total{cpu="36"} 3.753416e+06 node_softnet_processed_total{cpu="37"} 5.502027e+06 node_softnet_processed_total{cpu="38"} 5.139506e+06 node_softnet_processed_total{cpu="39"} 5.204637e+06 node_softnet_processed_total{cpu="4"} 3.825911e+06 node_softnet_processed_total{cpu="40"} 7.786389e+06 node_softnet_processed_total{cpu="41"} 8.81357e+06 node_softnet_processed_total{cpu="42"} 6.454545e+06 node_softnet_processed_total{cpu="43"} 6.21393e+06 node_softnet_processed_total{cpu="44"} 5.445328e+06 node_softnet_processed_total{cpu="45"} 5.025899e+06 node_softnet_processed_total{cpu="46"} 4.770125e+06 node_softnet_processed_total{cpu="47"} 4.631518e+06 node_softnet_processed_total{cpu="48"} 9.100024e+06 node_softnet_processed_total{cpu="49"} 8.570109e+06 node_softnet_processed_total{cpu="5"} 3.819237e+06 node_softnet_processed_total{cpu="50"} 8.068018e+06 node_softnet_processed_total{cpu="51"} 7.707083e+06 node_softnet_processed_total{cpu="52"} 5.13655585e+08 node_softnet_processed_total{cpu="53"} 3.8598552e+07 node_softnet_processed_total{cpu="54"} 3.1368357e+07 node_softnet_processed_total{cpu="55"} 2.5148071e+07 node_softnet_processed_total{cpu="56"} 1.2177754e+07 node_softnet_processed_total{cpu="57"} 1.0344636e+07 node_softnet_processed_total{cpu="58"} 9.104628e+06 node_softnet_processed_total{cpu="59"} 8.076735e+06 node_softnet_processed_total{cpu="6"} 3.728316e+06 node_softnet_processed_total{cpu="60"} 6.947718e+06 node_softnet_processed_total{cpu="61"} 7.27462e+06 node_softnet_processed_total{cpu="62"} 6.428967e+06 node_softnet_processed_total{cpu="63"} 6.037734e+06 node_softnet_processed_total{cpu="64"} 3.42787e+06 node_softnet_processed_total{cpu="65"} 3.703051e+06 node_softnet_processed_total{cpu="66"} 3.657351e+06 node_softnet_processed_total{cpu="67"} 3.645154e+06 node_softnet_processed_total{cpu="68"} 3.622689e+06 node_softnet_processed_total{cpu="69"} 3.542434e+06 node_softnet_processed_total{cpu="7"} 3.730398e+06 node_softnet_processed_total{cpu="70"} 3.343105e+06 node_softnet_processed_total{cpu="71"} 3.307192e+06 node_softnet_processed_total{cpu="72"} 3.868477e+06 node_softnet_processed_total{cpu="73"} 4.000339e+06 node_softnet_processed_total{cpu="74"} 3.983874e+06 node_softnet_processed_total{cpu="75"} 3.882256e+06 node_softnet_processed_total{cpu="76"} 4.020171e+06 node_softnet_processed_total{cpu="77"} 3.959555e+06 node_softnet_processed_total{cpu="78"} 3.893996e+06 node_softnet_processed_total{cpu="79"} 3.827654e+06 node_softnet_processed_total{cpu="8"} 3.784694e+06 node_softnet_processed_total{cpu="80"} 5.391521e+06 node_softnet_processed_total{cpu="81"} 5.372845e+06 node_softnet_processed_total{cpu="82"} 5.024426e+06 node_softnet_processed_total{cpu="83"} 4.848346e+06 node_softnet_processed_total{cpu="84"} 4.791883e+06 node_softnet_processed_total{cpu="85"} 3.10447459e+08 node_softnet_processed_total{cpu="86"} 1.6473126e+07 node_softnet_processed_total{cpu="87"} 1.3758918e+07 node_softnet_processed_total{cpu="88"} 2.550055e+06 node_softnet_processed_total{cpu="89"} 2.562367e+06 node_softnet_processed_total{cpu="9"} 3.839972e+06 node_softnet_processed_total{cpu="90"} 2.48817e+06 node_softnet_processed_total{cpu="91"} 2.521768e+06 node_softnet_processed_total{cpu="92"} 2.530668e+06 node_softnet_processed_total{cpu="93"} 2.613966e+06 node_softnet_processed_total{cpu="94"} 2.500093e+06 node_softnet_processed_total{cpu="95"} 2.507408e+06 node_softnet_processed_total{cpu="96"} 3.222645e+06 node_softnet_processed_total{cpu="97"} 4.408242e+06 node_softnet_processed_total{cpu="98"} 3.216258e+06 node_softnet_processed_total{cpu="99"} 3.195507e+06 # 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"} 79 node_softnet_times_squeezed_total{cpu="1"} 17 node_softnet_times_squeezed_total{cpu="10"} 24 node_softnet_times_squeezed_total{cpu="100"} 15 node_softnet_times_squeezed_total{cpu="101"} 23 node_softnet_times_squeezed_total{cpu="102"} 16 node_softnet_times_squeezed_total{cpu="103"} 26 node_softnet_times_squeezed_total{cpu="104"} 22 node_softnet_times_squeezed_total{cpu="105"} 22 node_softnet_times_squeezed_total{cpu="106"} 5452 node_softnet_times_squeezed_total{cpu="107"} 9 node_softnet_times_squeezed_total{cpu="108"} 27 node_softnet_times_squeezed_total{cpu="109"} 22 node_softnet_times_squeezed_total{cpu="11"} 13 node_softnet_times_squeezed_total{cpu="110"} 26 node_softnet_times_squeezed_total{cpu="111"} 32 node_softnet_times_squeezed_total{cpu="112"} 125 node_softnet_times_squeezed_total{cpu="113"} 133 node_softnet_times_squeezed_total{cpu="114"} 113 node_softnet_times_squeezed_total{cpu="115"} 134 node_softnet_times_squeezed_total{cpu="116"} 144 node_softnet_times_squeezed_total{cpu="117"} 126 node_softnet_times_squeezed_total{cpu="118"} 108 node_softnet_times_squeezed_total{cpu="119"} 131 node_softnet_times_squeezed_total{cpu="12"} 18 node_softnet_times_squeezed_total{cpu="120"} 114 node_softnet_times_squeezed_total{cpu="121"} 117 node_softnet_times_squeezed_total{cpu="122"} 129 node_softnet_times_squeezed_total{cpu="123"} 108 node_softnet_times_squeezed_total{cpu="124"} 6489 node_softnet_times_squeezed_total{cpu="125"} 126 node_softnet_times_squeezed_total{cpu="126"} 122 node_softnet_times_squeezed_total{cpu="127"} 100 node_softnet_times_squeezed_total{cpu="13"} 15 node_softnet_times_squeezed_total{cpu="14"} 11 node_softnet_times_squeezed_total{cpu="15"} 14 node_softnet_times_squeezed_total{cpu="16"} 40 node_softnet_times_squeezed_total{cpu="17"} 51 node_softnet_times_squeezed_total{cpu="18"} 42 node_softnet_times_squeezed_total{cpu="19"} 43 node_softnet_times_squeezed_total{cpu="2"} 13 node_softnet_times_squeezed_total{cpu="20"} 42 node_softnet_times_squeezed_total{cpu="21"} 50 node_softnet_times_squeezed_total{cpu="22"} 34 node_softnet_times_squeezed_total{cpu="23"} 42 node_softnet_times_squeezed_total{cpu="24"} 61 node_softnet_times_squeezed_total{cpu="25"} 34 node_softnet_times_squeezed_total{cpu="26"} 21 node_softnet_times_squeezed_total{cpu="27"} 17 node_softnet_times_squeezed_total{cpu="28"} 20 node_softnet_times_squeezed_total{cpu="29"} 23 node_softnet_times_squeezed_total{cpu="3"} 23 node_softnet_times_squeezed_total{cpu="30"} 16 node_softnet_times_squeezed_total{cpu="31"} 19 node_softnet_times_squeezed_total{cpu="32"} 27 node_softnet_times_squeezed_total{cpu="33"} 29 node_softnet_times_squeezed_total{cpu="34"} 19 node_softnet_times_squeezed_total{cpu="35"} 19 node_softnet_times_squeezed_total{cpu="36"} 15 node_softnet_times_squeezed_total{cpu="37"} 9 node_softnet_times_squeezed_total{cpu="38"} 13 node_softnet_times_squeezed_total{cpu="39"} 17 node_softnet_times_squeezed_total{cpu="4"} 15 node_softnet_times_squeezed_total{cpu="40"} 19 node_softnet_times_squeezed_total{cpu="41"} 28 node_softnet_times_squeezed_total{cpu="42"} 39 node_softnet_times_squeezed_total{cpu="43"} 24 node_softnet_times_squeezed_total{cpu="44"} 22 node_softnet_times_squeezed_total{cpu="45"} 24 node_softnet_times_squeezed_total{cpu="46"} 12 node_softnet_times_squeezed_total{cpu="47"} 20 node_softnet_times_squeezed_total{cpu="48"} 165 node_softnet_times_squeezed_total{cpu="49"} 123 node_softnet_times_squeezed_total{cpu="5"} 20 node_softnet_times_squeezed_total{cpu="50"} 140 node_softnet_times_squeezed_total{cpu="51"} 134 node_softnet_times_squeezed_total{cpu="52"} 7297 node_softnet_times_squeezed_total{cpu="53"} 92 node_softnet_times_squeezed_total{cpu="54"} 104 node_softnet_times_squeezed_total{cpu="55"} 127 node_softnet_times_squeezed_total{cpu="56"} 123 node_softnet_times_squeezed_total{cpu="57"} 107 node_softnet_times_squeezed_total{cpu="58"} 94 node_softnet_times_squeezed_total{cpu="59"} 117 node_softnet_times_squeezed_total{cpu="6"} 21 node_softnet_times_squeezed_total{cpu="60"} 148 node_softnet_times_squeezed_total{cpu="61"} 132 node_softnet_times_squeezed_total{cpu="62"} 118 node_softnet_times_squeezed_total{cpu="63"} 151 node_softnet_times_squeezed_total{cpu="64"} 19 node_softnet_times_squeezed_total{cpu="65"} 24 node_softnet_times_squeezed_total{cpu="66"} 17 node_softnet_times_squeezed_total{cpu="67"} 24 node_softnet_times_squeezed_total{cpu="68"} 24 node_softnet_times_squeezed_total{cpu="69"} 25 node_softnet_times_squeezed_total{cpu="7"} 17 node_softnet_times_squeezed_total{cpu="70"} 17 node_softnet_times_squeezed_total{cpu="71"} 15 node_softnet_times_squeezed_total{cpu="72"} 22 node_softnet_times_squeezed_total{cpu="73"} 18 node_softnet_times_squeezed_total{cpu="74"} 17 node_softnet_times_squeezed_total{cpu="75"} 13 node_softnet_times_squeezed_total{cpu="76"} 15 node_softnet_times_squeezed_total{cpu="77"} 15 node_softnet_times_squeezed_total{cpu="78"} 16 node_softnet_times_squeezed_total{cpu="79"} 13 node_softnet_times_squeezed_total{cpu="8"} 21 node_softnet_times_squeezed_total{cpu="80"} 47 node_softnet_times_squeezed_total{cpu="81"} 37 node_softnet_times_squeezed_total{cpu="82"} 37 node_softnet_times_squeezed_total{cpu="83"} 43 node_softnet_times_squeezed_total{cpu="84"} 28 node_softnet_times_squeezed_total{cpu="85"} 1254 node_softnet_times_squeezed_total{cpu="86"} 28 node_softnet_times_squeezed_total{cpu="87"} 28 node_softnet_times_squeezed_total{cpu="88"} 26 node_softnet_times_squeezed_total{cpu="89"} 25 node_softnet_times_squeezed_total{cpu="9"} 15 node_softnet_times_squeezed_total{cpu="90"} 24 node_softnet_times_squeezed_total{cpu="91"} 15 node_softnet_times_squeezed_total{cpu="92"} 21 node_softnet_times_squeezed_total{cpu="93"} 27 node_softnet_times_squeezed_total{cpu="94"} 22 node_softnet_times_squeezed_total{cpu="95"} 27 node_softnet_times_squeezed_total{cpu="96"} 12 node_softnet_times_squeezed_total{cpu="97"} 20 node_softnet_times_squeezed_total{cpu="98"} 13 node_softnet_times_squeezed_total{cpu="99"} 9 # 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="sshd-unix-local.socket"} 0 node_systemd_socket_accepted_connections_total{name="syslog.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-hostnamed.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-pcrlock.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 # 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="sshd-unix-local.socket"} 0 node_systemd_socket_current_connections{name="syslog.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-hostnamed.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-pcrlock.socket"} 0 node_systemd_socket_current_connections{name="systemd-udevd-control.socket"} 0 node_systemd_socket_current_connections{name="systemd-udevd-kernel.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="sshd-unix-local.socket"} 0 node_systemd_socket_refused_connections_total{name="syslog.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-hostnamed.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-pcrlock.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 # 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.768621311747573e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-brana.seslost.cz.timer"} 1.768659780920595e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-cache.seslost.cz.timer"} 1.768658798288373e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-databaze.seslost.cz.timer"} 1.768671391644329e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-fuska.sifrovacky.cz.timer"} 1.768606467227213e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-inula.sifrovacky.cz.timer"} 1.768666359342e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-kachna.sifrovacky.cz.timer"} 1.768590760086069e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-kolecko.sifrovacky.cz.timer"} 1.768645831265666e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-matrix.sifrovacky.cz.timer"} 1.768665631265746e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-michana.sifrovacky.cz.timer"} 1.768634303507158e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-potrati.cz.timer"} 1.768656717334513e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-prometheus.seslost.cz.timer"} 1.768661731186268e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-rails.prometheus.seslost.cz.timer"} 1.76866899126559e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-rajce.seslost.cz.timer"} 1.768599333753678e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-rspamd.prometheus.seslost.cz.timer"} 1.768657613121997e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-schody.seslost.cz.timer"} 1.768607479865804e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-seslost.cz.timer"} 1.76860507953679e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-sifrovacky.cz.timer"} 1.768621716799235e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-statek.seslost.cz.timer"} 1.768673665378314e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-stream.seslost.cz.timer"} 1.76860039626505e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-trakar.seslost.cz.timer"} 1.768634288504938e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-www.potrati.cz.timer"} 1.768590076271123e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-www.seslost.cz.timer"} 1.76862371957294e+09 node_systemd_timer_last_trigger_seconds{name="acme-renew-www.sifrovacky.cz.timer"} 1.768614643343624e+09 node_systemd_timer_last_trigger_seconds{name="backup.timer"} 1.768674362969132e+09 node_systemd_timer_last_trigger_seconds{name="domain-recognize-clans.timer"} 1.768614448318586e+09 node_systemd_timer_last_trigger_seconds{name="domain-recognize-players.timer"} 1.768607664993362e+09 node_systemd_timer_last_trigger_seconds{name="domain-recognize-users.timer"} 1.76865812317424e+09 node_systemd_timer_last_trigger_seconds{name="fstrim.timer"} 0 node_systemd_timer_last_trigger_seconds{name="ladder.timer"} 1.768615988809398e+09 node_systemd_timer_last_trigger_seconds{name="logrotate.timer"} 1.768672802762249e+09 node_systemd_timer_last_trigger_seconds{name="nix-gc.timer"} 1.768172402018723e+09 node_systemd_timer_last_trigger_seconds{name="rspamd-dmarc-reporter.timer"} 1.768651147255394e+09 node_systemd_timer_last_trigger_seconds{name="smsinfo-replay-pre.timer"} 1.768649527039814e+09 node_systemd_timer_last_trigger_seconds{name="spider.timer"} 1.768610552320778e+09 node_systemd_timer_last_trigger_seconds{name="systemd-tmpfiles-clean.timer"} 1.768638448044842e+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-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-rails.prometheus.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rails.prometheus.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rails.prometheus.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rails.prometheus.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-rails.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-schody.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-schody.seslost.cz.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-schody.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-schody.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-order-renew-schody.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.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-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-rails.prometheus.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-rails.prometheus.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-rails.prometheus.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-rails.prometheus.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-rails.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-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-rails.prometheus.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-rails.prometheus.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-rails.prometheus.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-rails.prometheus.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-rails.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-schody.seslost.cz.timer",state="activating",type=""} 0 node_systemd_unit_state{name="acme-renew-schody.seslost.cz.timer",state="active",type=""} 1 node_systemd_unit_state{name="acme-renew-schody.seslost.cz.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="acme-renew-schody.seslost.cz.timer",state="failed",type=""} 0 node_systemd_unit_state{name="acme-renew-schody.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.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-schody.seslost.cz.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="acme-schody.seslost.cz.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="acme-schody.seslost.cz.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="acme-schody.seslost.cz.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="acme-schody.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.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="activate-virtual-mail-users.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="activate-virtual-mail-users.service",state="active",type="simple"} 0 node_systemd_unit_state{name="activate-virtual-mail-users.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="activate-virtual-mail-users.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="activate-virtual-mail-users.service",state="inactive",type="simple"} 1 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="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.service",state="activating",type="notify"} 0 node_systemd_unit_state{name="dbus.service",state="active",type="notify"} 1 node_systemd_unit_state{name="dbus.service",state="deactivating",type="notify"} 0 node_systemd_unit_state{name="dbus.service",state="failed",type="notify"} 0 node_systemd_unit_state{name="dbus.service",state="inactive",type="notify"} 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="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="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-tomas.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="home-manager-tomas.service",state="active",type="oneshot"} 0 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"} 1 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"} 0 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"} 1 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="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-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-setup.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="network-setup.service",state="active",type="oneshot"} 1 node_systemd_unit_state{name="network-setup.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="network-setup.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="network-setup.service",state="inactive",type="oneshot"} 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-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="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="save-hwclock.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="save-hwclock.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="save-hwclock.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="save-hwclock.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="save-hwclock.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="schody-web.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="schody-web.service",state="active",type="simple"} 1 node_systemd_unit_state{name="schody-web.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="schody-web.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="schody-web.service",state="inactive",type="simple"} 0 node_systemd_unit_state{name="seslost-app-prometheus-exporter.service",state="activating",type="simple"} 0 node_systemd_unit_state{name="seslost-app-prometheus-exporter.service",state="active",type="simple"} 1 node_systemd_unit_state{name="seslost-app-prometheus-exporter.service",state="deactivating",type="simple"} 0 node_systemd_unit_state{name="seslost-app-prometheus-exporter.service",state="failed",type="simple"} 0 node_systemd_unit_state{name="seslost-app-prometheus-exporter.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-replay-pre.service",state="activating",type="oneshot"} 0 node_systemd_unit_state{name="smsinfo-replay-pre.service",state="active",type="oneshot"} 0 node_systemd_unit_state{name="smsinfo-replay-pre.service",state="deactivating",type="oneshot"} 0 node_systemd_unit_state{name="smsinfo-replay-pre.service",state="failed",type="oneshot"} 0 node_systemd_unit_state{name="smsinfo-replay-pre.service",state="inactive",type="oneshot"} 1 node_systemd_unit_state{name="smsinfo-replay-pre.timer",state="activating",type=""} 0 node_systemd_unit_state{name="smsinfo-replay-pre.timer",state="active",type=""} 1 node_systemd_unit_state{name="smsinfo-replay-pre.timer",state="deactivating",type=""} 0 node_systemd_unit_state{name="smsinfo-replay-pre.timer",state="failed",type=""} 0 node_systemd_unit_state{name="smsinfo-replay-pre.timer",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="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-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-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-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-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-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-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-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.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-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"} 192 node_systemd_units{state="deactivating"} 0 node_systemd_units{state="failed"} 0 node_systemd_units{state="inactive"} 115 # HELP node_systemd_version Detected systemd version # TYPE node_systemd_version gauge node_systemd_version{version="258.2"} 258.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.768675685327135e+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="CET"} 3600 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 3.5e-05 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000218626861572 # 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.322994 # 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.59",sysname="Linux",version="#1-vpsAdminOS SMP PREEMPT_DYNAMIC Sat Nov 29 14:06:55 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 2.15072688e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 3.6945339e+07 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.37246679e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.88824351e+09 # 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 53.27 # 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 6.93762842e+08 # 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 2.60132476e+08 # 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 5.251072e+06 # 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.7686375472e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.804685312e+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"} 639 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0