inthefabric / RexConnect

Connect to Rexster/RexPro via TCP connection.
www.inthefabric.com
Other
10 stars 0 forks source link

Performance Metrics #23

Open zachkinstner opened 11 years ago

zachkinstner commented 11 years ago

Rexster provides powerful monitoring capabilities, which can be sent to monitoring tools like Graphite. RexConnect could also collect/send various metrics:

This could help identify potential bottlenecks related to the RexConnect TCP layer.

RexConnect could provide various configuration options for these metrics. Perhaps it could utilize the functionality already built into Rexster.

zachkinstner commented 11 years ago

When running in embedded mode (see #23), RexConnect could also collect and broadcast metrics from Cassandra. This would simplify deployments, as it could remove the need to install/configure additional software to do this task. Maybe RexConnect could embed a utility already built to do this -- based on this discussion, maybe CollectD is the right tool. More investigation needed.

zachkinstner commented 11 years ago

Here are some notes from DataStax about sending Cassandra metrics to Graphite.