Page MenuHomeDevCentral

Create a tool to offer a ps or top view per containers
Closed, ResolvedPublic

Description

Atomic offers small utilities to offer ps/top view from a container point of view: https://www.projectatomic.io/blog/2016/01/understanding-docker-top-and-ps/

We could offer something similar. A good API for that could be https://crates.io/crates/docker (in Rust).

The goal is to answer questions like "What container use 100% CPU"

Event Timeline

dereckson triaged this task as Wishlist priority.Sep 23 2018, 11:22
dereckson created this task.

If the rust crate API was good, it's not maintained anymore.

The Go bindings or for any other languages to query directly the HTTP REST is probably a better idea.

dereckson claimed this task.