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

[Suggestion]: UI #1

Open
prologic opened this issue Dec 10, 2014 · 6 comments
Open

[Suggestion]: UI #1

prologic opened this issue Dec 10, 2014 · 6 comments

Comments

@prologic
Copy link

I wouldn't go to all the effort of writing a UI.

Instead integrate this with InfluxDB and Grafana.

Perhaps include instructions for how to do so or build
a Dockerfile/image hosted on the Docker Hub where
one can "docker run" and get nice stats/graphs for
their containers (probably have to bind mount /var/run/docker.sock).

@mustafaakin
Copy link
Owner

Thanks for the suggestion however I believe Grafana is a client side application only, so I must expose InfluxDB ports to public, do you know anyway to overcome this? Grafana looks really good

@prologic
Copy link
Author

I'd probably just provide a "means" to get the necessary data into InfluxDB and leave it as an exercise for the user to setup InfluxDB+Grapfana and point the script(s) to their instance(s).

@tobegit3hub
Copy link

You may refer to https://github.com/google/cadvisor.

@prologic
Copy link
Author

cadvisor is nice but is a complete solution and competed with docker-resource-reporter :)

I think I'd like to see docker-resource-repoter become a tool to actually shove data into round robin databases like InfluxDB, etc.

@mustafaakin
Copy link
Owner

Yeah cadvisor seems pretty solid, I remember playing with it but completely forgot it. I actually needed this for my job scheduling research for multi-hosts, but I can transform it as a tool to report it to InfluxDB as well Graphite and maybe others. I am really open to pull requests, suggestions or maybe another contributors, so don't hesitate :)

@tobegit3hub
Copy link

If you guys want to collect metrics from cgroups, how about making it easier with command docker metrics. Refer to moby/moby#8886, it would be great for any tools or command-line operations to get the metrics of docker containers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants