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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -