You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you want to see #83 and specifically this comment. So you're probably going to call rate() on a _total metric (probably a ResponseTime metric).
Thanks, @johrstrom so should I do that in some kind of script inside jmeter? or using the Prometheus listener or metrics? If you can give some guidance I will really apreciate it since I´m new in all of this. Thanks :).
Oh i see. So you'll make a ResponseTime metic, let's say a histogram called demo_histogram. Now in Prometheus, you'll start to see a metric called demo_histogram_total. Do a rate(demo_histogram_total)[5m] and you'll get the rate of total transactions. Or rate(demo_histogram_total{label="the sampler I'm looking for"})[5m] for TPS for a given sampler.
Hello, which configuration should be used in order to log TPS? Thanks :)
The text was updated successfully, but these errors were encountered: