• 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 Heavy load Test

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using jmeter for load testing.But currently my requirement is that to test a j2ee web application with 30000 hits/minute.For that i am given 30000 as threads and 60 as ramp up period.The result is that Jmeter is stucked and busy for a long period, and some time give 1000's request are passed rather than expected 30000.
Any Solution??..Please give any suggestions.

Regards,
Sanuji
 
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 MACHINE RAM memory. To increase threads run jmeter in Non-GUI with distributed mode.

Please visit the following URL:
http://www.technix.in/jmeter-problems-and-solutions/
 
reply
    Bookmark Topic Watch Topic
  • New Topic