LinuxCommandLibrary

vcgencmd

Print system information for a Raspberry Pi.

TLDR

List all available commands

$ vcgencmd commands
copy


Print the current CPU temperature
$ vcgencmd measure_temp
copy


Print the current voltage
$ vcgencmd measure_volts
copy


Print the throttled state of the system as a bit pattern
$ vcgencmd get_throttled
copy


Print the bootloader config (only available on Raspberry Pi 4 models)
$ vcgencmd bootloader_config
copy


Display Help
$ vcgencmd --help
copy

Copied to clipboard