You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# HELP node_tape_io_now The number of I/Os currently outstanding to this device.
2887
+
# TYPE node_tape_io_now gauge
2888
+
node_tape_io_now{device="st0"} 1
2889
+
# HELP node_tape_io_others_total The number of I/Os issued to the tape drive other than read or write commands. The time taken to complete these commands uses the following calculation io_time_seconds_total-read_time_seconds_total-write_time_seconds_total
2890
+
# TYPE node_tape_io_others_total counter
2891
+
node_tape_io_others_total{device="st0"} 1409
2892
+
# HELP node_tape_io_time_seconds_total The amount of time spent waiting for all I/O to complete (including read and write). This includes tape movement commands such as seeking between file or set marks and implicit tape movement such as when rewind on close tape devices are used.
# HELP node_tape_residual_total The number of times during a read or write we found the residual amount to be non-zero. This should mean that a program is issuing a read larger thean the block size on tape. For write not all data made it to tape.
2905
+
# TYPE node_tape_residual_total counter
2906
+
node_tape_residual_total{device="st0"} 19
2907
+
# HELP node_tape_write_time_seconds_total The amount of time spent waiting for write requests to complete.
0 commit comments