How to get a Visual Studio boot check agent to use a second server processor

I am running a Visual Studio boot test using an agent on one of our servers. This server has two processors, and I have a license for a test agent to use both. My question is: how do I configure the Test Agent service to use a second processor?

0
source share
1 answer

When performing load tests on multicore computers, load generation is limited as follows:

If Visual Studio Team System Test Edition or Visual Studio Team System is installed on the computer, load generation is limited to one core.

If Visual Studio Team System Test Load Agent is running on the computer, load generation is not limited; It works on all cores and processors.

+1
source

Source: https://habr.com/ru/post/1309019/


All Articles