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.Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 14. Monitoring Images
14.1. Overview Link kopierenLink in die Zwischenablage kopiert!
You can monitor images and nodes in your instance using the CLI.
14.2. Viewing Images Statistics Link kopierenLink in die Zwischenablage kopiert!
You can display usage statistics about all of the images that OpenShift Container Platform 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, listed by their IDs
- Information about where the image is used
- Flag informing whether the image contains proper Docker metadata information
- Size of the image
14.3. Viewing ImageStreams Statistics Link kopierenLink in die Zwischenablage kopiert!
You can display usage statistics about 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
14.4. Pruning Images Link kopierenLink in die Zwischenablage kopiert!
The information returned from the previous commands is helpful when performing image pruning.