About 453,000 results
Open links in new tab
  1. Performance / Stress Testing Java EE applications - Stack Overflow

    12 It's difficult to find all bottlenecks, deadlocks, and memory leaks in a Java application using unit tests alone. I'd like to add some level of stress testing for my application. I want to test the limits of the …

  2. Load testing for java client/server application - Stack Overflow

    Dec 2, 2010 · I have written a java client server application (not http), which i need to load test. However, most tools out there such as jmeter and grinder seem to be targeted to http requests. Any suggestions?

  3. Performing a Stress Test on Web Application? - Stack Overflow

    Aug 11, 2008 · JMeter is an open-source load testing tool, written in Java. It's capable of testing a number of different server types (for example, web, web services, database, just about anything that …

  4. testing - How to load test pure java code? - Stack Overflow

    Dec 24, 2016 · The best way to load test "pure" Java code is using profiling tools, like: JVisualVM Memory Analyzer Tool JProfiler YourKit Java Profiler etc. JMeter does not do any "miracles", it …

  5. Can Gatling call java junit classes/methods to drive a web application ...

    Dec 11, 2024 · What I'd like to do is load/performance test some of the functionality that is already covered by these integration/ui tests and have reports generated of how well it performs with x user …

  6. How to create and run Apache JMeter Test Scripts from a Java program ...

    If I understand correctly, you want to run an entire test plan programmatically from within a Java program. Personally, I find it easier to create a test plan .JMX file and run it in JMeter non-GUI mode …

  7. Using Jmeter for load testing of a standalone java application

    Jan 3, 2014 · To load test an application you need to apply load to it. Jmeter is used to apply load to web sites by simulating users of that web site. It won't help you very much unless you are writing a …

  8. java - JMeter Load Testing Connection Refused - Stack Overflow

    Sep 2, 2023 · I am running a load test on a service that's run on my machine locally to test the Spring WebFlux WebClient. Here is what the setup is like: /get /process JMeter -> Service 1 -> S...

  9. java - How to measure CPU and memory during load test - Stack …

    Nov 16, 2010 · 21 We are using JMeter in a heterogeneous environment and we would like to measure CPU and memory while we are producing heavy load on a server where our service or web …

  10. java - JUnit Error: "Failed to load ApplicationContext" - Stack Overflow

    Jun 28, 2017 · JUnit Error: "Failed to load ApplicationContext" Asked 8 years, 5 months ago Modified 5 years, 2 months ago Viewed 43k times