ludeknovy / jtl-reporter

JtlReporter is an online application that allows users to generate beautiful, customizable and easy to understand performance reports from JMeter(Taurus), Locust, and other tools.
https://jtlreporter.site
MIT License
130 stars 34 forks source link

Comparison of resources like CPU, memory etc #293

Closed puran157 closed 1 month ago

puran157 commented 2 months ago

Is your feature request related to a problem? Please describe. JTLReporter as of now compares Throughput and Latency of the calls but resources comparison is missing

Describe the solution you'd like Is it possible to compare resources as well like CPU, memory in JTLReporter for each test?

Additional context Add any other context or screenshots about the feature request here.

ludeknovy commented 2 months ago

Hi! Yes, that should be possible. Although not sure where and how to display it. Any ideas?

puran157 commented 2 months ago

Sorry for delayed response @ludeknovy :). I see that locust master/worker CPU is already captured but its displayed as isolated chart. It cannot be compared with base(or any other) run. A way to stream custom data to JTL such that JTL blindly draws chart comparison without any processing would be awesome. With this, anybody can add any service KPI (specific to service) and analyze against base-run.

ludeknovy commented 2 months ago

@puran157 I am not saying its not useful, but I am not sure where to display the other(compared to) chart. Because currently the resources’ chart is displayed in a modal window. So I am not sure how to design the solution properly.

ludeknovy commented 1 month ago

Implemented.