Why are the per second metrics for messages and bytes not useful for
capacity planning? I can't think of a situation where knowing the number of
metrics would be more useful. If you really want that, you can always
extrapolate the per second number and get an approximation.

--
Sharninder


On Tue, Feb 20, 2018 at 1:20 PM, siva prasad <sivaprasad....@gmail.com>
wrote:

> Thanks for Responding.
>
> I am not looking for throughput achieved by the broker.
>
> Metrics is needed to see how the platform is used for business, to know
> daily usage trends and variation after every release. It also helps to do
> capacity planning.
>
> I am not producer/consumer. My part is to host Kafka clusters and enable
> all functionalities for clients to make use of it.
>
> Cheers,
> Siva
>
> On Tue, Feb 20, 2018 at 12:55 PM, Sharninder <sharnin...@gmail.com> wrote:
>
> > >
> > > >
> > > > I am wondering if there is way to get messages through put of Kafka
> > > > brokers.
> > > >
> > > > Ex:
> > > > 1) Number of messages sent per day to a Broker/Cluster
> > > > 2) Number of messages consumed per day by a Broker/Cluster
> > > >
> > >
> >
> > I don't think it makes sense to have total metrics per day for
> > brokers/producers. There are per second metrics such as MessagesInPerSec
> at
> > brokers that you can use to gauge throughput. If you really want total
> > metrics, measure at your client/producer end yourself.
> >
> > --
> > Sharninder
> >
>
>
>
> --
> Cheers,
> Siva
>



-- 
--
Sharninder

Reply via email to