This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.第12章 イメージのモニタリング
12.1. 概要 リンクのコピーリンクがクリップボードにコピーされました!
12.2. イメージ統計の表示 リンクのコピーリンクがクリップボードにコピーされました!
OpenShift Container Platform can display several usage statistics about all the images it manages. In other words, all the images pushed to the internal registry either directly or through a build.
使用状況の統計を表示するには、以下を実行します。
コマンドにより、以下の情報が表示されます。
- image ID
-
project, name, and tag of the accompanying
ImageStreamTag
- potential parents of the image, using their ID
- information about where the image is being used
- flag informing whether the image contains proper Docker metadata information
- size of the image
12.3. ImageStreams 統計の表示 リンクのコピーリンクがクリップボードにコピーされました!
OpenShift Container Platform can display several usage statistics about all the ImageStreams
.
使用状況の統計を表示するには、以下を実行します。
コマンドにより、以下の情報が表示されます。
-
project and name of the
ImageStream
-
size of the entire
ImageStream
stored in the internal Red Hat Container Registry -
number of images this particular
ImageStream
is pointing to -
number of layers
ImageStream
consists of
12.4. イメージのプルーニング リンクのコピーリンクがクリップボードにコピーされました!
The information returned from the above commands is helpful when performing image pruning.