Performance metrics in RPS and QPS have now been added to the control panel.
By changing the load and query types with switches on the control panel, you will immediately (in a few seconds) see how many database queries are running. You do not need external monitoring, although it is desirable for more accurate analysis.
The following metrics are measured:
- RPS is the number of load requests per second. The load generator works in such a way that an infinite loop is started for each connection, SQL and NoSQL queries are executed in each iteration of the loop. RPS shows how many iterations of the loop are executed per second. RPS is lower if the queries are more complex or the database is slow and has few resources. RPS is higher if the database is fast and the load generator has a lot of resources.
- QPS is the number of database queries or operations per second. Each iteration of the loop runs different database queries that depend on the switches on the control panel.
