Skip to content

Benching long-running/async (business) processes #470

Answered by epompeii
lcmgh asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, this is a use case that Bencher can handle.

You will need to format your results in Bencher Metric Format (BMF) JSON.

Then you can either:

I would probably model each business process/sub-process as a Benchmark. Likewise, I would create a Benchmark for any aggregates that you want to track.

For example, if you had Process A and Process B you would have three Benchmarks:

  • Process A
  • Process B
  • Total Process

And if Process A had two sub-processes, Process A1 and Process A2, you would have two more Benchmarks (for a total of five):

  • Process A
  • Process A1
  • Process A2
  • Process B
  • T…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@sagudev
Comment options

@epompeii
Comment options

@sagudev
Comment options

@epompeii
Comment options

@sagudev
Comment options

Answer selected by epompeii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants