# 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.2362e-05 go_gc_duration_seconds{quantile="0.25"} 3.2149e-05 go_gc_duration_seconds{quantile="0.5"} 7.1344e-05 go_gc_duration_seconds{quantile="0.75"} 0.00011346 go_gc_duration_seconds{quantile="1"} 0.000295108 go_gc_duration_seconds_sum 0.418991632 go_gc_duration_seconds_count 5276 # 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 9 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 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.124672e+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.987986664e+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 4178 # 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 6.0633382e+07 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 2.785192e+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.124672e+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.094272e+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.25984e+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 10685 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 5.996544e+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.1354112e+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.7652486875620203e+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 6.0644067e+07 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 14400 # 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 15600 # 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 211520 # 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 261120 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.484288e+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 2.41335e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.212416e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.212416e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.8045968e+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 12 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 17 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 28.56 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524288 # 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.9091073e+07 # 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.1877864e+07 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 32 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.1000192e+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.76519298156e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.268604928e+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 smartctl_device Device info # TYPE smartctl_device gauge smartctl_device{ata_additional_product_id="unknown",ata_version="ACS-2, ATA8-ACS T13/1699-D revision 4c",device="sda",firmware_version="EXT0BB6Q",form_factor="",interface="sat",model_family="Samsung based SSDs",model_name="Samsung SSD 840 EVO 250GB",protocol="ATA",sata_version="SATA 3.1",scsi_product="",scsi_revision="",scsi_vendor="",scsi_version="",serial_number="S1DBNSBF245707R"} 1 smartctl_device{ata_additional_product_id="unknown",ata_version="ACS-3 T13/2161-D revision 5",device="sdb",firmware_version="0001",form_factor="3.5 inches",interface="sat",model_family="Seagate BarraCuda 3.5 (SMR)",model_name="ST8000DM004-2CX188",protocol="ATA",sata_version="SATA 3.1",scsi_product="",scsi_revision="",scsi_vendor="",scsi_version="",serial_number="ZCT1ZLS1"} 1 smartctl_device{ata_additional_product_id="unknown",ata_version="ACS-3 T13/2161-D revision 5",device="sdc",firmware_version="0001",form_factor="3.5 inches",interface="sat",model_family="Seagate BarraCuda 3.5 (SMR)",model_name="ST8000DM004-2CX188",protocol="ATA",sata_version="SATA 3.1",scsi_product="",scsi_revision="",scsi_vendor="",scsi_version="",serial_number="ZCT1Y8B9"} 1 # HELP smartctl_device_attribute Device attributes # TYPE smartctl_device_attribute gauge smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="raw",device="sdb"} 1.5432148207033436e+16 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="raw",device="sdc"} 9.127677382384898e+15 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="worst",device="sdb"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="240",attribute_name="Head_Flying_Hours",attribute_value_type="worst",device="sdc"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="raw",device="sdb"} 6.3770772739e+10 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="raw",device="sdc"} 4.8150834913e+10 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="worst",device="sdb"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="worst",device="sdc"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="raw",device="sdb"} 3.8064665033e+10 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="raw",device="sdc"} 6.292988132e+10 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="worst",device="sdb"} 253 smartctl_device_attribute{attribute_flags_long="",attribute_flags_short="------",attribute_id="242",attribute_name="Total_LBAs_Read",attribute_value_type="worst",device="sdc"} 253 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="event_count",attribute_flags_short="----C-",attribute_id="198",attribute_name="Offline_Uncorrectable",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="value",device="sdb"} 94 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="value",device="sdc"} 94 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="worst",device="sdb"} 92 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online",attribute_flags_short="PO----",attribute_id="3",attribute_name="Spin_Up_Time",attribute_value_type="worst",device="sdc"} 92 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="thresh",device="sdb"} 97 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="thresh",device="sdc"} 97 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="10",attribute_name="Spin_Retry_Count",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="177",attribute_name="Wear_Leveling_Count",attribute_value_type="raw",device="sda"} 222 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="177",attribute_name="Wear_Leveling_Count",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="177",attribute_name="Wear_Leveling_Count",attribute_value_type="value",device="sda"} 81 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="177",attribute_name="Wear_Leveling_Count",attribute_value_type="worst",device="sda"} 81 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="179",attribute_name="Used_Rsvd_Blk_Cnt_Tot",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="179",attribute_name="Used_Rsvd_Blk_Cnt_Tot",attribute_value_type="thresh",device="sda"} 10 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="179",attribute_name="Used_Rsvd_Blk_Cnt_Tot",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="179",attribute_name="Used_Rsvd_Blk_Cnt_Tot",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="183",attribute_name="Runtime_Bad_Block",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="183",attribute_name="Runtime_Bad_Block",attribute_value_type="thresh",device="sda"} 10 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="183",attribute_name="Runtime_Bad_Block",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count",attribute_flags_short="PO--C-",attribute_id="183",attribute_name="Runtime_Bad_Block",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="thresh",device="sda"} 10 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="thresh",device="sdb"} 10 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="thresh",device="sdc"} 10 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,event_count,auto_keep",attribute_flags_short="PO--CK",attribute_id="5",attribute_name="Reallocated_Sector_Ct",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="raw",device="sdb"} 1.6670691e+08 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="raw",device="sdc"} 1.65147534e+08 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="thresh",device="sdb"} 6 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="thresh",device="sdc"} 6 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="value",device="sdb"} 82 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="value",device="sdc"} 82 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="worst",device="sdb"} 64 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="1",attribute_name="Raw_Read_Error_Rate",attribute_value_type="worst",device="sdc"} 64 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="raw",device="sdb"} 8.4967042e+08 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="raw",device="sdc"} 8.66351353e+08 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="thresh",device="sdb"} 45 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="thresh",device="sdc"} 45 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="value",device="sdb"} 89 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="value",device="sdc"} 89 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="worst",device="sdb"} 60 smartctl_device_attribute{attribute_flags_long="prefailure,updated_online,performance,error_rate",attribute_flags_short="POSR--",attribute_id="7",attribute_name="Seek_Error_Rate",attribute_value_type="worst",device="sdc"} 60 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="raw",device="sdb"} 7.07199016e+08 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="raw",device="sdc"} 7.23976232e+08 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="thresh",device="sdb"} 40 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="thresh",device="sdc"} 40 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="value",device="sdb"} 60 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="value",device="sdc"} 60 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="worst",device="sdb"} 54 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="worst",device="sdc"} 52 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="raw",device="sdb"} 7.3014444072e+10 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="raw",device="sdc"} 7.3014444072e+10 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="value",device="sdb"} 40 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="value",device="sdc"} 40 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="worst",device="sdb"} 46 smartctl_device_attribute{attribute_flags_long="updated_online,auto_keep",attribute_flags_short="-O---K",attribute_id="194",attribute_name="Temperature_Celsius",attribute_value_type="worst",device="sdc"} 48 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="ECC_Error_Rate",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="ECC_Error_Rate",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="ECC_Error_Rate",attribute_value_type="value",device="sda"} 200 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="ECC_Error_Rate",attribute_value_type="worst",device="sda"} 200 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="raw",device="sdb"} 1.6670691e+08 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="raw",device="sdc"} 1.65147534e+08 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="value",device="sdb"} 82 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="value",device="sdc"} 82 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="worst",device="sdb"} 64 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count",attribute_flags_short="-O-RC-",attribute_id="195",attribute_name="Hardware_ECC_Recovered",attribute_value_type="worst",device="sdc"} 64 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,error_rate,event_count,auto_keep",attribute_flags_short="-O-RCK",attribute_id="189",attribute_name="High_Fly_Writes",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="197",attribute_name="Current_Pending_Sector",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="235",attribute_name="POR_Recovery_Count",attribute_value_type="raw",device="sda"} 421 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="235",attribute_name="POR_Recovery_Count",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="235",attribute_name="POR_Recovery_Count",attribute_value_type="value",device="sda"} 99 smartctl_device_attribute{attribute_flags_long="updated_online,event_count",attribute_flags_short="-O--C-",attribute_id="235",attribute_name="POR_Recovery_Count",attribute_value_type="worst",device="sda"} 99 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="raw",device="sda"} 1504 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="raw",device="sdb"} 213 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="raw",device="sdc"} 214 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="thresh",device="sdb"} 20 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="thresh",device="sdc"} 20 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="value",device="sda"} 98 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="worst",device="sda"} 98 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="12",attribute_name="Power_Cycle_Count",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="181",attribute_name="Program_Fail_Cnt_Total",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="181",attribute_name="Program_Fail_Cnt_Total",attribute_value_type="thresh",device="sda"} 10 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="181",attribute_name="Program_Fail_Cnt_Total",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="181",attribute_name="Program_Fail_Cnt_Total",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="182",attribute_name="Erase_Fail_Count_Total",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="182",attribute_name="Erase_Fail_Count_Total",attribute_value_type="thresh",device="sda"} 10 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="182",attribute_name="Erase_Fail_Count_Total",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="182",attribute_name="Erase_Fail_Count_Total",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="183",attribute_name="Runtime_Bad_Block",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="183",attribute_name="Runtime_Bad_Block",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="183",attribute_name="Runtime_Bad_Block",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="183",attribute_name="Runtime_Bad_Block",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="183",attribute_name="Runtime_Bad_Block",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="183",attribute_name="Runtime_Bad_Block",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="183",attribute_name="Runtime_Bad_Block",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="183",attribute_name="Runtime_Bad_Block",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="thresh",device="sdb"} 99 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="thresh",device="sdc"} 99 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="184",attribute_name="End-to-End_Error",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Reported_Uncorrect",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Uncorrectable_Error_Cnt",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Uncorrectable_Error_Cnt",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Uncorrectable_Error_Cnt",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="187",attribute_name="Uncorrectable_Error_Cnt",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="188",attribute_name="Command_Timeout",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="raw",device="sda"} 27 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="value",device="sda"} 73 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="190",attribute_name="Airflow_Temperature_Cel",attribute_value_type="worst",device="sda"} 49 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="191",attribute_name="G-Sense_Error_Rate",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="raw",device="sdb"} 999 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="raw",device="sdc"} 996 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="192",attribute_name="Power-Off_Retract_Count",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="raw",device="sdb"} 1714 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="raw",device="sdc"} 1616 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="193",attribute_name="Load_Cycle_Count",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="raw",device="sda"} 6.0029700753e+10 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="value",device="sda"} 99 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="241",attribute_name="Total_LBAs_Written",attribute_value_type="worst",device="sda"} 99 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="raw",device="sdb"} 213 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="raw",device="sdc"} 214 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="thresh",device="sdb"} 20 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="thresh",device="sdc"} 20 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="value",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="value",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="worst",device="sdb"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="4",attribute_name="Start_Stop_Count",attribute_value_type="worst",device="sdc"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="raw",device="sda"} 59793 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="raw",device="sdb"} 4.600837686978201e+15 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="raw",device="sdc"} 5.793442730895001e+15 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="value",device="sda"} 88 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="value",device="sdb"} 71 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="value",device="sdc"} 71 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="worst",device="sda"} 88 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="worst",device="sdb"} 71 smartctl_device_attribute{attribute_flags_long="updated_online,event_count,auto_keep",attribute_flags_short="-O--CK",attribute_id="9",attribute_name="Power_On_Hours",attribute_value_type="worst",device="sdc"} 71 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="CRC_Error_Count",attribute_value_type="raw",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="CRC_Error_Count",attribute_value_type="thresh",device="sda"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="CRC_Error_Count",attribute_value_type="value",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="CRC_Error_Count",attribute_value_type="worst",device="sda"} 100 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="raw",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="raw",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="thresh",device="sdb"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="thresh",device="sdc"} 0 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="value",device="sdb"} 200 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="value",device="sdc"} 200 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="worst",device="sdb"} 200 smartctl_device_attribute{attribute_flags_long="updated_online,performance,error_rate,event_count,auto_keep",attribute_flags_short="-OSRCK",attribute_id="199",attribute_name="UDMA_CRC_Error_Count",attribute_value_type="worst",device="sdc"} 200 # HELP smartctl_device_block_size Device block size # TYPE smartctl_device_block_size gauge smartctl_device_block_size{blocks_type="logical",device="sda"} 512 smartctl_device_block_size{blocks_type="logical",device="sdb"} 512 smartctl_device_block_size{blocks_type="logical",device="sdc"} 512 smartctl_device_block_size{blocks_type="physical",device="sda"} 512 smartctl_device_block_size{blocks_type="physical",device="sdb"} 4096 smartctl_device_block_size{blocks_type="physical",device="sdc"} 4096 # HELP smartctl_device_capacity_blocks Device capacity in blocks # TYPE smartctl_device_capacity_blocks gauge smartctl_device_capacity_blocks{device="sda"} 4.88397168e+08 smartctl_device_capacity_blocks{device="sdb"} 1.5628053168e+10 smartctl_device_capacity_blocks{device="sdc"} 1.5628053168e+10 # HELP smartctl_device_capacity_bytes Device capacity in bytes # TYPE smartctl_device_capacity_bytes gauge smartctl_device_capacity_bytes{device="sda"} 2.50059350016e+11 smartctl_device_capacity_bytes{device="sdb"} 8.001563222016e+12 smartctl_device_capacity_bytes{device="sdc"} 8.001563222016e+12 # HELP smartctl_device_error_log_count Device SMART error log count # TYPE smartctl_device_error_log_count gauge smartctl_device_error_log_count{device="sda",error_log_type="summary"} 0 smartctl_device_error_log_count{device="sdb",error_log_type="summary"} 0 smartctl_device_error_log_count{device="sdc",error_log_type="summary"} 0 # HELP smartctl_device_interface_speed Device interface speed, bits per second # TYPE smartctl_device_interface_speed gauge smartctl_device_interface_speed{device="sda",speed_type="current"} 6e+09 smartctl_device_interface_speed{device="sda",speed_type="max"} 6e+09 smartctl_device_interface_speed{device="sdb",speed_type="current"} 6e+09 smartctl_device_interface_speed{device="sdb",speed_type="max"} 6e+09 smartctl_device_interface_speed{device="sdc",speed_type="current"} 6e+09 smartctl_device_interface_speed{device="sdc",speed_type="max"} 6e+09 # HELP smartctl_device_power_cycle_count Device power cycle count # TYPE smartctl_device_power_cycle_count counter smartctl_device_power_cycle_count{device="sda"} 1504 smartctl_device_power_cycle_count{device="sdb"} 213 smartctl_device_power_cycle_count{device="sdc"} 214 # HELP smartctl_device_power_on_seconds Device power on seconds # TYPE smartctl_device_power_on_seconds counter smartctl_device_power_on_seconds{device="sda"} 2.152548e+08 smartctl_device_power_on_seconds{device="sdb"} 9.455502e+07 smartctl_device_power_on_seconds{device="sdc"} 9.455532e+07 # HELP smartctl_device_rotation_rate Device rotation rate # TYPE smartctl_device_rotation_rate gauge smartctl_device_rotation_rate{device="sdb"} 5425 smartctl_device_rotation_rate{device="sdc"} 5425 # HELP smartctl_device_smart_status General smart status # TYPE smartctl_device_smart_status gauge smartctl_device_smart_status{device="sda"} 1 smartctl_device_smart_status{device="sdb"} 1 smartctl_device_smart_status{device="sdc"} 1 # HELP smartctl_device_smartctl_exit_status Exit status of smartctl on device # TYPE smartctl_device_smartctl_exit_status gauge smartctl_device_smartctl_exit_status{device="sda"} 0 smartctl_device_smartctl_exit_status{device="sdb"} 0 smartctl_device_smartctl_exit_status{device="sdc"} 0 # HELP smartctl_device_temperature Device temperature celsius # TYPE smartctl_device_temperature gauge smartctl_device_temperature{device="sda",temperature_type="current"} 27 smartctl_device_temperature{device="sdb",temperature_type="current"} 40 smartctl_device_temperature{device="sdc",temperature_type="current"} 40 # HELP smartctl_devices Number of devices configured or dynamically discovered # TYPE smartctl_devices gauge smartctl_devices 3 # HELP smartctl_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which smartctl_exporter was built, and the goos and goarch for the build. # TYPE smartctl_exporter_build_info gauge smartctl_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.23.7",revision="ef5c03de02cb793e6a1540bef943fe6a167de635",tags="unknown",version="0.14.0"} 1 # HELP smartctl_version smartctl version # TYPE smartctl_version gauge smartctl_version{build_info="(local build)",json_format_version="1.0",smartctl_version="7.4",svn_revision="5530"} 1