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.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 10. Monitoring Images
10.1. Overview 링크 복사링크가 클립보드에 복사되었습니다!
10.2. Viewing Images Statistics 링크 복사링크가 클립보드에 복사되었습니다!
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.
To view the usage statistics:
The command displays the following information:
- 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
10.3. Viewing ImageStreams Statistics 링크 복사링크가 클립보드에 복사되었습니다!
OpenShift Container Platform can display several usage statistics about all the ImageStreams
.
To view the usage statistics:
The command displays the following information:
-
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
10.4. Pruning Images 링크 복사링크가 클립보드에 복사되었습니다!
The information returned from the above commands is helpful when performing image pruning.