The Indexing request Rate chart shows the number of complete indexing doc 
operations (index/create) per second. It counts on the document level so a 
bulk request with 10 docs is equal to 10 requests with a single doc. The 
counter is updated when the operation is completed.

I think the chart title is misleading as it refers to requests and that's 
not accurate. I will change it.


On Thursday, April 17, 2014 4:07:30 PM UTC+2, sindhu wrote:
>
> Hi,
>
> Thanks for the reply. Helped a lot. I also have a query about index rate 
> total. Is it 
>
> 1. no of documents indexed per sec 
> 2. no of indexing requests coming per sec
> 3. no of indexing requests completed per sec
>
> In my case i gave 42 files for indexing and following is the output of 
> codeindex\_stats where codeindex is the index name.
>
> {
>    "_shards": {
>       "total": 10,
>       "successful": 10,
>       "failed": 0
>    },
>    "_all": {
>       "primaries": {
>          "docs": {
>             "count": 48460,
>             "deleted": 0
>          },
>          "store": {
>             "size_in_bytes": 1089957,
>             "throttle_time_in_millis": 0
>          },
>          "indexing": {
>             "index_total": 42,
>             "index_time_in_millis": 1645,
>             "index_current": 0,
>             "delete_total": 0,
>             "delete_time_in_millis": 0,
>             "delete_current": 0
>          },
>
> So what exactly does the graph of metric "Indexing request Rate" 
> represents. How do you calculate the index rate? 
>
> Can you also provide any links to documentation about what each metric 
> exactly represents if possible.
>
> Thanks,
> sindhu. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/9cc610b1-1b19-4138-a4eb-00d585bc0906%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to