Show / Hide Table of Contents

    Class BrokerStatistics

    Inheritance
    object
    BrokerStatistics
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Silverback.Messaging.Broker.Callbacks.Statistics
    Assembly: Silverback.Integration.Kafka.dll
    Syntax
    public class BrokerStatistics

    Constructors

    BrokerStatistics()

    Declaration
    public BrokerStatistics()

    Properties

    BufGrow

    Declaration
    [JsonPropertyName("buf_grow")]
    public long BufGrow { get; init; }
    Property Value
    Type Description
    long

    Connects

    Declaration
    [JsonPropertyName("connects")]
    public long Connects { get; init; }
    Property Value
    Type Description
    long

    Disconnects

    Declaration
    [JsonPropertyName("disconnects")]
    public long Disconnects { get; init; }
    Property Value
    Type Description
    long

    IntLatency

    Declaration
    [JsonPropertyName("int_latency")]
    public WindowStatistics IntLatency { get; init; }
    Property Value
    Type Description
    WindowStatistics

    Name

    Declaration
    [JsonPropertyName("name")]
    public string Name { get; init; }
    Property Value
    Type Description
    string

    NodeId

    Declaration
    [JsonPropertyName("nodeid")]
    public long NodeId { get; init; }
    Property Value
    Type Description
    long

    NodeName

    Declaration
    [JsonPropertyName("nodename")]
    public string NodeName { get; init; }
    Property Value
    Type Description
    string

    OutbufCnt

    Declaration
    [JsonPropertyName("outbuf_cnt")]
    public long OutbufCnt { get; init; }
    Property Value
    Type Description
    long

    OutbufLatency

    Declaration
    [JsonPropertyName("outbuf_latency")]
    public WindowStatistics OutbufLatency { get; init; }
    Property Value
    Type Description
    WindowStatistics

    OutbufMsgCnt

    Declaration
    [JsonPropertyName("outbuf_msg_cnt")]
    public long OutbufMsgCnt { get; init; }
    Property Value
    Type Description
    long

    ReqTimeouts

    Declaration
    [JsonPropertyName("req_timeouts")]
    public long ReqTimeouts { get; init; }
    Property Value
    Type Description
    long

    Requests

    Declaration
    [JsonPropertyName("req")]
    public Dictionary<string, long> Requests { get; init; }
    Property Value
    Type Description
    Dictionary<string, long>

    Rtt

    Declaration
    [JsonPropertyName("rtt")]
    public WindowStatistics Rtt { get; init; }
    Property Value
    Type Description
    WindowStatistics

    Rx

    Declaration
    [JsonPropertyName("rx")]
    public long Rx { get; init; }
    Property Value
    Type Description
    long

    RxBytes

    Declaration
    [JsonPropertyName("rxbytes")]
    public long RxBytes { get; init; }
    Property Value
    Type Description
    long

    RxCorriderrs

    Declaration
    [JsonPropertyName("rxcorriderrs")]
    public long RxCorriderrs { get; init; }
    Property Value
    Type Description
    long

    RxErrs

    Declaration
    [JsonPropertyName("rxerrs")]
    public long RxErrs { get; init; }
    Property Value
    Type Description
    long

    RxPartial

    Declaration
    [JsonPropertyName("rxpartial")]
    public long RxPartial { get; init; }
    Property Value
    Type Description
    long

    Source

    Declaration
    [JsonPropertyName("source")]
    public string Source { get; init; }
    Property Value
    Type Description
    string

    State

    Declaration
    [JsonPropertyName("state")]
    public string State { get; init; }
    Property Value
    Type Description
    string

    StateAge

    Declaration
    [JsonPropertyName("stateage")]
    public long StateAge { get; init; }
    Property Value
    Type Description
    long

    Throttle

    Declaration
    [JsonPropertyName("throttle")]
    public WindowStatistics Throttle { get; init; }
    Property Value
    Type Description
    WindowStatistics

    TopicPartitions

    Declaration
    [JsonPropertyName("toppars")]
    public Dictionary<string, TopicPartitions> TopicPartitions { get; init; }
    Property Value
    Type Description
    Dictionary<string, TopicPartitions>

    Tx

    Declaration
    [JsonPropertyName("tx")]
    public long Tx { get; init; }
    Property Value
    Type Description
    long

    TxBytes

    Declaration
    [JsonPropertyName("txbytes")]
    public long TxBytes { get; init; }
    Property Value
    Type Description
    long

    TxErrs

    Declaration
    [JsonPropertyName("txerrs")]
    public long TxErrs { get; init; }
    Property Value
    Type Description
    long

    TxRetries

    Declaration
    [JsonPropertyName("txretries")]
    public long TxRetries { get; init; }
    Property Value
    Type Description
    long

    WaitRespCnt

    Declaration
    [JsonPropertyName("waitresp_cnt")]
    public long WaitRespCnt { get; init; }
    Property Value
    Type Description
    long

    WaitRespMsgCnt

    Declaration
    [JsonPropertyName("waitresp_msg_cnt")]
    public long WaitRespMsgCnt { get; init; }
    Property Value
    Type Description
    long

    Wakeups

    Declaration
    [JsonPropertyName("wakeups")]
    public long Wakeups { get; init; }
    Property Value
    Type Description
    long

    ZBufGrow

    Declaration
    [JsonPropertyName("zbuf_grow")]
    public long ZBufGrow { get; init; }
    Property Value
    Type Description
    long
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini