Storage Viewer for SAN Fabrics Database Views > aps_v_swi_perform_daily_log
  
Version 10.0.01
aps_v_swi_perform_daily_log
A log table to store daily accumulative data from aps_swi_fc_port_stats table.The view will have one log record per day for any switch.
Table 5.19 aps_v_swi_perform_daily_log
Column Name
Data Type
Description
log_date
DATE
Date the log record corresponds to.
loss_of_signal_counter
NUMBER
Number of times the signal is lost on the Port since the last reset of the Device
loss_of_sync_counter
NUMBER
Number of times that synchronization is lost on the Port since the last rest of the Device.Synchronization is assumed lost after a time-out period is exceeded.
switch_fc_port_id
NUMBER
switch_fc_port_id from aps_swi_fc_ports_stats table.
total_bytes_rx_counter
NUMBER
The total number of bytes that are received. including framing characters.
total_bytes_tx_counter
NUMBER
The total number of bytes that are transmitted. including framing characters.
total_crc_error_rx_counter
NUMBER
Number of times that the CRC in a frame does not match the CRC that is computed by the receiver.
total_encoding_error_counter
NUMBER
Total number of encoding error or disparity error outside frames received from the point of time the counter was reset.