1 What: /sys/class/scsi_tape/*/stats/in_flight
4 Contact: Shane Seymour <shane.seymour@hp.com>
6 Show the number of I/Os currently in-flight between the st
7 module and the SCSI mid-layer.
11 What: /sys/class/scsi_tape/*/stats/io_ns
14 Contact: Shane Seymour <shane.seymour@hp.com>
16 Shows the total amount of time spent waiting for all I/O
17 to and from the tape drive to complete. This includes all
18 reads, writes, and other SCSI commands issued to the tape
19 drive. An example of other SCSI commands would be tape
20 movement such as a rewind when a rewind tape device is
21 closed. This item is measured in nanoseconds.
23 To determine the amount of time spent waiting for other I/O
24 to complete subtract read_ns and write_ns from this value.
28 What: /sys/class/scsi_tape/*/stats/other_cnt
31 Contact: Shane Seymour <shane.seymour@hp.com>
33 The number of I/O requests issued to the tape drive other
34 than SCSI read/write requests.
38 What: /sys/class/scsi_tape/*/stats/read_byte_cnt
41 Contact: Shane Seymour <shane.seymour@hp.com>
43 Shows the total number of bytes requested from the tape drive.
44 This value is presented in bytes because tape drives support
45 variable length block sizes.
49 What: /sys/class/scsi_tape/*/stats/read_cnt
52 Contact: Shane Seymour <shane.seymour@hp.com>
54 Shows the total number of read requests issued to the tape
59 What: /sys/class/scsi_tape/*/stats/read_ns
62 Contact: Shane Seymour <shane.seymour@hp.com>
64 Shows the total amount of time in nanoseconds waiting for
65 read I/O requests to complete.
69 What: /sys/class/scsi_tape/*/stats/write_byte_cnt
72 Contact: Shane Seymour <shane.seymour@hp.com>
74 Shows the total number of bytes written to the tape drive.
75 This value is presented in bytes because tape drives support
76 variable length block sizes.
80 What: /sys/class/scsi_tape/*/stats/write_cnt
83 Contact: Shane Seymour <shane.seymour@hp.com>
85 Shows the total number of write requests issued to the tape
90 What: /sys/class/scsi_tape/*/stats/write_ms
93 Contact: Shane Seymour <shane.seymour@hp.com>
95 Shows the total amount of time in nanoseconds waiting for
96 write I/O requests to complete.
100 What: /sys/class/scsi_tape/*/stats/resid_cnt
103 Contact: Shane Seymour <shane.seymour@hp.com>
105 Shows the number of times we found that a residual >0
106 was found when the SCSI midlayer indicated that there was
107 an error. For reads this may be a case of someone issuing
108 reads greater than the block size.