# 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"} 5.4256e-05 go_gc_duration_seconds{quantile="0.25"} 6.4218e-05 go_gc_duration_seconds{quantile="0.5"} 7.5696e-05 go_gc_duration_seconds{quantile="0.75"} 8.7641e-05 go_gc_duration_seconds{quantile="1"} 0.000408025 go_gc_duration_seconds_sum 5.444447351 go_gc_duration_seconds_count 77131 # 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 45 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.24.1"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 4.730776e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.9343190696e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.57968e+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 3.756762095e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.013232e+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 4.730776e+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 9.805824e+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 6.381568e+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 8047 # 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.684672e+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.6187392e+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.7823217682573085e+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 3.756770142e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 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 67840 # 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 146880 # 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 9.61165e+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 574688 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 589824 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 589824 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.21074e+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 7 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 15628.39 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.121385562e+09 # 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 8.03523686e+08 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 17 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.6578944e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.78100877641e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.269772288e+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_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"} 87505 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0 # HELP smokeping_prober_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which smokeping_prober was built, and the goos and goarch for the build. # TYPE smokeping_prober_build_info gauge smokeping_prober_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.24.1",revision="462a49de25dc3a64a4f17832450f96193d372ab5",tags="unknown",version="0.10.0"} 1 # HELP smokeping_prober_config_last_reload_success_timestamp_seconds Timestamp of the last successful configuration reload. # TYPE smokeping_prober_config_last_reload_success_timestamp_seconds gauge smokeping_prober_config_last_reload_success_timestamp_seconds 1.7810087774687693e+09 # HELP smokeping_prober_config_last_reload_successful smokeping_prober config loaded successfully. # TYPE smokeping_prober_config_last_reload_successful gauge smokeping_prober_config_last_reload_successful 1 # HELP smokeping_receive_errors_total The number of errors when Pinger attempts to receive packets. # TYPE smokeping_receive_errors_total counter smokeping_receive_errors_total 0 # HELP smokeping_requests_total Number of ping requests sent # TYPE smokeping_requests_total counter smokeping_requests_total{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0"} 262597 smokeping_requests_total{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0"} 262597 smokeping_requests_total{host="google.com",ip="142.251.222.14",source="",tos="0"} 262598 smokeping_requests_total{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0"} 262597 smokeping_requests_total{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0"} 262597 smokeping_requests_total{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0"} 262597 smokeping_requests_total{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0"} 262598 smokeping_requests_total{host="server.netopia.top",ip="157.211.196.104",source="",tos="0"} 262597 smokeping_requests_total{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0"} 262597 # HELP smokeping_response_duplicates_total The number of duplicated response packets. # TYPE smokeping_response_duplicates_total counter smokeping_response_duplicates_total{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0"} 0 smokeping_response_duplicates_total{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0"} 0 smokeping_response_duplicates_total{host="google.com",ip="142.251.222.14",source="",tos="0"} 0 smokeping_response_duplicates_total{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0"} 0 smokeping_response_duplicates_total{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0"} 0 smokeping_response_duplicates_total{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0"} 0 smokeping_response_duplicates_total{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0"} 0 smokeping_response_duplicates_total{host="server.netopia.top",ip="157.211.196.104",source="",tos="0"} 0 smokeping_response_duplicates_total{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0"} 0 # HELP smokeping_response_duration_seconds A histogram of latencies for ping responses. # TYPE smokeping_response_duration_seconds histogram smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="5e-05"} 0 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="0.0001"} 0 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="0.0002"} 0 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="0.0004"} 4 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="0.0008"} 197584 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="0.0016"} 260813 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="0.0032"} 262175 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="0.0064"} 262518 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="0.0128"} 262582 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="0.0256"} 262594 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="0.0512"} 262594 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="0.1024"} 262595 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="0.2048"} 262596 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="0.4096"} 262596 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="0.8192"} 262596 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="1.6384"} 262596 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="3.2768"} 262596 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="6.5536"} 262596 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="13.1072"} 262596 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="26.2144"} 262596 smokeping_response_duration_seconds_bucket{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0",le="+Inf"} 262596 smokeping_response_duration_seconds_sum{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0"} 211.0028289479933 smokeping_response_duration_seconds_count{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0"} 262596 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="5e-05"} 0 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="0.0001"} 0 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="0.0002"} 0 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="0.0004"} 108 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="0.0008"} 27887 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="0.0016"} 261568 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="0.0032"} 262486 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="0.0064"} 262586 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="0.0128"} 262595 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="0.0256"} 262595 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="0.0512"} 262595 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="0.1024"} 262595 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="0.2048"} 262595 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="0.4096"} 262595 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="0.8192"} 262595 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="1.6384"} 262595 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="3.2768"} 262595 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="6.5536"} 262595 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="13.1072"} 262595 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="26.2144"} 262595 smokeping_response_duration_seconds_bucket{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0",le="+Inf"} 262595 smokeping_response_duration_seconds_sum{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0"} 248.63760691100038 smokeping_response_duration_seconds_count{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0"} 262595 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="5e-05"} 0 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="0.0001"} 0 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="0.0002"} 0 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="0.0004"} 0 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="0.0008"} 0 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="0.0016"} 0 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="0.0032"} 0 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="0.0064"} 0 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="0.0128"} 0 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="0.0256"} 0 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="0.0512"} 259492 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="0.1024"} 261177 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="0.2048"} 261221 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="0.4096"} 261243 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="0.8192"} 261263 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="1.6384"} 261274 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="3.2768"} 261275 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="6.5536"} 261276 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="13.1072"} 261276 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="26.2144"} 261276 smokeping_response_duration_seconds_bucket{host="google.com",ip="142.251.222.14",source="",tos="0",le="+Inf"} 261276 smokeping_response_duration_seconds_sum{host="google.com",ip="142.251.222.14",source="",tos="0"} 12345.433796879955 smokeping_response_duration_seconds_count{host="google.com",ip="142.251.222.14",source="",tos="0"} 261276 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="5e-05"} 0 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="0.0001"} 0 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="0.0002"} 2 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="0.0004"} 231830 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="0.0008"} 261181 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="0.0016"} 262383 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="0.0032"} 262576 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="0.0064"} 262592 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="0.0128"} 262595 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="0.0256"} 262595 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="0.0512"} 262595 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="0.1024"} 262595 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="0.2048"} 262595 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="0.4096"} 262595 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="0.8192"} 262595 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="1.6384"} 262595 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="3.2768"} 262595 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="6.5536"} 262595 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="13.1072"} 262595 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="26.2144"} 262595 smokeping_response_duration_seconds_bucket{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0",le="+Inf"} 262595 smokeping_response_duration_seconds_sum{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0"} 92.98069348599827 smokeping_response_duration_seconds_count{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0"} 262595 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="5e-05"} 0 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="0.0001"} 0 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="0.0002"} 0 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="0.0004"} 24 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="0.0008"} 258817 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="0.0016"} 261736 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="0.0032"} 262162 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="0.0064"} 262422 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="0.0128"} 262577 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="0.0256"} 262594 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="0.0512"} 262595 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="0.1024"} 262595 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="0.2048"} 262596 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="0.4096"} 262596 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="0.8192"} 262596 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="1.6384"} 262596 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="3.2768"} 262596 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="6.5536"} 262596 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="13.1072"} 262596 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="26.2144"} 262596 smokeping_response_duration_seconds_bucket{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0",le="+Inf"} 262596 smokeping_response_duration_seconds_sum{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0"} 143.44594085800068 smokeping_response_duration_seconds_count{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0"} 262596 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="5e-05"} 0 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="0.0001"} 0 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="0.0002"} 0 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="0.0004"} 142531 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="0.0008"} 260932 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="0.0016"} 262297 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="0.0032"} 262507 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="0.0064"} 262588 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="0.0128"} 262596 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="0.0256"} 262596 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="0.0512"} 262596 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="0.1024"} 262596 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="0.2048"} 262596 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="0.4096"} 262596 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="0.8192"} 262596 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="1.6384"} 262596 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="3.2768"} 262596 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="6.5536"} 262596 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="13.1072"} 262596 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="26.2144"} 262596 smokeping_response_duration_seconds_bucket{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0",le="+Inf"} 262596 smokeping_response_duration_seconds_sum{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0"} 106.17332297699839 smokeping_response_duration_seconds_count{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0"} 262596 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="5e-05"} 0 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="0.0001"} 0 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="0.0002"} 0 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="0.0004"} 0 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="0.0008"} 0 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="0.0016"} 0 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="0.0032"} 0 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="0.0064"} 0 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="0.0128"} 0 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="0.0256"} 0 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="0.0512"} 0 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="0.1024"} 0 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="0.2048"} 0 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="0.4096"} 248169 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="0.8192"} 248178 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="1.6384"} 248179 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="3.2768"} 248179 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="6.5536"} 248179 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="13.1072"} 248179 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="26.2144"} 248179 smokeping_response_duration_seconds_bucket{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0",le="+Inf"} 248179 smokeping_response_duration_seconds_sum{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0"} 66086.04810093081 smokeping_response_duration_seconds_count{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0"} 248179 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="5e-05"} 0 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="0.0001"} 0 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="0.0002"} 0 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="0.0004"} 0 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="0.0008"} 0 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="0.0016"} 0 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="0.0032"} 0 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="0.0064"} 34 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="0.0128"} 255792 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="0.0256"} 258255 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="0.0512"} 259116 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="0.1024"} 259620 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="0.2048"} 259741 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="0.4096"} 259744 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="0.8192"} 259745 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="1.6384"} 259746 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="3.2768"} 259746 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="6.5536"} 259746 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="13.1072"} 259746 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="26.2144"} 259746 smokeping_response_duration_seconds_bucket{host="server.netopia.top",ip="157.211.196.104",source="",tos="0",le="+Inf"} 259746 smokeping_response_duration_seconds_sum{host="server.netopia.top",ip="157.211.196.104",source="",tos="0"} 2679.445884050054 smokeping_response_duration_seconds_count{host="server.netopia.top",ip="157.211.196.104",source="",tos="0"} 259746 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="5e-05"} 0 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="0.0001"} 0 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="0.0002"} 0 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="0.0004"} 0 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="0.0008"} 0 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="0.0016"} 0 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="0.0032"} 253426 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="0.0064"} 260013 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="0.0128"} 260910 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="0.0256"} 261321 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="0.0512"} 261423 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="0.1024"} 261434 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="0.2048"} 261445 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="0.4096"} 261449 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="0.8192"} 261449 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="1.6384"} 261449 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="3.2768"} 261449 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="6.5536"} 261449 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="13.1072"} 261449 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="26.2144"} 261449 smokeping_response_duration_seconds_bucket{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0",le="+Inf"} 261449 smokeping_response_duration_seconds_sum{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0"} 783.6033682860078 smokeping_response_duration_seconds_count{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0"} 261449 # HELP smokeping_response_ttl The last response Time To Live (TTL). # TYPE smokeping_response_ttl gauge smokeping_response_ttl{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0"} 126 smokeping_response_ttl{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0"} 62 smokeping_response_ttl{host="google.com",ip="142.251.222.14",source="",tos="0"} 111 smokeping_response_ttl{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0"} 63 smokeping_response_ttl{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0"} 63 smokeping_response_ttl{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0"} 63 smokeping_response_ttl{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0"} 44 smokeping_response_ttl{host="server.netopia.top",ip="157.211.196.104",source="",tos="0"} 50 smokeping_response_ttl{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0"} 51 # HELP smokeping_send_errors_total The number of errors when Pinger attempts to send packets. # TYPE smokeping_send_errors_total counter smokeping_send_errors_total{host="christmas.ucc.asn.au",ip="130.95.13.93",source="",tos="0"} 0 smokeping_send_errors_total{host="coffinfish.ucc.asn.au",ip="130.95.13.89",source="",tos="0"} 0 smokeping_send_errors_total{host="google.com",ip="142.251.222.14",source="",tos="0"} 0 smokeping_send_errors_total{host="mareanie.ucc.asn.au",ip="130.95.13.32",source="",tos="0"} 0 smokeping_send_errors_total{host="mora.ucc.asn.au",ip="130.95.13.58",source="",tos="0"} 0 smokeping_send_errors_total{host="motsugo.ucc.asn.au",ip="130.95.13.31",source="",tos="0"} 0 smokeping_send_errors_total{host="ping.archlinux.org",ip="95.216.195.133",source="",tos="0"} 0 smokeping_send_errors_total{host="server.netopia.top",ip="157.211.196.104",source="",tos="0"} 0 smokeping_send_errors_total{host="uwa.edu.au",ip="104.18.4.186",source="",tos="0"} 0