如何使用 Jmeter 对 Insight 的附件执行负载测试

发布于 2024-12-08 12:48:27 字数 352 浏览 1 评论 0原文

我有一个 Web 应用程序,我可以在其中发布一个关于任何内容的 Insight 段落,并在其中附加一个文件。我没有对文件限制设置任何限制,因此当用户上传大文件时,我希望真正关注性能。

我正在使用 Jmeter 进行性能测试,并且想知道如何实际测试它。工作流程实际上就像

- 用户访问 www.foo.com - 使用用户名和密码登录密码 - 单击“添加见解”并键入文本,将一个大文件附加到见解,然后单击“创建”

我读到了有关 FTP 请求采样器的信息,但我正在尝试为并发客户端运行它。

我是第一次使用,所以请耐心等待。

我希望您能用您在 Jmeter 方面的专业知识给我一个很好的指导,

谢谢

I have a Web application where I can post an Insight that is a paragraph about anything and attach a file to it. I am not placing any restrictions on the file limit so I would want to really focus on performance when a user uploads a huge file.

I am using Jmeter for my performance testing and am wondering how to actually test it. The work flow is actually like

-User goes to www.foo.com
-Logs in using Username & password
-Clicks on the Add Insight and types a text, attaches a large file to the insight and clicks on create

I read about FTP request sampler but I am trying to run it for concurrent clients.

Am a first time user so please bear with me.

I hope you can give me a good guidance with your expertise in Jmeter

Thanks

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

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

发布评论

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

评论(1

妥活 2024-12-15 12:48:27

我发现最好的入门方法之一是按照以下指南记录用户操作:

http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf

录制后,您将看到后台发生的上传文本和文件的所有步骤。

您会注意到发送文件的 POST HTTP 请求底部有一个复选框,上面写着“包含文件”。这是上传的文件。

I find one of the best ways to get your feet wet is to record the user actions, following this guide:

http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf

After you record, you'll see all the steps that happen in the background for uploading the text and file.

You'll notice on the POST HTTP request that sends the file has a checkbox on the bottom that says "include file". This is the file that gets uploaded.

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