Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] runC support #63

Closed
glestaris opened this issue Mar 29, 2017 · 4 comments
Closed

[RFC] runC support #63

glestaris opened this issue Mar 29, 2017 · 4 comments

Comments

@glestaris
Copy link

glestaris commented Mar 29, 2017

Many container engines are today built on runC. A few notable examples:

Wonder if we could make ctop work with runC? It would have to be on the host that's running runC containers but that's probably not too much to ask.

WDYT?

@glestaris glestaris changed the title runC support [RFC] runC support Mar 29, 2017
@glestaris
Copy link
Author

@williammartin

@bcicen
Copy link
Owner

bcicen commented Apr 4, 2017

runC support is certainly possible, as libcontainer does export the Stats() method (for Linux containers only)

@bcicen
Copy link
Owner

bcicen commented Jun 10, 2017

An initial runc connector implementation is available on the runc branch.

Running via docker:

docker run --rm -ti --name ctop \
  -v /run/runc:/run/runc \
  -v /sys:/sys \
  --pid=host \
  quay.io/vektorlab/ctop:runc --connector runc

Containers created via docker will be missing names and some other metadata; however stat collection and all other functionality is available.

@bcicen bcicen added this to the v0.6 milestone Jun 10, 2017
@bcicen
Copy link
Owner

bcicen commented Jun 14, 2017

merged in latest release

@bcicen bcicen closed this as completed Jun 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants