generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Describe the feature
Trading Mock Server needs to log how much message per second it processes in the console.
Use Case
When multiple testing clients run, it's hard to aggregate results from each client to show how much the total load is on the exchange side. Therefore, the mock client should print out how many requests it responds to in the console log
Proposed Solution
log the message per second metric everytime mock server processes 50K messages.
For example if 150K request is sent then we should expect to see 3 log on the console showing how much message is processed per second
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
Language
Rust
Metadata
Metadata
Assignees
Labels
No labels