Skip to content

Instantly share code, notes, and snippets.

@budiantoip
Created July 17, 2024 01:08
Show Gist options
  • Save budiantoip/74dfa42a3042d5d60a476bfa3118951d to your computer and use it in GitHub Desktop.
Save budiantoip/74dfa42a3042d5d60a476bfa3118951d to your computer and use it in GitHub Desktop.
Linux compute stress script
#! /bin/sh
# set -x

stress --cpu 8 --io 4 --vm 2 --vm-bytes 128M --timeout 360s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment