I am looking for a system health check, etc. on several machines under certain conditions of CPU usage. Unfortunately, I can only create 100% utilization (infinite loop) or not enough processor utilization (I use C #).
Is there any way, in a rough approximation, as other tasks are also performed in the system, for the artificial use of the processor in increments of 20, 30, 40% (etc.)?
I understand that there are differences between systems, obviously, because the processor is different. This is more about algorithms / ideas for custom computations with intensive computation, which create sufficient use on the current processor without increasing it so that I can configure them, and then somehow configure them to create the desired percentage.
Alex
source share