Re: measuring incoming bytes

2019-02-06 Thread Christopher Bogan
Bytespersec online On Wed, Feb 6, 2019, 12:22 PM Amitav Mohanty Which part? > > -Amitav > > On Mon, Feb 4, 2019 at 8:42 PM Christopher Bogan < > ambitiousking...@gmail.com> > wrote: > > > Correct > > > > On Sat, Feb 2, 2019, 10:09 AM Amitav Mohanty > wrote: > > > > > Hi > > > > > > I am trying t

Re: measuring incoming bytes

2019-02-06 Thread Amitav Mohanty
Which part? -Amitav On Mon, Feb 4, 2019 at 8:42 PM Christopher Bogan wrote: > Correct > > On Sat, Feb 2, 2019, 10:09 AM Amitav Mohanty wrote: > > > Hi > > > > I am trying to measure incoming bytes over time. I am trying collect the > > following metric and apply integral function over a set of

Re: measuring incoming bytes

2019-02-04 Thread Christopher Bogan
Correct On Sat, Feb 2, 2019, 10:09 AM Amitav Mohanty Hi > > I am trying to measure incoming bytes over time. I am trying collect the > following metric and apply integral function over a set of data points on a > time series. > > kafka.server:type=BrokerTopicMetrics,name=BytesInPerSec,topic=my_to

Re: measuring incoming bytes

2019-02-04 Thread Amitav Mohanty
Thanks for the explanation. Can you help me understand what this metric signify then? Also, count would be the number of messages is what I thought. -Amitav On Sat, Feb 2, 2019 at 11:45 PM Kamal Chandraprakash < kamal.chandraprak...@gmail.com> wrote: > In Yammer metrics, the 15MinuteRate provid

Re: measuring incoming bytes

2019-02-02 Thread Kamal Chandraprakash
In Yammer metrics, the 15MinuteRate provided by the Meter is not a pure average for the last 15 minutes. It's a Exponential Weighted Moving Average. The value is calculated by taking 36% of weighted average from the broker start time and 64 % of weighted average from the last 15 minutes. I initial

measuring incoming bytes

2019-02-02 Thread Amitav Mohanty
Hi I am trying to measure incoming bytes over time. I am trying collect the following metric and apply integral function over a set of data points on a time series. kafka.server:type=BrokerTopicMetrics,name=BytesInPerSec,topic=my_topic FifteenMinuteRate It seems that the number I am getting is m