可以使用哪些工具来连续监视CI/CD管道中的Web应用程序性能

发布于 2025-02-03 22:03:21 字数 85 浏览 2 评论 0 原文

哪些最佳工具可以在CI/CD管道(如无人机)中连续评估Web性能,并通知任何性能下降。

我有一个基于微服务的应用程序,我需要实施连续的性能监控

What are the best tools available to continuously evaluate web performance in a CI/CD pipeline like Drone, and notify about any performance drops.

I have a microservice based application, that I need to implement continuous performance monitoring

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深海蓝天 2025-02-10 22:03:21

没有“最佳”工具,您需要回答以下问题:

  1. 您的应用程序使用。 工具必须支持所有这些工具以模仿应用程序的现实生活使用
  2. 情况
  3. 该 它可能会自动失败。

因此,如果您有 jmeter 在您的问题标签中,请看一下 jenkins performance插件可以通过比较当前构建的指标和kPis与某些“参考”基线构建或以前的构建,可以将构建标记为不稳定或失败

There is no "best" tool, you need to answer the following questions:

  1. What are the network protocols used by your application. The tool has to support all of them in order to be able to mimic real life usage of the application
  2. Can the tool be executed in unattended command-line non-GUI mode
  3. Can the tool produce the results which can be interpreted by the continuous integration server so it could fail the build automatically in case of performance degradation

Given you have jmeter in your question tags take a look at Jenkins and Performance Plugin which can mark the build as unstable or failed by comparing the metrics and KPIs of the current build to some "reference" baseline build or previous build

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文