惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

腾讯CDC
Microsoft Azure Blog
Microsoft Azure Blog
L
LangChain Blog
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
B
Blog RSS Feed
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
D
Docker
B
Blog
Engineering at Meta
Engineering at Meta
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
G
Google Developers Blog
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis
Monitor JMeter test results with Datadog
2021-05-14 · via Datadog | The Monitor blog

Apache JMeter is an open source tool for load testing Java applications in both development and CI environments in order to ensure that sudden spikes in traffic won’t cause latency in production. But because load testing involves sending thousands of requests per minute in order to simulate real traffic, it can be difficult to parse outcomes and read patterns—especially for large organizations that test and deploy new code several times a day.

Datadog’s JMeter integration collects test result metrics in aggregate via a plugin, so you can get a quick, real-time overview of how new features affect your application’s ability to perform under stress. Datadog also ingests individual test results as log events in order to provide granular insight into what occurred during each request.

Visualize key JMeter test metrics

Datadog integrates with JMeter through the Datadog Backend Listener, which is an open source plugin that can be downloaded and installed from either the JMeter Plugin Manager or our own repository. Once you’ve configured the plugin, test metrics will begin streaming into an out-of-the-box dashboard, where you can get a real-time summary of results. This enables you to correlate the total number of requests, as well as the number of failed requests and the error rate, with latency and response times, which can help you determine the threshold at which your application can no longer perform as intended.

JMeter dashboard showing key metrics like response time, latency, and error rates

You can also clone and add widgets to the JMeter dashboard to correlate test metrics with monitoring data from elsewhere in your stack. For instance, you could add graphs of system vitals like CPU and memory in order to observe how increased traffic affects resource availability. That way, you can identify where code changes might be causing performance regression in order to observe how increased traffic affects resource availability.

Dive into individual test results with logs

JMeter metrics can help you surface patterns and trends that occurred during testing, but because they’re aggregations of results, they don’t provide any information about what happened during individual test runs. For more granular insight, you can configure the JMeter plugin to send each test result to Datadog as a log, which will include information such as the request’s URL path, the HTTP response code, and the sampler name.

JMeter log in the log explorer displaying a 500 error and surrounding context

Logs appear alongside metrics in the out-of-the-box JMeter dashboard, so you can easily view the details of test runs that occurred during the same time period as concerning metric activity. You can also pivot to the Log Explorer, where you can view your JMeter logs in context and zero in on subsets of logs, such as those that received error responses or show latency that is greater than a certain value. This ability to slice-and-dice results can help you hone in on highly specific patterns that occur when your application is running under stress.

Start monitoring JMeter test data today

Load testing during development and in CI pipelines enables you to anticipate how code changes will affect your application’s performance in the wild, so you can fix any issues before they reach production. Datadog integrates with JMeter so you can easily visualize and analyze your load testing data—and correlate it with other telemetry from across your stack.

Check out our documentation for more information on the data you can collect from JMeter. Or, if you’re not signed up with Datadog, get started with a 14-day free trial.