Questions tagged as ['jmeter']
Apache JMeter is open source software, a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
Score: 0
What matters when optimizing a nginx server for audio/video streaming?
I am looking for opinions and resources. Serving rtmp, dash, hal with nginx-rtmp-module. Test streaming from another machine with ffmpeg, but will probably use OBS later on.
- Which nginx settings matter?
- What's important in relation to hardware (cpu? ram? gpu?)?
- How would you decide where the bottlenecks are, what causes performance issues?
I've been using JMeter with the HLSPlugin to do a bit o ...
Score: 0
How to collect data for AWS autoscaling groups?
My team has the task to establish the correct values for the auto scaling groups on our aws environment. Those values you establish on the alarms on cloudwatch, that when they are triggered the number of instances grows or decreases.
It has been suggested to us to use JMeter to stress (with lots of requests) the servers and collect metrics. But that method has not been very effective. Is there an ...