Response time.
It is measured from the moment a request is sent to the server until the last byte is received from the server.
Requests per second.
The client application generates an HTTP request and sends it to the server. The server software processes the request, generates a response and sends it back to the client. The total number of requests per second is the reading we need.
Transactions per second.
User transactions are a sequence of user actions. This reading shows how successfully the system has passed load testing. To do this, you must compare the real transaction time with the expected one. You can also estimate the number of transactions per second.
The number of virtual users per unit of time.
This reading allows you to find out if the application's performance meets the established requirements. If your scripts are as close as possible to the actual user's behavior, then you are doing everything correctly. In this case, one virtual user will be equal to one real user.