We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119a085 commit bbb957bCopy full SHA for bbb957b
content/ja/docs/reference/glossary/cadvisor.md
@@ -0,0 +1,16 @@
1
+---
2
+title: cAdvisor
3
+id: cadvisor
4
+date: 2021-12-09
5
+full_link: https://github.com/google/cadvisor/
6
+short_description: >
7
+ コンテナのリソース使用量とパフォーマンス特性を理解するツール
8
+aka:
9
+tags:
10
+- tool
11
12
+cAdvisor(Container Advisor)は、コンテナユーザーに実行中の {{< Glossary_tooltip text="コンテナ" term_id="container" >}}のリソース使用量とパフォーマンス特性を理解させることができます。
13
+
14
+<!--more-->
15
16
+これは、実行中のコンテナに関する情報を収集、集約、処理、エクスポートするデーモンです。具体的には、コンテナごとにリソース分離パラメータ、リソース使用量の履歴、完全なリソース使用量のヒストグラム、およびネットワーク統計を保持します。このデータは、コンテナごとにマシン全体でエクスポートされます。
0 commit comments