• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jmeter load test results.

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was testing our web application with Jmeter.

It gave the results like : the server can hadle upto 350 requests/ sec successfully ( without any error ) but when the per second request is 400 then 25% requests fail. So why in overload condition it can handle only 300 instead of 350 ??

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It depends on your system RAM . Please visit the following URL for detailed answers.
http://www.technix.in/jmeter-problems-and-solutions/
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That is almost impossible to say based on what you have said so far.

It is possible that the server is overloaded, it is possible that the JMeter test computer is overloaded, and it is possible that you are exceeding the limitations of JMeter in GUI mode (but I doubt it).

You could start by looking at the log files on both your computer running the test, and the server. If JMeter is experiencing difficulties, it usually puts details in the jmeter.log file. Similarly, if your application is experiencing load issues, it should be writing exceptions to the log file.

The JMeter Plugins add on has a Servers Performance Monitoring tool that will allow you to monitor various computers. You can monitor "CPU, Memory, Swap, Disks I/O and Networks I/O" to see what bottlenecks exist.
 
You showed up just in time for the waffles! And this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic