Add glossary entry for cadvisor

This commit is contained in:
Markus Heinemann
2021-12-09 08:59:38 +00:00
committed by GitHub
parent 79da4d1662
commit a86ca5b431
2 changed files with 18 additions and 1 deletions
@@ -0,0 +1,16 @@
---
title: cAdvisor
id: cadvisor
date: 2021-12-09
full_link: https://github.com/google/cadvisor/
short_description: >
Tool that provides understanding of the resource usage and perfomance characteristics for containers
aka:
tags:
- tool
---
cAdvisor (Container Advisor) provides container users an understanding of the resource usage and performance characteristics of their running {{< glossary_tooltip text="containers" term_id="container" >}}.
<!--more-->
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.