从 Visual Studio 负载测试中获取“第一个字节的时间”指标
Posted
技术标签:
【中文标题】从 Visual Studio 负载测试中获取“第一个字节的时间”指标【英文标题】:Getting "Time to first byte" metric from visual studio load testing 【发布时间】:2012-08-08 19:48:12 【问题描述】:我已经设置了一个 Visual Studio 2010 负载测试套件来测试我们的网站。我想要的一个关键指标是每个页面的“第一个字节的时间”(TTFB)。有谁知道我如何将它添加到项目中?
谢谢
【问题讨论】:
【参考方案1】:在Load Test Results
窗口中展开Overall-->Request-->Avg. First Byte Time
并双击_Total
将其添加到图表中。
如果您想了解如何在测试中添加更多计数器(默认情况下未添加),请查看以下内容:
-
Specifying the Counter Sets for Computers in a Load Test
How to: Add Counters to Counter Sets Using the Load Test Editor
【讨论】:
以上是关于从 Visual Studio 负载测试中获取“第一个字节的时间”指标的主要内容,如果未能解决你的问题,请参考以下文章
在 Visual Studio 中录制 Web 负载测试项目
从 TFS 构建针对 Visual Studio Online 运行负载测试
如何在 Visual Studio 负载测试中为每个用户从不同的客户端 IP 向服务器发送请求