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.Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 14. Monitoring Images
14.1. Overview Copier lienLien copié sur presse-papiers!
You can monitor images and nodes in your instance using the CLI.
14.2. Viewing Images Statistics Copier lienLien copié sur presse-papiers!
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 Copier lienLien copié sur presse-papiers!
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 Copier lienLien copié sur presse-papiers!
The information returned from the previous commands is helpful when performing image pruning.