[jira] Updated: (SOLR-176) Add detailed timing data to query response output

2007-06-20 Thread Will Johnson (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Will Johnson updated SOLR-176:
--

Attachment: RequesthandlerBase.patch

a slightly more ambitious patch that tracks: 

* total number of requests/errors
* requests/errors in the current interval (interval defined in solrconfig)
* requets/errors as of the start of the last interval
* avg requet times for total / current interval



 Add detailed timing data to query response output
 -

 Key: SOLR-176
 URL: https://issues.apache.org/jira/browse/SOLR-176
 Project: Solr
  Issue Type: New Feature
  Components: search
Affects Versions: 1.2
Reporter: Mike Klaas
Assignee: Mike Klaas
Priority: Minor
 Fix For: 1.3

 Attachments: dtiming.patch, dtiming.patch, dtiming.patch, 
 dtiming.patch, RequesthandlerBase.patch, RequesthandlerBase.patch


 see 
 http://www.nabble.com/%27accumulate%27-copyField-for-faceting-tf3329986.html

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



[jira] Updated: (SOLR-176) Add detailed timing data to query response output

2007-06-15 Thread Ryan McKinley (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan McKinley updated SOLR-176:
---

Attachment: dtiming.patch

* applies with trunk.
* added timing info to StandardRequestHandler

I think this will make lots of sense in the context of  search components:
http://www.nabble.com/search-components-%28plugins%29-tf3898040.html


 Add detailed timing data to query response output
 -

 Key: SOLR-176
 URL: https://issues.apache.org/jira/browse/SOLR-176
 Project: Solr
  Issue Type: New Feature
  Components: search
Affects Versions: 1.2
Reporter: Mike Klaas
Assignee: Mike Klaas
Priority: Minor
 Fix For: 1.3

 Attachments: dtiming.patch, dtiming.patch, dtiming.patch, 
 RequesthandlerBase.patch


 see 
 http://www.nabble.com/%27accumulate%27-copyField-for-faceting-tf3329986.html

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



[jira] Updated: (SOLR-176) Add detailed timing data to query response output

2007-06-15 Thread Mike Klaas (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Klaas updated SOLR-176:


Attachment: dtiming.patch

added javadocs for RTimer.java, and removed a superfluous line from SRH.java

 Add detailed timing data to query response output
 -

 Key: SOLR-176
 URL: https://issues.apache.org/jira/browse/SOLR-176
 Project: Solr
  Issue Type: New Feature
  Components: search
Affects Versions: 1.2
Reporter: Mike Klaas
Assignee: Mike Klaas
Priority: Minor
 Fix For: 1.3

 Attachments: dtiming.patch, dtiming.patch, dtiming.patch, 
 dtiming.patch, RequesthandlerBase.patch


 see 
 http://www.nabble.com/%27accumulate%27-copyField-for-faceting-tf3329986.html

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



[jira] Updated: (SOLR-176) Add detailed timing data to query response output

2007-05-17 Thread Will Johnson (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Will Johnson updated SOLR-176:
--

Attachment: RequesthandlerBase.patch

added some average stats to RequestHandlerBase.  all of the same info can be 
obtained by parsing the log files but having it show up on the admin screens 
and jmx is simple and nice to have.  stats added: avgTimePerRequest and 
avgRequestsPerSecond.

 Add detailed timing data to query response output
 -

 Key: SOLR-176
 URL: https://issues.apache.org/jira/browse/SOLR-176
 Project: Solr
  Issue Type: New Feature
  Components: search
Affects Versions: 1.2
Reporter: Mike Klaas
 Assigned To: Mike Klaas
Priority: Minor
 Fix For: 1.2

 Attachments: dtiming.patch, dtiming.patch, RequesthandlerBase.patch


 see 
 http://www.nabble.com/%27accumulate%27-copyField-for-faceting-tf3329986.html

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



[jira] Updated: (SOLR-176) Add detailed timing data to query response output

2007-03-05 Thread Mike Klaas (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Klaas updated SOLR-176:


Attachment: dtiming.patch

Same version with ASF license.  Output format looks like:

lst name=timing
  double name=debug13.0/double
  double name=main query1.0/double
  double name=time19.0/double
  double name=setup/query parsing5.0/double
  double name=pre fetch0.0/double
/lst

(Note that RTimer supports aritrary nesting of timers)

 Add detailed timing data to query response output
 -

 Key: SOLR-176
 URL: https://issues.apache.org/jira/browse/SOLR-176
 Project: Solr
  Issue Type: New Feature
  Components: search
Affects Versions: 1.2
Reporter: Mike Klaas
 Assigned To: Mike Klaas
Priority: Minor
 Fix For: 1.2

 Attachments: dtiming.patch, dtiming.patch


 see 
 http://www.nabble.com/%27accumulate%27-copyField-for-faceting-tf3329986.html

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