Created
April 16, 2016 10:25
-
-
Save HeartSaVioR/6c4e162c24143b206ae6cb3aa2d00ce2 to your computer and use it in GitHub Desktop.
Apache Storm - Topology metrics detail preview
This file contains hidden or 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
| { | |
| "window":":all-time", | |
| "window-hint":"All time", | |
| "components":{ | |
| "__acker":{ | |
| "emitted":{ | |
| "__metrics":40 | |
| }, | |
| "transferred":{ | |
| "__metrics":0 | |
| }, | |
| "acked":{ | |
| }, | |
| "failed":{ | |
| }, | |
| "process_ms_avg":{ | |
| }, | |
| "executed":{ | |
| }, | |
| "executed_ms_avg":{ | |
| } | |
| }, | |
| "counter":{ | |
| "emitted":{ | |
| "__system":20, | |
| "default":4080, | |
| "__metrics":160 | |
| }, | |
| "transferred":{ | |
| "__system":0, | |
| "default":4080, | |
| "__metrics":0 | |
| }, | |
| "acked":{ | |
| "wordGenerator$default":119580 | |
| }, | |
| "failed":{ | |
| }, | |
| "process_ms_avg":{ | |
| "wordGenerator$default":0.002616219659559364 | |
| }, | |
| "executed":{ | |
| "wordGenerator$default":119360, | |
| "__system$__tick":3140 | |
| }, | |
| "executed_ms_avg":{ | |
| "wordGenerator$default":0.07445810129770151, | |
| "__system$__tick":0.12272141351912369 | |
| } | |
| }, | |
| "finalRanker":{ | |
| "emitted":{ | |
| "default":1260 | |
| }, | |
| "transferred":{ | |
| "default":0 | |
| }, | |
| "acked":{ | |
| "__system$__tick":1100, | |
| "intermediateRanker$default":5020 | |
| }, | |
| "failed":{ | |
| }, | |
| "process_ms_avg":{ | |
| "__system$__tick":0.12727272727272726, | |
| "intermediateRanker$default":0.01195219123505976 | |
| }, | |
| "executed":{ | |
| "__system$__tick":1300, | |
| "intermediateRanker$default":4840 | |
| }, | |
| "executed_ms_avg":{ | |
| "__system$__tick":0.16923076923076924, | |
| "intermediateRanker$default":0.09504132231404959 | |
| } | |
| }, | |
| "intermediateRanker":{ | |
| "emitted":{ | |
| "default":4860, | |
| "__metrics":180 | |
| }, | |
| "transferred":{ | |
| "default":4860, | |
| "__metrics":0 | |
| }, | |
| "acked":{ | |
| "counter$default":3800, | |
| "__system$__tick":5180 | |
| }, | |
| "failed":{ | |
| }, | |
| "process_ms_avg":{ | |
| "counter$default":0.008333333333333333, | |
| "__system$__tick":0.1631375227686703 | |
| }, | |
| "executed":{ | |
| "counter$default":4260, | |
| "__system$__tick":4740 | |
| }, | |
| "executed_ms_avg":{ | |
| "counter$default":0.03833894981681928, | |
| "__system$__tick":0.23254751461988304 | |
| } | |
| }, | |
| "wordGenerator":{ | |
| "emitted":{ | |
| "default":119140, | |
| "__metrics":280 | |
| }, | |
| "transferred":{ | |
| "default":119140, | |
| "__metrics":0 | |
| }, | |
| "acked":{ | |
| }, | |
| "failed":{ | |
| }, | |
| "complete_ms_avg":{ | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment