• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
ControlUp Community

ControlUp Community

Connect, Learn, and Grow

  • Blog
  • Podcast
  • Meetups
  • Archives
  • Categories
    • ControlUp One Platform
    • ControlUp for Apps
    • ControlUp for Compliance
    • ControlUp for Desktops
    • ControlUp Scripts & Triggers
    • ControlUp Synthetic Monitoring
    • ControlUp for VDI
  • Topics
  • Events
    • Logos & Wallpaper
    • ControlUp.com
  • Join

Stress Testing Tool Recommendations for Generating High Usage in ControlUp

Posted on August 17, 2023

A user asked for recommendations on stress testing tools and generating high CPU/RAM/network usage. Suggestions offered included Notepad for increasing memory, CPUStress, LoadGen, SimLoads from eucscore, a PowerShell script for maxing out all but one of the CPU cores, and a Linux command to generate a single thread of stress. The G0-EUC team use LoadGen for their research and the post also provided a link to their testing methodology.


Read the entire ‘Stress Testing Tool Recommendations for Generating High Usage’ thread below:

i wand to do some stress testing in my lab and use for demos is there scripts or tools people can recommend


Like load generating tools?


yep

ibcreass cpu usage or ram usage

or generate ipos

or push the network usage


I used notepad as a demo for Performance Manager when I did my appsense demos.

Just open notepad and type some text. Copy that text and paste a bunch. Select all that and copy paste that a ton. Select all and copy paste that a ton. Pretty soon your well over a couple hundred MB.

I also used a tool called CPUStress for that demo.


cheers


cmd > powershell > while($true){}

Free CPU utilization

only a single core though


I found my old demo VMs. I’ll pull cpustress out.

8 years old, lol


Maybe you can get LoadGen going!?

Or grab some SimLoads by Benny over at eucscore.com.


Just start MS Teams


cheers

the load gen one looks interesting


The G0-EUC guys are using it for there researches…

https://www.go-euc.com/insight-in-the-testing-methodology-2020/


Here is a quick a dirty PowerShell script that will max out all but one of your CPU cores.

$NumberOfLogicalProcessors1 = Get-WmiObject win32_processor | Select-Object -ExpandProperty NumberOfLogicalProcessors

$NumberOfLogicalProcessors = $NumberOfLogicalProcessors1 – 1

ForEach ($core in 1..$NumberOfLogicalProcessors){

start-job -ScriptBlock{

$result = 1;

foreach ($loopnumber in 1..2147483647){

$result=1;

foreach ($loopnumber1 in 1..2147483647){

$result=1;

foreach($number in 1..2147483647){

$result = $result * $number

}

}

$result

}

}

}

Read-Host "Press any key to exit…"

Stop-Job *

For a quick and nasty stress on Linux I use

dd if=/dev/random of=/dev/null &

As it is a single threaded command you will need to repeat it for the number of cores in your processor .

kill %% is your friend when you want the madness to stop.

Continue reading and comment on the thread ‘Stress Testing Tool Recommendations for Generating High Usage in ControlUp’.  Not a member? Join Here!


Categories: All Archives, ControlUp Scripts & Triggers
Topics: CPU, Linux, Microsoft, Microsoft Teams, PowerShell, Scripts, System Stress, Unified Communications

Ask Us Anything, Connect, Learn, and Grow with the ControlUp Community!

Login to the ControlUp Community to ask us anything, stay up-to-date on what’s new and coming soon and meet other like-minded techies like you.

Not already a member? Join Today!

Primary Sidebar

ControlUp Academy

Enroll in ControlUp Academy for expert-led technical training, equipping you with skills to effectively deploy, manage, and grow your ControlUp investment.

Learn here >

Rotating Images

Hidden Gem from our Community on Slack!

ControlUp Betas - What's Coming Next?
NEW ControlUp Features - Stay Up-to-Date!
ControlUp Scripts - Scripting, Zero to Hero
Latest KB Articles - Be the First to Learn
Did you Know - with Sivan Kroitoru
Practical Perspectives Technical Use Case Training

Video Tutorials Library

Visit our technical how-to videos, offering step-by-step tutorials on advanced features, troubleshooting, and best practices.

Watch here >

ControlUp Blog

Check out the ControlUp blog for expert advice and in-depth analysis.

Read here >

ControlUp Script Library

Visit the ControlUp technical script library, which offers a multitude of pre-built scripts and custom actions for your monitoring and troubleshooting requirements.

See here >

ControlUp Support

Visit the ControlUp support home and to delve deeper into ControlUp solutions.

Browse here >

Download ControlUp RealTime DX

Start with ControlUp for real-time end-user environment insights, swift troubleshooting, and unprecedented performance optimization. Download now.

Download here >

Footer

      

ControlUp Community
Of Techie, By Techie, For Techie!

Terms of Use | Privacy Policy | Security
Dive Deeper, Learn more at ControlUp.com

  • facebook
  • twitter
  • youtube
  • linkedin

© 2023–2025 ControlUp Technologies LTD, All Rights Reserved.

We use cookies to ensure that we give you the best experience on our website. by continuing to use this site you agree to our Cookie policy..