visual-studio-2010 - 从 visual studio 负载测试中获取 "Time to first byte"指标

标签 visual-studio-2010 performance load-testing

我设置了一个 visual studio 2010 负载测试套件来测试我们的网站。我想要的一个关键指标是每个页面的“首字节时间”(TTFB)。有谁知道如何将它添加到项目中?

谢谢

最佳答案

Load Test Results 窗口中展开 Overall-->Request-->Avg。 First Byte Time 并双击 _Total 将其添加到图中。

enter image description here

如果您想了解如何向您的测试添加更多默认情况下未添加的计数器,请检查这些:

  1. Specifying the Counter Sets for Computers in a Load Test
  2. How to: Add Counters to Counter Sets Using the Load Test Editor

关于visual-studio-2010 - 从 visual studio 负载测试中获取 "Time to first byte"指标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11872067/

相关文章:

c# - Apple 键盘上的 Ctrl+Break

c# - 项目资源变量不改变值

visual-studio-2010 - VS2010 - 发布网站,忽略空文件夹

python - 如何编写一个高效的__dict__重载函数?

soapui - SoapUI 免费版中的线程有限

python - 当我尝试使用 Locust 运行简单的负载测试时出现 AttributeError

c++ - 基于 Ribbon 的 MFC 应用程序是否可以在 Windows pre-Vista/7 上运行?

python - 这个python函数可以向量化吗?

javascript - 为什么+=(加法赋值,加上等于)在 Node 中这么慢?

performance - 从 Jmeter 中的响应中捕获 header 值并重新使用