Skip to content

Instantly share code, notes, and snippets.

@imabuddha
Created December 6, 2020 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imabuddha/08e2e6e55909f6c35c10cc8fd98bde6c to your computer and use it in GitHub Desktop.
Save imabuddha/08e2e6e55909f6c35c10cc8fd98bde6c to your computer and use it in GitHub Desktop.
Full day cpu & gpu stress test
#!/bin/bash
clear
glxgears &
echo running a full day, ctrl+c to quit
stress-ng --cpu 0 --cpu-method fft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment