UM C API
6.16.1
|
Message containing Store disk statistics.
( umestore_dmon_msg_hdr_t_stct::type == LBM_UMESTORE_DMON_MPG_DISK_STATS )
Except where indicated, all fields of type lbm_uintXX_t
should be byte-swapped if hdr.magic
is equal to LBM_UMESTORE_DMON_ANTIMAGIC.
More...
#include <umedmonmsgs.h>
Data Fields | |
umestore_dmon_msg_hdr_t | hdr |
Standard header common to all messages. | |
lbm_int64_t | max_offset |
The maximum size of the cache file, as configured by repository-disk-file-size-limit. | |
lbm_int64_t | num_ios_pending |
Number of disk writes the Store has submitted to the Operation System which have not yet completed. | |
lbm_int64_t | num_read_ios_pending |
Number of disk reads the Store has submitted to the Operation System which have not yet completed. | |
lbm_int64_t | offset |
The relative location on disk of where the message umestore_repo_dmon_stat_msg_t::contig_sqn+1 will be written. | |
lbm_int64_t | start_offset |
The relative location on disk of the first message, umestore_repo_dmon_stat_msg_t::trail_sqn. | |
lbm_uint32_t | dmon_topic_idx |
Identifying index number for the topic of this source, defined in an earlier message of type LBM_UMESTORE_DMON_MPG_STORE_TOPIC_CONFIG. See umestore_topic_dmon_config_msg_t_stct::dmon_topic_idx. | |
lbm_uint32_t | regid |
Registration ID used by the source to register. | |
lbm_uint16_t | store_idx |
Current Store number, starting with 0, counting each <store> element in the order configured. | |
Message containing Store disk statistics.
( umestore_dmon_msg_hdr_t_stct::type == LBM_UMESTORE_DMON_MPG_DISK_STATS )
Except where indicated, all fields of type lbm_uintXX_t
should be byte-swapped if hdr.magic
is equal to LBM_UMESTORE_DMON_ANTIMAGIC.