What is “stress” Package?
Tool to impose load on and stress test a computer system
For more details: https://people.seas.harvard.edu/~apw/stress/
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install stress.
brew install stress
Now, use stress!
Leave a Reply
You must be logged in to post a comment.