vlsi edited a comment on pull request #674: URL: https://github.com/apache/jmeter/pull/674#issuecomment-955780938
Added load profile chart. Note: JFreeChart can't be used (LGPL is forbidden in the ASF projects). Luckily https://github.com/JetBrains/lets-plot is very powerful and it has MIT license. Schedule: ``` rate(10/sec) random_arrivals(10 sec) pause(1 sec) /* warmup */ rate(20/sec) random_arrivals(10 sec) pause(1 sec) rate(40/sec) random_arrivals(10 sec) pause(1 sec) rate(10/sec) random_arrivals(10 sec) rate(80/sec) random_arrivals(10sec) rate(0/sec) pause(1 sec) ``` <img width="820" alt="precise thread group screen with chart" src="https://user-images.githubusercontent.com/213894/139599107-8c84508d-2827-4c26-9c4e-bb5ea388870e.png"> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
