jmeter - Load generator machine (windows) reaching to 100% CPU -


i running 2250 users test aws windows vm, following details.

windows ram: 32gb cpu: 8 core

once test reaches 600 concurrent users cpu going 100% utilization. action taken resolve this,(using jmeter test)

  • increased heap size (heap=-xms512m -xmx12288m)
  • removed lisners test.
  • running test non gui mode.

still load generator machine reaching 100%. whould best solution fix issue.

enter image description here

first check follow best practices in test:

then better use linux machine instead of windows scales better.

finally try increasing machine type give more cpus.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -