About 50 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 …

  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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. Can Gatling call java junit classes/methods to drive a web …

    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 …

  7. "java.net.BindException: Address already in use" when trying to do ...

    "java.net.BindException: Address already in use" when trying to do rapid Socket creation and destruction for load testing Asked 14 years, 10 months ago Modified 1 year, 2 months ago …

  8. 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 …

  9. java - JUnit Error: "Failed to load ApplicationContext" - Stack …

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

  10. how to perform load tests using a java framework?

    Sep 21, 2023 · 0 I'm using Serenity Bdd (based on Selenium WebDriver) framework to test UI of an app. We need some load testing to be done as well. Do you guys have any suggestions …