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#). ...
2
votes
1answer
58 views

Performance counters for the TPL?

Is there any way to see (preferably via built-in performance counter) how much work the TPL has got queued up that it's trying to work through? Here are some details around what I'm trying to do and ...