Updating README.md file

This commit is contained in:
Kshithij Iyer 2020-05-13 16:37:49 +05:30 committed by GitHub
parent 889f677da3
commit eaeb7d9651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
# cAdvisor
![cAdvisor](logo.png "cAdvisor")
cAdvisor (Container Advisor) provides container users an understanding of the resource usage and performance characteristics of their running containers. It is a running daemon that collects, aggregates, processes, and exports information about running containers. Specifically, for each container it keeps resource isolation parameters, historical resource usage, histograms of complete historical resource usage and network statistics. This data is exported by container and machine-wide.
cAdvisor has native support for [Docker](https://github.com/docker/docker) containers and should support just about any other container type out of the box. We strive for support across the board so feel free to open an issue if that is not the case. cAdvisor's container abstraction is based on [lmctfy](https://github.com/google/lmctfy)'s so containers are inherently nested hierarchically.
![cAdvisor](logo.png "cAdvisor")
#### Quick Start: Running cAdvisor in a Docker Container