Skip to content

Instantly share code, notes, and snippets.

@crowjdh
Last active September 4, 2022 02:43
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 crowjdh/577d2c893cb02a374dc938280147e459 to your computer and use it in GitHub Desktop.
Save crowjdh/577d2c893cb02a374dc938280147e459 to your computer and use it in GitHub Desktop.
echo "Core Clock: "$(vcgencmd measure_clock core | sed -E "s/.*=//g" $STDIN);
echo "Core Volts: "$(vcgencmd measure_volts core | sed -E "s/.*=//g" $STDIN);
echo "Temperature: "$(vcgencmd measure_temp | sed -E "s/.*=//g" $STDIN);
echo "Throttled: "$(vcgencmd get_throttled | sed -E "s/.*=//g" $STDIN);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment