sparse stats
sub-command for fetching cluster/topo statistics
#17
Labels
Milestone
8000
sparse stats
sub-command for fetching cluster/topo statistics
#17
This Clojure file implements the whole Storm UI, basically:
https://github.com/apache/incubator-storm/blob/master/storm-core/src/clj/backtype/storm/ui/core.clj
We could use a similar recipe in our Clojure interop project to fetch cluster/topology statistics from the Nimbus over the Thrift interface. We could then expose this in the command-line tool via
sparse stats
. I'm imaging an ideal implementation might be anhtop
-like curses interface that live refreshes stats from the cluster, but even some basic pretty-printed tables could be a good start.The text was updated successfully, but these errors were encountered: