Pi Cluster Documentation
-
- Metrics Server
- Observability solution
- Logging Architecture
- Log Aggregation (Loki)
- Log Analytics (Elasticsearch and Kibana)
- Log Collection (Fluent-bit)
- Log aggregation and distribution (Fluentd)
- Monitoring (Prometheus)
- OpenTelemetry Collector
- Distributed Tracing (Tempo)
- Observability Visualization (Grafana)
On this page:
Pi Cluster Documentation
-
- Metrics Server
- Observability solution
- Logging Architecture
- Log Aggregation (Loki)
- Log Analytics (Elasticsearch and Kibana)
- Log Collection (Fluent-bit)
- Log aggregation and distribution (Fluentd)
- Monitoring (Prometheus)
- OpenTelemetry Collector
- Distributed Tracing (Tempo)
- Observability Visualization (Grafana)
Raspberry PI Utilities
Raspberry PI OS contains several specific utilities such as vcgencmd that are also available in Ubuntu 24.04 through the package libraspberrypi-bin
Utility vcgencmd
vcgencmd tool is used to output information from the VideoCore GPU on the Raspberry Pi.
A full description of the available commands and information extracted can be found here.
vcgencmd get_throttled
Returns the throttled state of the system. The output of the command is a bit pattern. It can be decoded using this script
vcgencmd measure_temp
Get Raspberry Pi GPU temperature in ÂșC.
vcgencmd get_mem arm/gpu
Get RAM memmory assigned to CPU/GPU
Last Update: Feb 25, 2022
Comments:
On this page: