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

Calculate througput #752

Open
jirevwe opened this issue Sep 27, 2023 · 1 comment
Open

Calculate througput #752

jirevwe opened this issue Sep 27, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jirevwe
Copy link

jirevwe commented Sep 27, 2023

Is there a way to get the throughput of messages as they are being dequeued by consumers?

@jirevwe jirevwe added the enhancement New feature or request label Sep 27, 2023
@kamikazechaser
Copy link
Collaborator

throughput of messages

I assume messages = tasks ?

Couple of ways I could think of to estimate throughput:

  • Enqueue all tasks (measured) first before starting the processor, then start processing the queue. To get stats, start polling with Insepector.GetQueueInfo
  • Exposing metrics

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

3 participants