In DSE2.2, what are the tools/APIs available for monitoring Solr performance? Thanks!
Solr Performance Monitoring Tools for DSE2.2
(5 posts) (3 voices)-
Posted 5 months ago #
-
DSE Search hooks into existing Solr APIs. Solr clients work with DSE 2.0 and later: http://lucidworks.lucidimagination.com/display/solr/Client+APIs
Posted 5 months ago # -
Exception: Do not use SolrJ (Java Interface for Solr) to add cores in DataStax Enterprise.
Posted 5 months ago # -
You can track some key parameters in OpsCenter (for example avgTimePerRequest, error, request and timeout counts). If you need more, you can also directly retrieve that information using JMX.
Thanks,
SvenPosted 5 months ago # -
Solr JMX works for me. Thanks.
Posted 5 months ago #
Reply
You must log in to post.
