| View previous topic :: View next topic |
| Author |
Message |
Brad Miller Guest
|
Posted: Mon May 17, 2004 4:04 pm Post subject: Tools for simulating/creating high system load |
|
|
I'm looking for any ideas and or exist6ing tools for creating a high
system load on the PC. Our app is timer based, and exhibits nasty
behaviors when the system is "busy". So we're trying to find a way to
debug where that level of "busy-ness" kicks in. Anyone have any insights?
Thanks
Brad
|
|
| Back to top |
|
 |
Kristofer Skaug Guest
|
Posted: Mon May 17, 2004 4:48 pm Post subject: Re: Tools for simulating/creating high system load |
|
|
Brad Miller wrote:
| Quote: | I'm looking for any ideas and or exist6ing tools for creating a high
system load on the PC. Our app is timer based, and exhibits nasty
behaviors when the system is "busy". So we're trying to find a way to
debug where that level of "busy-ness" kicks in. Anyone have any
insights?
|
I've posted an extremely simple one to .attachments.
It allows you to adjust the priority of the "loading" thread, which
determines how much it "suffocates" other processes.
I had written another one, which would try to push the average CPU load
to an arbitrary max level, but I seem to have lost it...
anyway it wasn't that accurate or good.
--
Kristofer
|
|
| Back to top |
|
 |
Rene Tschaggelar Guest
|
Posted: Mon May 17, 2004 6:23 pm Post subject: Re: Tools for simulating/creating high system load |
|
|
Brad Miller wrote:
| Quote: | I'm looking for any ideas and or exist6ing tools for creating a high
system load on the PC. Our app is timer based, and exhibits nasty
behaviors when the system is "busy". So we're trying to find a way to
debug where that level of "busy-ness" kicks in. Anyone have any
insights?
|
Have seti running and rise the process priority to normal.
Rene
--
Ing.Buro R.Tschaggelar http://www.ibrtses.com
Your newsgroups @ http://www.talkto.net
|
|
| Back to top |
|
 |
Brad Miller Guest
|
Posted: Mon May 17, 2004 6:56 pm Post subject: Re: Tools for simulating/creating high system load |
|
|
Kristofer Skaug wrote:
| Quote: | I've posted an extremely simple one to .attachments.
It allows you to adjust the priority of the "loading" thread, which
determines how much it "suffocates" other processes.
I had written another one, which would try to push the average CPU load
to an arbitrary max level, but I seem to have lost it...
anyway it wasn't that accurate or good.
Sweet, I'll check it out. Thank you |
|
|
| Back to top |
|
 |
Kristofer Skaug Guest
|
Posted: Tue May 18, 2004 12:26 pm Post subject: Re: Tools for simulating/creating high system load |
|
|
Rene Tschaggelar wrote:
| Quote: |
Have seti running and rise the process priority to normal.
|
LOL! Seti is always running on my system.
Reveals quite a few bugs in low priority threaded apps. <eg>
--
Kristofer
|
|
| Back to top |
|
 |
|