Tagged Questions

4
votes
5answers
1k views

C#: Create CPU Usage at Custom Percentage

I'm looking to test system responsiveness etc. on a few machines under certain CPU usage conditions. Unfortunately I can only create ~100% usage (infinite loop) or not enough CPU usage (I'm using C#). ...
0
votes
0answers
67 views

SoftConnectsPerSecond relation to NumberOfPooledConnections

I just read this MSDN article. I am trying to understand how SoftConnectsPerSecond is related to NumberOfPooledConnections. While viewing Performance Monitor (.NET Data Provider for SqlServer ...