Create cadvisor.md

translate japanese
pull/44360/head
kujiraitakahiro 2023-12-14 19:06:13 +09:00
parent 119a085a55
commit bbb957b89c
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-->
これは、実行中のコンテナに関する情報を収集、集約、処理、エクスポートするデーモンです。具体的には、コンテナごとにリソース分離パラメータ、リソース使用量の履歴、完全なリソース使用量のヒストグラム、およびネットワーク統計を保持します。このデータは、コンテナごとにマシン全体でエクスポートされます。