最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

jmeter - Can we run load testing using datadog (Synthetic monitoring and Testing)? - Stack Overflow

programmeradmin2浏览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.

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.

Share Improve this question asked Feb 6 at 11:05 KeshavKumarKeshavKumar 195 bronze badges
Add a comment  | 

3 Answers 3

Reset to default 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.

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.

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).

发布评论

评论列表(0)

  1. 暂无评论