# MongoDB and LOAD ( average active queries )

**URL:** https://forums.percona.com/t/mongodb-and-load-average-active-queries/22662
**Category:** PMM 2.x
**Tags:** mongodb
**Created:** [June 8, 2023, 8:37am UTC](https://forums.percona.com/t/mongodb-and-load-average-active-queries/22662 "2023-06-08T08:37:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![MixafeSVK](https://avatars.discourse-cdn.com/v4/letter/m/b19c9b/32.png) [@MixafeSVK](https://forums.percona.com/u/MixafeSVK)
#### Post date: [June 8, 2023, 8:37am UTC](https://forums.percona.com/t/mongodb-and-load-average-active-queries/22662/1 "2023-06-08T08:37:48Z")

</div>

Hi guys,  
I’m working with PMM and MongoDB databases. I’m looking for “LOAD” metric - description how it’s calculcated. If i count all the queries from in Query Per Second field in some time range ( 12 hours ) for example, then calculation doesn’t match.

Can somebody help me to understand “LOAD” metric ?

Thank you

 ![obrazek](https://us1.discourse-cdn.com/flex019/uploads/percona1/original/2X/5/59036c261cb091f607f28617adfadf48ae13b4d4.png)

---

<div class="post-metadata">

### Author: ![Parag\_Bhayani](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.percona.com/parag_bhayani/32/3710_2.png) [@Parag\_Bhayani](https://forums.percona.com/u/Parag_Bhayani)
#### Post date: [June 12, 2023, 6:05pm UTC](https://forums.percona.com/t/mongodb-and-load-average-active-queries/22662/2 "2023-06-12T18:05:42Z")

</div>

Hi @MixafeSVK ,

Welcome to the Percona Communiy!  
Here the load is calculate as QPS \* Avg Query time which indicates avg query load on the DB.

For eg.: If QPS = 1 and Avg execution time is 22sec. Then the avg. query exerts 22 points load on the DB.

Regards,  
Parag
