-
Notifications
You must be signed in to change notification settings - Fork 4
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
Message Load Generator #9
Comments
@adam-hanna Let me know if you need more clarifications on this or have any questions! |
Yup, this has been implemented in Messages per second hasn't been implemented, but could be done by wrapping in a shell script or something |
So the implementation that you made is inside the client. In your opinion, also might need to get feedback from PL, do you think that this is the best way to implement the message load generator? This would mean that the container that is running the client will also be responsible for sending the messages. This might cause the container to have more overhead than needed? I think it would be best to separate the logic so that we can have unbiased test results. what do you think? |
Right, so the best way to do this would to have the client implementation send these messages. basically load the |
have a separate generator that will send messages
number_of_messages_per_second
ip_to_send_to
The text was updated successfully, but these errors were encountered: