google / cadvisor

Analyzes resource usage and performance characteristics of running containers.
Other
17.22k stars 2.33k forks source link

Support diskIO stats for persistent volumes #1445

Open govint opened 8 years ago

govint commented 8 years ago

With persistent volumes getting provided via volume plugins, cAdvisor needs to be able to show performance data for those volumes as well. Today, volume stats don't seem to be provided at all. This issue is to add stats collection and display for every volume thats used by a container in addition to the FS stats shown today.

govint commented 8 years ago

Suggest a /volume endpoint, persistent volume metrics for a given container name is returned. Am making changes to support this and will post a PR soon.

dashpole commented 7 years ago

ref: #1545