back end listener fields

2019-10-21 Thread Walker Mellema
uot;], ["max", "float"], ["maxAT", "float"], ["meanAT", "float"], ["min", "float"], ["minAT", "float"], ["pct90.0", "float"], ["pct95.0", "float"], ["pct99.0&qu

Aggregate Report data

2019-10-07 Thread Walker Mellema
Anybody know of a way to access Aggregate Report data during the load test? I'm wondering if these values are available in variables somewhere that I could query from a groovy script in my JSR223 Listener Thanks Walker -- Walker B. Mellema | Senior QA Engineer

Re: Dashboard doesn't have any errors and many charts are empty

2018-08-28 Thread Walker Mellema
,bytes,sentBytes,grpThreads,allThreads,Latency,SampleCount,ErrorCount,Connect Walker Mellema On Tue, Aug 28, 2018 at 8:51 AM, Philippe Mouawad < p.moua...@ubik-ingenierie.com> wrote: > Hello, > Absolutely : > > http://jmeter.apache.org/usermanual/generating- > dashboa

Load test throughput cut by half in Jmeter 4.0

2018-05-03 Thread Walker Mellema
Our load tests recently began running at half the normal rate. Response times were slightly longer, but the requests per minute had dropped to half the expected rate. We're running Java 8. Our load tests were written in Jmeter 3.3. After some investigation we found that opening a Jmeter 3.3 file

Re: Jmeter report generation with transaction statistics

2018-04-24 Thread Walker Mellema
We just implemented a reporting system using Grafana and InfluxDB. If you're already using Grafana then adding a dashboard and pointing it at an InfluxDB instance is pretty simple. Our backend uses Graphite for everything else but InfluxDB has some nice features. We can even add panels that pull

Re: Backend listener for Graphite

2018-04-11 Thread Walker Mellema
OK I've discovered why this seems weird. We're actually using Grafana's Host Metrics. They provide an API endpoint that sends payloads to Graphite in the cloud. So, the Backend Listener isn't going to be viable for our needs. On Wed, Apr 11, 2018 at 12:49 PM, Walker Mellema < walker.m

Re: Backend listener for Graphite

2018-04-11 Thread Walker Mellema
; > >- Cookie > >- Header > >- Parameter > > > > If it's not as a parameter, you would need to alter jmeter source code, > > maybe we could introduce the concept of some preprocessor that you would > > implement and that would alter the HTTP requ

Backend listener for Graphite

2018-04-11 Thread Walker Mellema
Hello, I'm new to this mailing list. We use Graphite as the backend for Grafana. I'd like to use the Backend Listener to send load test data to our Graphite instance but I don't see any way to authenticate. We use ID tokens (kind of like a Bearer token) for authentication. Anybody know how to

multipart/form-data PUT does not send file

2016-06-21 Thread Walker Mellema
th no luck. Anybody know what I'm doing wrong? Thanks. Walker Mellema