bcicen / ctop

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

systemd-nspawn Support #22

Open jcstryker opened 7 years ago

jcstryker commented 7 years ago

Would be neat to see support for monitoring of nspawn/machinectl containers. Currently 'systemd-cgtop' gives you some of this information, but ctop is much cleaner. Docker is the current market standard, but this systemd tool has a promising future. Cheers.

djmattyg007 commented 7 years ago

+1 for nspawn support. It's much easier to run nspawn containers as systemd services, so I'm starting to prefer them over docker now.

axgkl commented 7 years ago

+1 ( nspawn is fun )

badrelmers commented 3 years ago

ctop + nspawn = :heart:

djmattyg007 commented 3 years ago

In the years since I discovered this issue and commented here, I've since replaced all my nspawn containers with podman containers. It's significantly easier to get started with because of its docker-like approach, and still integrates very nicely with systemd.

The project claims to support runc, which probably means it Just Works(tm) with podman? I haven't tested it though.

stokito commented 3 years ago

Runc is not implemented. As far I remember lazydocker or docui has some support

djmattyg007 commented 3 years ago

Runc is not implemented. As far I remember lazydocker or docui has some support

But the readme literally states that runc is supported:

ctop comes with built-in support for Docker and runC

Is this not actually the case?