Kasteel Posted March 10, 2011 Posted March 10, 2011 Hi I need to simulate 20% (more or less) of CPU usage. Is this possible to do with AutoIT? Thanks
JohnOne Posted March 10, 2011 Posted March 10, 2011 Dont understand that. Whats your endgame? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Kasteel Posted March 10, 2011 Author Posted March 10, 2011 Dont understand that.Whats your endgame?I need to simulate CPU usage for a performance test. In other words I need to keep the CPU busy where this will simulate as if a user is working on the computer.
CarlMontgomery Posted March 10, 2011 Posted March 10, 2011 I need to simulate 20% (more or less) of CPU usage. this may be a difficalt task considering AutoIt is single threded. a single autoit instance can never take more than one core of the processor. You may be able to use this to your advantage. eg. if you have a 4 core processor you could run the below (very simple) script and it would take approx 25% of the CPU. Is that enough for your purposes? while 1 wend
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now