blazemeter

Jmeter multiple concurrent users in single thread group

喜你入骨 提交于 2019-12-02 16:11:21
问题 I have 1 thread group and I have defined 100 threads and 1 Iteration with a single HttpSampler . Basically I am testing a single GET API. Now, Jmeter should start 100 threads and then they should fire request to my server which have the API. The server can respond to 100 requests concurrently. So, basically at any point in time I should have 100 concurrency. But that is not what is happening when I checked through Blazemeter. I get a max users of 37 and total users as 100 which means max

Jmeter multiple concurrent users in single thread group

↘锁芯ラ 提交于 2019-12-02 08:40:42
I have 1 thread group and I have defined 100 threads and 1 Iteration with a single HttpSampler . Basically I am testing a single GET API. Now, Jmeter should start 100 threads and then they should fire request to my server which have the API. The server can respond to 100 requests concurrently. So, basically at any point in time I should have 100 concurrency. But that is not what is happening when I checked through Blazemeter. I get a max users of 37 and total users as 100 which means max concurrency during the test was 37. This can be possible only if Jmeter did not executed the threads

Non HTTP response message: The target server failed to respond: Is my server failing to handle load

亡梦爱人 提交于 2019-11-28 09:08:48
I have a prepared a jmx file using jmeter & ran that test case on blazemeter to test load on my server. After the test is done, I can see that one of my services are failing. Though not all the time, but some times. And in the error tab on blazemeter, i can see that is is giving Non HTTP response message: The target server failed to respond I am not sure, that is my server failing to handle the load, or is it something else. In My settings, thread is 50. Can any one please help me that, is this because of server is failing to handle to load. Thanks in advance. It looks like that you're facing

Non HTTP response message: The target server failed to respond: Is my server failing to handle load

为君一笑 提交于 2019-11-27 02:39:17
问题 I have a prepared a jmx file using jmeter & ran that test case on blazemeter to test load on my server. After the test is done, I can see that one of my services are failing. Though not all the time, but some times. And in the error tab on blazemeter, i can see that is is giving Non HTTP response message: The target server failed to respond I am not sure, that is my server failing to handle the load, or is it something else. In My settings, thread is 50. Can any one please help me that, is