# The Request Rate makes me confused

**URL:** https://discuss.elastic.co/t/the-request-rate-makes-me-confused/215909
**Category:** Elasticsearch
**Tags:** elastic-stack-monitoring
**Created:** [January 21, 2020, 3:44pm UTC](https://discuss.elastic.co/t/the-request-rate-makes-me-confused/215909 "2020-01-21T15:44:10Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![bringyou](https://avatars.discourse-cdn.com/v4/letter/b/439d5e/32.png) [@bringyou](https://discuss.elastic.co/u/bringyou)
#### Post date: [January 21, 2020, 3:44pm UTC](https://discuss.elastic.co/t/the-request-rate-makes-me-confused/215909/1 "2020-01-21T15:44:11Z")

</div>

Hello, I' am using Kibana's stack monitoring tools, and I found something confusing me, that is, in the indices overview window, there is a line chart called "search rate"

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/3/a/3aae490a2630ae0770c8859aa9b3f5e5afac364e.png)  
and in advance window, there is a line chart called "request rate"  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/7/c/7c11a5109314cc14e10d28d3a8e6ec54de4bf55b.png)  
(The index shown here has 3 primary shards, 6 replica shards, no routing)  
We can see, those two charts has the same data, but different descriptions, which makes me confused.  
What does the "search total" in the request rate chart mean?  
Or **what does the description "per shard" mean**?  
In my poor opinion, "search total" in the request rate chart should equal client side search rate,  
and data in search rate chart should equals client side search rate multiplies primary shards count. But, it doesn't, actually, they seem to be all the same, so **why they have different descriptions?**

---

<div class="post-metadata">

### Author: ![DeeeFOX](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/deeefox/32/49566_2.png) [@DeeeFOX](https://discuss.elastic.co/u/DeeeFOX)
#### Post date: [January 23, 2020, 5:54am UTC](https://discuss.elastic.co/t/the-request-rate-makes-me-confused/215909/2 "2020-01-23T05:54:13Z")

</div>

> [@bringyou](#):
>
> what does the description "per shard" mean

To my understanding:

> search\_total =  
> search\_per\_shards \* how\_many\_shards\_excute\_the\_search

AND

> request\_total =  
> ( index\_per\_primary\_shards \* how\_many\_primary\_shards\_excute\_the\_index )  
> +  
> ( search\_per\_shards \* how\_many\_shards\_excute\_the\_search )

---

<div class="post-metadata">

### Author: ![bringyou](https://avatars.discourse-cdn.com/v4/letter/b/439d5e/32.png) [@bringyou](https://discuss.elastic.co/u/bringyou)
#### Post date: [January 23, 2020, 1:10pm UTC](https://discuss.elastic.co/t/the-request-rate-makes-me-confused/215909/3 "2020-01-23T13:10:32Z")

</div>

Thanks for your reply. So the "search total" in "request rate" chart and the search rate chart are the same thing. But still wonder why they have different description

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [February 20, 2020, 1:10pm UTC](https://discuss.elastic.co/t/the-request-rate-makes-me-confused/215909/4 "2020-02-20T13:10:56Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
