Skip to content

Instantly share code, notes, and snippets.

@donrestarone
Last active May 9, 2020 17:09
Show Gist options
  • Save donrestarone/6d6aa396086cd59896e67083ea4ca34e to your computer and use it in GitHub Desktop.
Save donrestarone/6d6aa396086cd59896e67083ea4ca34e to your computer and use it in GitHub Desktop.
check system stats in ubuntu
#show memory speed
sudo lshw -short -C memory
# check core frequencies
watch -n.1 "cat /proc/cpuinfo | grep \"^[c]pu MHz\""
#run stress test
stress --cpu 12 --io 8 --vm 8 --vm-bytes 1024M --timeout 100s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment