Load Test Using a Computer with Multiple CPUs or Cores in Visual Studio 2010

Visual Studio 2010 환경에서 Load test 시에 CPU는 1개만 인식됩니다. 이유는 License 때문에 그런 것으로 아래 Pack이 추가로 필요합니다.

Visual Studio Load Test Virtual User Pack 2010

https://www.microsoft.com/visualstudio/en-us/products/2010-editions/load-test-virtual-user-pack

관련 내용은 아래 MSDN을 보시면 확인이 가능합니다. 

https://msdn.microsoft.com/en-us/library/ms243155.aspx

"Adding a Visual Studio Load Test Virtual User Pack 2010 in a nontest controller scenario has the added benefit of unlocking all machine processors for use. Without a Visual Studio Load Test Virtual User Pack 2010, your local machine can use only the first processor. After you have added a Visual Studio Load Test Virtual User Pack 2010, load tests can use all processors on the machine when they run."

Visual Studio Load Test Virtual user Pack 2010을 설치한 후,  Microsoft Visual Studio Test Controller 2010 Configuration Tool 실행합니다.

Configure Test Controller를 실행하여, 아래와 같은 화면에서 Manage Virtual user license를 선택합니다.

  

License Keys를 등록 한 이후에 Visual Studio 2010을 다시 실행하여, Load test를 실행하면 Multi Processor가 사용되는 것을 확인할 수 있습니다.

 

by J