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/c20d5d6e-0cc9-4213-ad21-ee6830b07259%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to