translate cadvisor.md(glossary)

pull/43641/head
kujiraitakahiro 2023-12-14 18:04:15 +09:00
parent 5030a93dfa
commit aeed4bc65a
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
title: cAdvisor
id: cadvisor
date: 2021-12-09
full_link: https://github.com/google/cadvisor/
short_description: >
コンテナのリソース使用量とパフォーマンス特性を理解するツール
aka:
tags:
- tool
---
cAdvisor(Container Advisor)は、コンテナユーザーに実行中の{{< glossary_tooltip text="コンテナ" term_id="container" >}}のリソース使用量とパフォーマンス特性を理解させることができます。
<!--more-->
これは、実行中のコンテナに関する情報を収集、集約、処理、エクスポートするデーモンです。 具体的には、コンテナごとにリソース分離パラメータ、リソース使用量の履歴、完全なリソース使用量のヒストグラム、およびネットワーク統計を保持します。 このデータはコンテナごとにマシン全体でエクスポートされます。