-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metrics unloaded when running longevity-load-rs #70
Comments
Every Operation is not only HTTP Request and HTTP Response. We should also keep WebSocket connection to receive a confirmation or rejection message.
Your metrics format should take into account this flow. |
In this case, I propose to collect. If there is an opinion that there are extra metrics or I did not take into account important ones, please correct me
|
Operation Name: The name of the thread group to which the executing thread belongs. (subject to implementation through multithreading) Response Time: The total time it took to complete a WebSocket transaction, including the time it took to wait for a response from the server. |
Below is a list of metrics that you need to get from each http request as part of a load test. Based on these metrics, we will be able to conduct deeper analytics on the behavior of Iroha2 under load
Tasks
The text was updated successfully, but these errors were encountered: