HBA_FC4Statistics structure

The HBA_FC4Statistics structure contains port statistics.

Syntax

typedef struct HBA_FC4Statistics {
  HBA_INT64 InputRequests;
  HBA_INT64 OutputRequests;
  HBA_INT64 ControlRequests;
  HBA_INT64 InputMegabytes;
  HBA_INT64 OutputMegabytes;
} HBA_FC4STATISTICS, *PHBA_FC4STATISTICS;

Members

  • InputRequests
    Contains the number of input requests that a port has received.

  • OutputRequests
    Contains the number of output requests that a port has received.

  • ControlRequests
    Contains the number of control requests that a port has received.

  • InputMegabytes
    Contains the number of megabytes of input data that a port has received.

  • OutputMegabytes
    Contains the number of megabytes of output data that a port has transmitted.

Requirements

Header

Hbaapi.h (include Hbaapi.h)

See also

HBA_GetFC4Statistics

 

 

Send comments about this topic to Microsoft