Metric |
Description |
Version |
The version of docker daemon running in the host machine. |
Container Specific |
|
Container Name |
Name of the container. |
IP Address |
Assigned IP address of the container. |
Status |
State of the container - running or down. |
Port Binding |
Details of all the ports exposed by the container and their mappings with the host. |
Volume Binding |
Details of all the volumes attached to the container. |
Active Anon(MB) |
The amount of anonymous memory that has been identified as active by the kernel. |
Inactive Anon(MB) |
The amount of anonymous memory that has been identified as inactive by the kernel. |
Active File(MB) |
Cache memory that has been identified as active by the kernel. |
Inactive File(MB) |
Cache memory that has been identified as inactive by the kernel. |
Cache(MB) |
The amount of memory used by the processes of this control group. |
Memory(MB) |
The amount of container memory that doesn't correspond to anything on disk: stacks, heaps and anonymous memory maps. |
PgPin(Counter) |
Each time a page is "charged" (added to the accounting) to a cgroup, pgpin increases. |
PgPout(Counter) |
When a page is “uncharged” (no longer “billed” to a cgroup), pgpgout increases |
Unevictable Memory |
The amount of memory that cannot be reclaimed; generally, it will account for memory that has been locked with mlock. It is often used by crypto frameworks to make sure that secret keys and other sensitive material never gets swapped out to disk. |
CPU Utilized(%) |
The percentage of CPU utilized by the container. |
I/O Read(MB) |
Number of IOs read to/from the disk by the container. |
I/O Write(MB) |
Number of IOs written to/from the disk by the container. |
I/O Total(MB) |
Number of IOs completed to/from the disk by the container. |
Bytes Received(KB) |
Total no of bytes received by the container interfaces. |
Bytes Transmitted(KB) |
Total no of bytes transmitted by the container interfaces. |
Event Specific |
|
Event Time |
Time of occurence of the event. |
Container/Image Name |
Name of the container/image. |
Event |
Type of event. |
Image Associated |
Associated image name. |