You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by anshu shukla <an...@gmail.com> on 2017/02/13 06:50:44 UTC

Output of Storm monitor command

Hello,

Is there any way to set output of monitor command i.e.  throughput in terms
of messages per second as seen in UI.

Currently, I am getting something like this, *transferred throughput
(Kt/s).*What does *Kt/s mean exactly?*

=====
topology component parallelism stream time-diff ms *transferred throughput
(Kt/s)*
IdentityTopology identity 1 default 0 36580 0.0
IdentityTopology identity 1 default 1002 0 0.0
IdentityTopology identity 1 default 999 880 0.8808808808808809

-- 
Thanks & Regards,
Anshu Shukla

Re: Output of Storm monitor command

Posted by Erik Weathers <ew...@groupon.com>.
I would assume:  Kilo tuples per second.  (tuple == message)


On Sun, Feb 12, 2017 at 10:50 PM, anshu shukla <an...@gmail.com>
wrote:

> Hello,
>
> Is there any way to set output of monitor command i.e.  throughput in
> terms of messages per second as seen in UI.
>
> Currently, I am getting something like this, *transferred throughput
> (Kt/s).*What does *Kt/s mean exactly?*
>
> =====
> topology component parallelism stream time-diff ms *transferred
> throughput (Kt/s)*
> IdentityTopology identity 1 default 0 36580 0.0
> IdentityTopology identity 1 default 1002 0 0.0
> IdentityTopology identity 1 default 999 880 0.8808808808808809
>
> --
> Thanks & Regards,
> Anshu Shukla
>