Skip to content
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

Throughput metric may be not well defined and can be improved #18

Open
adrianomg opened this issue Feb 28, 2024 · 0 comments
Open

Throughput metric may be not well defined and can be improved #18

adrianomg opened this issue Feb 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@adrianomg
Copy link
Collaborator

Real-time throughput metrics need to be refined and presented in more detail. It is currently implemented more like "ingestion rate" than actual throughput since it uses the source item counter to compute it. It does not use the sink item counter because operators can drop items before the sink. Maybe "ingestion rate" should be added as a different metric. It could also implement a monitor-throughput metric, to show it by operator, as the monitor-latency one. SPBench offers a way to customize the item counter, but that may not be enough and requires the user to add additional code to the benchmark.

@adrianomg adrianomg added the enhancement New feature or request label Feb 28, 2024
@adrianomg adrianomg self-assigned this Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant