vcgencmd
esta herramienta facilita información del sistema; entre otras cosas, ciertas medidas; con la siguiente instrucción, se obtienen los comandos disponibles:
vcgencmd commandscommands=»vcos, ap_output_control, ap_output_post_processing, vchi_test_init, vchi_test_exit, vctest_memmap, vctest_start, vctest_stop, vctest_set, vctest_get, pm_set_policy, pm_get_status, pm_show_stats, pm_start_logging, pm_stop_logging, version, commands, set_vll_dir, set_backlight, set_logging, get_lcd_info, arbiter, cache_flush, otp_dump, test_result, codec_enabled, get_camera, get_mem, measure_clock, measure_volts, scaling_kernel, scaling_sharpness, get_hvs_asserts, get_throttled, measure_temp, get_config, hdmi_ntsc_freqs, hdmi_adjust_clock, hdmi_status_show, hvs_update_fields, pwm_speedup, force_audio, hdmi_stream_channels, hdmi_channel_map, display_power, read_ring_osc, memtest, dispmanx_list, get_rsts, schmoo, render_bar, disk_notify, inuse_notify, sus_suspend, sus_status, sus_is_enabled, sus_stop_test_thread, egl_platform_switch, mem_validate, mem_oom, mem_reloc_stats, hdmi_cvt, hdmi_timings, file»
consumo eléctrico del núcleo o core voltage
vcgencmd measure_voltsvolt=1.2000V
memoria
vcgencmd get_mem armarm=768M
la memoria de la unidad de procesamiento gráfico (GPU) se obtiene como sigue:
vcgencmd get_mem gpugpu=256M
temperatura
vcgencmd measure_temptemp=40.6’C
velocidad del procesador
vcgencmd measure_clock armfrequency(45)=600000000
y, para conocer su mínimo y máximo,
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies600000 1200000
ambas medidas se expresan en herzios (Hz).