Matthieu Morel created S4-86:
--------------------------------
Summary: Metrics
Key: S4-86
URL: https://issues.apache.org/jira/browse/S4-86
Project: Apache S4
Issue Type: New Feature
Affects Versions: 0.6
Reporter: Matthieu Morel
Improving performance of S4 applications requires metrics that can be analyzed.
Some metrics suggested in S4-65 are:
* event rate
* average/median event processing time
* event queue sizes
* number of PE instances
* number of processed events ( maybe within a sliding window)
* exceptions during event processing
We'd also add things like:
* shedding stats
* memory usage
* CPU load
* checkpointing: effective checkpoints, rejected ones
* etc...
Ideally, we'd be able to have different kinds of metrics, including historical ones.
We also want to be able to expose those metrics through JMX, and probably through other monitoring
systems such as nagios.
A library that could be useful here is codahale's metrics http://metrics.codahale.com/ , but
there are alternatives that could be evaluated as well.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|