Last active
January 31, 2018 02:13
-
-
Save apurvam/498481bd8260ebb7b28f3c29b060a581 to your computer and use it in GitHub Desktop.
Example output for the ksql-print-metrics-tool
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./bin/ksql-print-metrics | |
messages-consumed-avg: 96416.96196183885 | |
messages-consumed-min: 88900.3329377909 | |
error-rate: 0.0 | |
num-persistent-queries: 2.0 | |
messages-consumed-per-sec: 193024.78294586178 | |
messages-produced-per-sec: 193025.4730374501 | |
num-active-queries: 2.0 | |
num-idle-queries: 0.0 | |
messages-consumed-max: 103397.81191436431 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment