Este conteúdo não está disponível no idioma selecionado.
Chapter 14. Monitoring Images
14.1. Overview Copiar o linkLink copiado para a área de transferência!
You can monitor images and nodes in your instance using the CLI.
14.2. Viewing Images Statistics Copiar o linkLink copiado para a área de transferência!
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 Copiar o linkLink copiado para a área de transferência!
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 Copiar o linkLink copiado para a área de transferência!
The information returned from the previous commands is helpful when performing image pruning.