Class BrokerStatistics
Inheritance
BrokerStatistics
Assembly: Silverback.Integration.Kafka.dll
Syntax
public class BrokerStatistics
Properties
|
Improve this doc
View source
BufGrow
Declaration
[JsonPropertyName("buf_grow")]
public long BufGrow { get; set; }
Property Value
|
Improve this doc
View source
Connects
Declaration
[JsonPropertyName("connects")]
public long Connects { get; set; }
Property Value
|
Improve this doc
View source
Disconnects
Declaration
[JsonPropertyName("disconnects")]
public long Disconnects { get; set; }
Property Value
|
Improve this doc
View source
IntLatency
Declaration
[JsonPropertyName("int_latency")]
public WindowStatistics IntLatency { get; set; }
Property Value
|
Improve this doc
View source
Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
|
Improve this doc
View source
NodeId
Declaration
[JsonPropertyName("nodeid")]
public long NodeId { get; set; }
Property Value
|
Improve this doc
View source
NodeName
Declaration
[JsonPropertyName("nodename")]
public string NodeName { get; set; }
Property Value
|
Improve this doc
View source
OutbufCnt
Declaration
[JsonPropertyName("outbuf_cnt")]
public long OutbufCnt { get; set; }
Property Value
|
Improve this doc
View source
OutbufLatency
Declaration
[JsonPropertyName("outbuf_latency")]
public WindowStatistics OutbufLatency { get; set; }
Property Value
|
Improve this doc
View source
OutbufMsgCnt
Declaration
[JsonPropertyName("outbuf_msg_cnt")]
public long OutbufMsgCnt { get; set; }
Property Value
|
Improve this doc
View source
ReqTimeouts
Declaration
[JsonPropertyName("req_timeouts")]
public long ReqTimeouts { get; set; }
Property Value
|
Improve this doc
View source
Requests
Declaration
[JsonPropertyName("req")]
public Dictionary<string, long> Requests { get; set; }
Property Value
|
Improve this doc
View source
Rtt
Declaration
[JsonPropertyName("rtt")]
public WindowStatistics Rtt { get; set; }
Property Value
|
Improve this doc
View source
Rx
Declaration
[JsonPropertyName("rx")]
public long Rx { get; set; }
Property Value
|
Improve this doc
View source
RxBytes
Declaration
[JsonPropertyName("rxbytes")]
public long RxBytes { get; set; }
Property Value
|
Improve this doc
View source
RxCorriderrs
Declaration
[JsonPropertyName("rxcorriderrs")]
public long RxCorriderrs { get; set; }
Property Value
|
Improve this doc
View source
RxErrs
Declaration
[JsonPropertyName("rxerrs")]
public long RxErrs { get; set; }
Property Value
|
Improve this doc
View source
RxPartial
Declaration
[JsonPropertyName("rxpartial")]
public long RxPartial { get; set; }
Property Value
|
Improve this doc
View source
Source
Declaration
[JsonPropertyName("source")]
public string Source { get; set; }
Property Value
|
Improve this doc
View source
State
Declaration
[JsonPropertyName("state")]
public string State { get; set; }
Property Value
|
Improve this doc
View source
StateAge
Declaration
[JsonPropertyName("stateage")]
public long StateAge { get; set; }
Property Value
|
Improve this doc
View source
Throttle
Declaration
[JsonPropertyName("throttle")]
public WindowStatistics Throttle { get; set; }
Property Value
|
Improve this doc
View source
TopicPartitions
Declaration
[JsonPropertyName("toppars")]
public Dictionary<string, TopicPartitions> TopicPartitions { get; set; }
Property Value
|
Improve this doc
View source
Tx
Declaration
[JsonPropertyName("tx")]
public long Tx { get; set; }
Property Value
|
Improve this doc
View source
TxBytes
Declaration
[JsonPropertyName("txbytes")]
public long TxBytes { get; set; }
Property Value
|
Improve this doc
View source
TxErrs
Declaration
[JsonPropertyName("txerrs")]
public long TxErrs { get; set; }
Property Value
|
Improve this doc
View source
TxRetries
Declaration
[JsonPropertyName("txretries")]
public long TxRetries { get; set; }
Property Value
|
Improve this doc
View source
WaitRespCnt
Declaration
[JsonPropertyName("waitresp_cnt")]
public long WaitRespCnt { get; set; }
Property Value
|
Improve this doc
View source
WaitRespMsgCnt
Declaration
[JsonPropertyName("waitresp_msg_cnt")]
public long WaitRespMsgCnt { get; set; }
Property Value
|
Improve this doc
View source
Wakeups
Declaration
[JsonPropertyName("wakeups")]
public long Wakeups { get; set; }
Property Value
|
Improve this doc
View source
ZBufGrow
Declaration
[JsonPropertyName("zbuf_grow")]
public long ZBufGrow { get; set; }
Property Value