如何让 Visual Studio 负载测试代理使用服务器的第二个 CPU
我正在我们的一台服务器上使用代理运行 Visual Studio 负载测试。 该服务器有两个 CPU,我有测试代理使用这两个 CPU 的许可证。 我的问题是如何配置测试代理服务以使用第二个 cpu?
I am running a Visual Studio Load Test using an Agent on one of our servers. This server has two CPU and I have a licence for the Test Agent to use both.
My question is how do I configure the Test Agent service to use the second cpu?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在多核计算机上运行负载测试时,负载生成受到如下限制:
如果计算机运行 Visual Studio Team System Test Edition 或 Visual Studio Team System,则负载生成仅限于一个核心。
如果计算机运行 Visual Studio Team System Test Load Agent,则负载生成不受限制; 它在所有内核和处理器上运行。
When you run load tests on multi-core computers, load generation is limited as follows:
If the computer is running Visual Studio Team System Test Edition or Visual Studio Team System, the load generation is limited to one core.
If the computer is running Visual Studio Team System Test Load Agent, the load generation is not limited; it runs on all cores and processors.