Fiber Channel driver statistics
The following table displays the supported field names for the Fiber Channel
driver statistics. These fields are specific to the Fiber Channel device instances. The syntax of
the Vue statement is __stat.io.adapter.fcs[0...n]->fieldname. The following statistics are
accessible only in asynchronous mode.
Vue script field name | Data type | Description |
---|---|---|
secs_since_last_reset | unsigned long long | Time in seconds since last reset |
tx_frames | unsigned long long | Number of frames transmitted |
tx_words | unsigned long long | Fibre channel kbytes transmitted |
rx_frames | unsigned long long | Number of frames received |
rx_words | unsigned long long | Fibre channel kbytes received |
lip_count | unsigned long long | Count of Loop Initiation Primitive (LIP) events on Fibre Channel Arbitrated Loop (FC-AL) |
nos_count | unsigned long long | Count of No Operating System (NOS) events |
error_frames | unsigned long long | Number of frames received with the cyclic redundancy check (CRC) error or discard frames. Each adapter has different field assigning this field. |
lost_frames | unsigned long long | Number of lost frames |
link_fail_count | unsigned long long | Count of link failures |
sync_loss_count | unsigned long long | Count of loss of sync |
sig_loss_count | unsigned long long | Count of loss of signal |
prim_seq_proto_errcount | unsigned long long | Count of primitive sequence errors |
inval_words_received | unsigned long long | Count of invalid transmission words received |
inval_crc_count | unsigned long long | Count of CRC errors in a received frames |
num_interrupts | unsigned integer | Total number of interrupts |
num_spurious_interrupts | unsigned integer | Total number of spurious interrupts. |
elastic_buf_overrun_errcount | unsigned integer | Number of times the link interface exceeds the elastic buffer overrun. |
in_reqs | unsigned long long | Input requests |
out_reqs | unsigned long long | Output requests |
ctrl_reqs | unsigned long long | Control requests |
in_bytes | unsigned long long | Input bytes |
out_bytes | unsigned long long | Output bytes |
no_dma_resource_count | unsigned long long | Count of DMA failures due to no DMA resources available |
no_adap_elems_count | unsigned long long | Count of failure to allocate an adapter command element due to no more command element available |
no_cmd_resource_count | unsigned long long | Count of failure to allocate a command due to no command resources available |
adap_num_active_cmds | unsigned integer | Number of active commands in the adapter driver |
adap_active_high_wmark | unsigned integer | High water mark of active requests in adapter driver |
adap_num_pending_cmds | unsigned integer | Number of pending commands in the adapter driver |
adap_pending_high_wmark | unsigned integer | High water mark of pending requests in adapter driver |
adap_heldoff_num_cmds | unsigned integer | Number of commands in the adapter driver held off queue |
adap_heldoff_high_wmark | unsigned integer | High water mark of number of commands in the adapter driver held off queue |
proto_num_active_cmds | unsigned integer | Number of active commands in SCSI-FC driver |
proto_active_high_wmark | unsigned integer | High water mark of active requests in SCSI-FC driver |
proto_num_pending_cmds | unsigned integer | Number of pending commands in SCSI-FC driver |
proto_pending_high_wmark | unsigned integer | High water mark of pending requests in SCSI-FC driver |