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.
2 parents d3dbe3f + b007f19 commit e06ebacCopy full SHA for e06ebac
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