libsbp  v2.4.7
msg_linux_socket_usage_t Struct Reference

#include <linux.h>

Data Fields

u32 avg_queue_depth
 average socket queue depths across all sockets on the system More...
 
u32 max_queue_depth
 the max queue depth seen within the reporting period More...
 
u16 socket_state_counts [16]
 A count for each socket type reported in the socket_types_reported field, the first entry corresponds to the first enabled bit in types_reported. More...
 
u16 socket_type_counts [16]
 A count for each socket type reported in the socket_types_reported field, the first entry corresponds to the first enabled bit in types_reported. More...
 

Detailed Description

Definition at line 131 of file linux.h.

Field Documentation

u32 avg_queue_depth

average socket queue depths across all sockets on the system

Definition at line 132 of file linux.h.

u32 max_queue_depth

the max queue depth seen within the reporting period

Definition at line 133 of file linux.h.

u16 socket_state_counts[16]

A count for each socket type reported in the socket_types_reported field, the first entry corresponds to the first enabled bit in types_reported.

Definition at line 134 of file linux.h.

u16 socket_type_counts[16]

A count for each socket type reported in the socket_types_reported field, the first entry corresponds to the first enabled bit in types_reported.

Definition at line 137 of file linux.h.


The documentation for this struct was generated from the following file: