Most voted "stress-test" questions
4 questions
Sort by count of
-
19
votes1
answer11672
viewsWhat is a stress test?
I see some questions here in the OS, old and new, in various languages, asking how to do a stress test. What would be a stress test? What this test measures? This test is a reliable way to measure,…
-
7
votes1
answer1004
viewsHow to simulate load in a database?
I have an SQL Server database that recently had performance problems in production by the large amount of simultaneous users added to some implementation and architecture problems. After taking some…
-
7
votes1
answer7312
viewsWhat’s the difference between a charge test and a stress test?
I read it here that the stress test is (my emphasis) performed to submit the software to extreme situations. Basically, the stress test is based on test the limits of the software and evaluate its…
-
0
votes0
answers16
viewsGatling/Scala: Returns error in Jsonpath - Extraction Crashed: end of input expected
Hello! I’m new to Gatling/Scala and the scenario is as follows: I need to make a request in an API and use the Response data in a new call, which is the load itself. However, Gatling returns the…