2.2.14 INETA_ATQ_STATISTICS
The INETA_ATQ_STATISTICS structure contains network I/O statistics and client connection information for an Internet protocol server.
This type is declared as follows:
-
typedef struct _INETA_ATQ_STATISTICS { DWORD TotalBlockedRequests; DWORD TotalRejectedRequests; DWORD TotalAllowedRequests; DWORD CurrentBlockedRequests; DWORD MeasuredBandwidth; } INETA_ATQ_STATISTICS, *LPINETA_ATQ_STATISTICS;
TotalBlockedRequests: The total number of blocked requests.
TotalRejectedRequests: The total number of rejected requests.
TotalAllowedRequests: The total number of allowed requests.
CurrentBlockedRequests: The total number of currently blocked requests.
MeasuredBandwidth: The measured network bandwidth in bytes per second.