You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2009/12/16 17:27:18 UTC

[jira] Created: (SOLR-1663) Add numRequests to SolrCore statistics to make it easier to track load

Add numRequests to SolrCore statistics to make it easier to track load
----------------------------------------------------------------------

                 Key: SOLR-1663
                 URL: https://issues.apache.org/jira/browse/SOLR-1663
             Project: Solr
          Issue Type: New Feature
            Reporter: Mark Miller
            Priority: Minor
         Attachments: SOLR-1663.patch

As we get SolrCloud up and running, its going to be helpful to track the load on each server.

We might add request tracking to SolrCore to help make this easier than looking at each request handler in each core. Number of requests is also only an "optional" stat at the RequestHandler level.

Then you can just cycle through each core and grab how many requests it has received, and track that over a given interval.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1663) Add numRequests to SolrCore statistics to make it easier to track load

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller updated SOLR-1663:
------------------------------

    Attachment: SOLR-1663.patch

> Add numRequests to SolrCore statistics to make it easier to track load
> ----------------------------------------------------------------------
>
>                 Key: SOLR-1663
>                 URL: https://issues.apache.org/jira/browse/SOLR-1663
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Mark Miller
>            Priority: Minor
>         Attachments: SOLR-1663.patch
>
>
> As we get SolrCloud up and running, its going to be helpful to track the load on each server.
> We might add request tracking to SolrCore to help make this easier than looking at each request handler in each core. Number of requests is also only an "optional" stat at the RequestHandler level.
> Then you can just cycle through each core and grab how many requests it has received, and track that over a given interval.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.