HBA_PortStatistics structure

The HBA_PortStatistics structure contains statistical information about a port.

Syntax

typedef struct HBA_PortStatistics {
  HBA_INT64 SecondsSinceLastReset;
  HBA_INT64 TxFrames;
  HBA_INT64 TxWords;
  HBA_INT64 RxFrames;
  HBA_INT64 RxWords;
  HBA_INT64 LIPCount;
  HBA_INT64 NOSCount;
  HBA_INT64 ErrorFrames;
  HBA_INT64 DumpedFrames;
  HBA_INT64 LinkFailureCount;
  HBA_INT64 LossOfSyncCount;
  HBA_INT64 LossOfSignalCount;
  HBA_INT64 PrimitiveSeqProtocolErrCount;
  HBA_INT64 InvalidTxWordCount;
  HBA_INT64 InvalidCRCCount;
} HBA_PORTSTATISTICS, *PHBA_PORTSTATISTICS;

Members

  • SecondsSinceLastReset
    Reports the number of seconds since the statistics were last reset.

  • TxFrames
    Reports the number of fibre channel frames transmitted for all protocols and classes.

  • TxWords
    Reports the number of fibre channel words transmitted for all protocols and classes.

  • RxFrames
    Reports the number of fibre channel frames received for all protocols and classes.

  • RxWords
    Reports the number of fibre channel words received for all protocols and classes.

  • LIPCount
    Reports the number of LIP events that have occurred on a arbitrated loop.

  • NOSCount
    Reports the number of NOS events that have occurred on the switched fabric.

  • ErrorFrames
    Reports the number of frames that have been received in error.

  • DumpedFrames
    Reports the number of frames that were lost due to a lack of host buffers available.

  • LinkFailureCount
    Reports the link failure count field of the error status block for the port.

  • LossOfSyncCount
    Reports the value of the loss of synchronization count field of the link error status block for the port.

  • LossOfSignalCount
    Reports the value of the loss of signal count field of the link error status block for the specified port.

  • PrimitiveSeqProtocolErrCount
    Reports the value of the primitive sequence protocol error field of the link error status block for the port.

  • InvalidTxWordCount
    Reports the value of the invalid transmission word field of the link error status block for the specified port.

  • InvalidCRCCount
    Reports the value of the invalid CRC count field of the link error status block for the specified port.

Requirements

Header

Hbaapi.h (include Hbaapi.h)

See also

HBA_GetPortStatistics

 

 

Send comments about this topic to Microsoft