pub struct Stats;Implementations§
Source§impl Stats
impl Stats
pub const BROKER_GET_FROM_DISK_NUMS: &'static str = "BROKER_GET_FROM_DISK_NUMS"
pub const BROKER_GET_FROM_DISK_SIZE: &'static str = "BROKER_GET_FROM_DISK_SIZE"
pub const BROKER_GET_NUMS: &'static str = "BROKER_GET_NUMS"
pub const BROKER_PUT_NUMS: &'static str = "BROKER_PUT_NUMS"
pub const COMMERCIAL_PERM_FAILURES: &'static str = "COMMERCIAL_PERM_FAILURES"
pub const COMMERCIAL_RCV_EPOLLS: &'static str = "COMMERCIAL_RCV_EPOLLS"
pub const COMMERCIAL_RCV_SIZE: &'static str = "COMMERCIAL_RCV_SIZE"
pub const COMMERCIAL_RCV_TIMES: &'static str = "COMMERCIAL_RCV_TIMES"
pub const COMMERCIAL_SEND_SIZE: &'static str = "COMMERCIAL_SEND_SIZE"
pub const COMMERCIAL_SEND_TIMES: &'static str = "COMMERCIAL_SEND_TIMES"
pub const COMMERCIAL_SNDBCK_TIMES: &'static str = "COMMERCIAL_SNDBCK_TIMES"
pub const GROUP_GET_FALL_SIZE: &'static str = "GROUP_GET_FALL_SIZE"
pub const GROUP_GET_FALL_TIME: &'static str = "GROUP_GET_FALL_TIME"
pub const GROUP_GET_FROM_DISK_NUMS: &'static str = "GROUP_GET_FROM_DISK_NUMS"
pub const GROUP_GET_FROM_DISK_SIZE: &'static str = "GROUP_GET_FROM_DISK_SIZE"
pub const GROUP_GET_LATENCY: &'static str = "GROUP_GET_LATENCY"
pub const GROUP_GET_NUMS: &'static str = "GROUP_GET_NUMS"
pub const GROUP_GET_SIZE: &'static str = "GROUP_GET_SIZE"
pub const QUEUE_GET_NUMS: &'static str = "QUEUE_GET_NUMS"
pub const QUEUE_GET_SIZE: &'static str = "QUEUE_GET_SIZE"
pub const QUEUE_PUT_NUMS: &'static str = "QUEUE_PUT_NUMS"
pub const QUEUE_PUT_SIZE: &'static str = "QUEUE_PUT_SIZE"
pub const SNDBCK_PUT_NUMS: &'static str = "SNDBCK_PUT_NUMS"
pub const TOPIC_PUT_NUMS: &'static str = "TOPIC_PUT_NUMS"
pub const TOPIC_PUT_SIZE: &'static str = "TOPIC_PUT_SIZE"
Auto Trait Implementations§
impl Freeze for Stats
impl RefUnwindSafe for Stats
impl Send for Stats
impl Sync for Stats
impl Unpin for Stats
impl UnwindSafe for Stats
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more