- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cpu workload simulator to test WLM
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 06:43 AM
02-03-2006 06:43 AM
Does anyone know of a good CPU load simulator or some easy way to generate a lot of CPU load on a system ? I can putz around until I get some looping script to work but wondering if there was a better solution ?
Thanks !!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 06:47 AM
02-03-2006 06:47 AM
Re: cpu workload simulator to test WLM
find / -exec grep -l 'foobar' {} \ ; &
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 06:54 AM
02-03-2006 06:54 AM
Re: cpu workload simulator to test WLM
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 06:58 AM
02-03-2006 06:58 AM
Solutionwhile :
do
:
done
Run this as manu times as you need. Each copy will run in a different CPU and will not stop until you kill each subshell. Put them into the background if desired.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 06:59 AM
02-03-2006 06:59 AM
Re: cpu workload simulator to test WLM
while :
do
:
done
Run this as many times as you need. Each copy will run in a different CPU and will not stop until you kill each subshell. Put them into the background if desired.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 07:02 AM
02-03-2006 07:02 AM
Re: cpu workload simulator to test WLM
Guess I should try first before I ask.
Four of those pegged out 4 processors immediatly.
Thanks Bill your input on this and every forum question seems to be right on the $$ !!!
20 points as your answer is there twice :)