bcicen / ctop

Top-like interface for container metrics
https://ctop.sh
MIT License
15.61k stars 528 forks source link

When compiled on arm memory shows zero #318

Closed jturning closed 1 year ago

jturning commented 2 years ago

ctop version 0.7.7, build 59f00dd go1.19.2

Linux raspberrypi 5.15.61-v8+ #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022 aarch64 GNU/Linux

screenshot 3

wouterds commented 1 year ago

This is unrelated to the tool. You need to edit /boot/cmdline.txt & add cgroup_enable=memory cgroup_memory=1 at the end if you want to view resources of Docker containers on Raspberry Pi.

jturning commented 1 year ago

That did the trick. Thank you.