linux/drivers/s390/scsi
Christof Schmitt 3a0d9e9235 [SCSI] zfcp: sysfs attributes for fabric and channel latencies
The latency information is provided on a SCSI device level (LUN)
which can be found at the following location

 /sys/class/scsi_device/<H:C:T:L>/device/cmd_latency
 /sys/class/scsi_device/<H:C:T:L>/device/read_latency
 /sys/class/scsi_device/<H:C:T:L>/device/write_latency

Each sysfs attribute provides the available data: min, max and sum for
fabric and channel latency and the number of requests processed.

An overrun of the variables is neither detected nor treated.  The file
has to be read twice to make a meaningful statement, because only the
differences of the values between the two reads can be used.  A reset
of the values can be achieved by writing to the attribute.

Signed-off-by: Swen Schillig <swen@vnet.ibm.com>
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2008-06-05 09:23:44 -05:00
..
Makefile
zfcp_aux.c [SCSI] zfcp: Track fabric and channel latencies provided by FCP adapter 2008-06-05 09:23:42 -05:00
zfcp_ccw.c
zfcp_dbf.c
zfcp_dbf.h
zfcp_def.h [SCSI] zfcp: Track fabric and channel latencies provided by FCP adapter 2008-06-05 09:23:42 -05:00
zfcp_erp.c
zfcp_ext.h
zfcp_fsf.c [SCSI] zfcp: Track fabric and channel latencies provided by FCP adapter 2008-06-05 09:23:42 -05:00
zfcp_fsf.h [SCSI] zfcp: Track fabric and channel latencies provided by FCP adapter 2008-06-05 09:23:42 -05:00
zfcp_qdio.c
zfcp_scsi.c [SCSI] zfcp: sysfs attributes for fabric and channel latencies 2008-06-05 09:23:44 -05:00
zfcp_sysfs_adapter.c
zfcp_sysfs_driver.c
zfcp_sysfs_port.c
zfcp_sysfs_unit.c