0

Can we run load testing using datadog (Synthetic monitoring and Testing) ? If so, where we can define no. of concurrent users and no. of iteration like we do in Jmeter. Thanks in advance.

3 Answers 3

1

The answer is Yes , you can run load testing using Datadog's Synthetic Monitoring and Testing, but the Drawback of it that it works a bit differently from traditional tools like JMeter which was mostly used in this cases. In Datadog , you can define synthetic tests for your application by simulating real user interactions. However, Datadog is does not directly provide settings for concurrent users and iterations like JMeter. Instead, you can configure API tests and browser tests to simulate requests to your application.

Sign up to request clarification or add additional context in comments.

1 Comment

So if we need to run for 10 concurrent users, we have to start 10 different tests ? Also if we need to run 10 iterations, do we need to define same API 10 times, Is it ?
1

Just use a tool designed for the execution of performance tests. Do not confuse a monitoring solution with a testing solution.

Having said that, analysis is a pronounced area of weakness with Jmeter. You would be better off using Jmeter as a load thrower, throwing away it's reporting, using the time-taken log values captured in Datadog for your test target, combined with the system monitoring information (also ignored by Jmeter), to produce your analysis of efficiency and bottlenecks in the system

Analysis is where value is added in the performance testing process. Up until that point every dollar is a sunk cost to produce data.

Comments

1

If you want load testing + analysis, use LoadForge. Easy to write tests, affordable, scales well, and has a focus on analysis where other tools don't. Datadog not specifically designed for load (concurrent users).

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.