Sign inSign up

sarthakpranesh/pi_meter

By sarthakpranesh

Updated over 1 year ago

Raspberry PI 5 system monitor

Image
Monitoring & observability
0

10K+

sarthakpranesh/pi_meter repository overview

Access current CPU freq, SoC temperature and Fan speed of your raspberry pi 5 using a responsive web page.

Run the following command, and visit http://localhost:8004

docker run -d \
  -v /sys/devices/system/cpu/cpu0/cpufreq:/pi_host/sys/devices/system/cpu/cpu0/cpufreq:ro \
  -v /sys/class/thermal/thermal_zone0:/pi_host/sys/class/thermal/thermal_zone0:ro \
  -v /sys/devices/platform:/pi_host/sys/devices/platform:ro \
  -v /etc/os-release:/pi_host/etc/os-release:ro \
  -v /proc/cpuinfo:/pi_host/proc/cpuinfo:ro \
  -p 8004:8004 \
  -p 8011:8011 \
  --restart "unless-stopped" \
  --name pi_meter \
  sarthakpranesh/pi_meter

Tag summary

Content type

Image

Digest

sha256:8a659cd3b

Size

128.5 MB

Last updated

over 1 year ago

docker pull sarthakpranesh/pi_meter