UM C API
6.16.1
|
Structure that holds statistics for source transports. More...
#include <lbm.h>
Data Fields | |
int | type |
Type of transport (LBM_TRANSPORT_STAT_TCP, LBM_TRANSPORT_STAT_LBTRM, etc.). | |
char | source [LBM_MSG_MAX_SOURCE_LEN] |
Source string of transport session. See Source String. | |
union { | |
lbm_src_transport_stats_tcp_t tcp | |
The statistics for source TCP transports. | |
lbm_src_transport_stats_lbtrm_t lbtrm | |
The statistics for source LBT-RM transports. | |
lbm_src_transport_stats_daemon_t daemon | |
These statistics have been deprecated. | |
lbm_src_transport_stats_lbtru_t lbtru | |
The statistics for source LBT-RU transports. | |
lbm_src_transport_stats_lbtipc_t lbtipc | |
The statistics for source LBT-IPC transports. | |
lbm_src_transport_stats_lbtsmx_t lbtsmx | |
The statistics for source LBT-SMX transports. | |
lbm_src_transport_stats_lbtrdma_t lbtrdma | |
The statistics for source LBT-RDMA transports. | |
lbm_src_transport_stats_broker_t broker | |
The statistics for source BROKER transports. | |
} | transport |
Union of type-specific transport stat structures. | |
char | _fill [LBM_EXTERNAL_STRUCT_FILL_SIZE] |
Unused field to artificially increase the size of the structure to ensure inter-version compatibility. | |
Structure that holds statistics for source transports.
This structure holds statistics for all source transports. The structure is filled in when statistics for source transports are requested.
Note that when stats are sampled, the fields in the structure are not necessarily from the same instant in time. The structure might be updated concurrently with it being sampled, and while each structure field is atomically read, the field values can be skewed slightly across time.
See lbm_src_transport_stats_t_stct for field definitions.