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

Plugin collects response time only for PASSED transactions #95

Open
yobshans opened this issue Jan 7, 2021 · 6 comments
Open

Plugin collects response time only for PASSED transactions #95

yobshans opened this issue Jan 7, 2021 · 6 comments

Comments

@yobshans
Copy link

yobshans commented Jan 7, 2021

Hello,

Looks like plugin collects response time only for PASSED transactions.
jmeter_rt_summary{code="200",instance="localhost:9270",job="jmeter",label="01.OCM.Login",name="jmeter",quantile="0.75"}
or
jmeter_rt_summary{code="0",instance="localhost:9270",job="jmeter",label="Start Worker nodes:(xxxx:22)",name="jmeter",quantile="0.75"}
Will be useful collects also failed transactions response time.
I use Transaction Controller which has "do while" loop until some operation will be finished. And during the waiting loop token can be expired. I refresh it but generally Transaction Controller will be in Fail status.
And it missed in data collected in Prometheus.

Anyway, I can configure it.
Thank you

@yobshans
Copy link
Author

yobshans commented Jan 7, 2021

There are no statistics for Success and Failure Total and Ratio

@yobshans
Copy link
Author

yobshans commented Jan 7, 2021

image

@johrstrom
Copy link
Owner

What is code="0"? That could be a transaction that threw an exception of some kind. Try to misconfigure the sampler get 404s. I'm sure that the listener will show code="404".

There are no statistics for Success and Failure Total and Ratio

I'll have to look into that a bit.

@yobshans
Copy link
Author

yobshans commented Jan 7, 2021

SSH Protocol Support return code="0"
https://github.com/yciabaud/jmeter-ssh-sampler
It is OK, Passed.
Other HTTP transaction returns 404/401/etc

Thank you

@yobshans
Copy link
Author

yobshans commented Jan 7, 2021

image

@yobshans
Copy link
Author

yobshans commented Jan 7, 2021

Only 200 and 0 collected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants