This command line tool gathers information about docker containers, images, and devicemapper storage driver and reports them to monitoring application. To run this check make sure you have appropriate privileges to access docker socket.
Containers
reports total number of containersImages
reports total number of downloaded images
Items in the Storage Driver: devicemapper
section are status information
about the used driver.
Data Space Used
reports how much ofData file
is currently usedData Space Total
reports max size theData file
Data Space Available
reports how much free space there is in theData file
. If you are using a loop device this will report the actual space available to the loop device on the underlying filesystem.Metadata Space Used
reports how much ofMetadata
is currently usedMetadata Space Total
reports max size theMetadata
Metadata Space Available
reports how much free space there is in theMetadata
. If you are using a loop device this will report the actual space available to the loop device on the underlying filesystem.