Way to measure processing time? #398
Unanswered
CROprogrammer
asked this question in
Q&A
Replies: 1 comment 9 replies
-
Hi @CROprogrammer, That can be a bit tricky but doable. There is a consumer sampler in Kloadgen, so the best approach here is hace producer and consumer in the test plan each one to the required topics. We populate the produced and received message into the JMeter context so here your goal is build and assertion which got the information when those messages where populated (produced and received) so you can the timestamp and obtain the difference. We do not have an example about, so this is more or less a theoretically answer. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is there any way to measure how long it has taken for a massage to be processed in Kafka processor using KLoadGen?
I'm thinking something like how long it took for produced message that was written to input topic, and then processed in Kafka processor, and finally written to output topic. How could I measure how long it took for specific message when it was produced, to when it was consumed?
I'm aware that KLoadGen can produce and consume messages, but can it measure time between those two action.
Beta Was this translation helpful? Give feedback.
All reactions