Docker Image Monitor
Project description
# DIM - Docker Image Monitor
Listen on docker events and register image usage time.
## Installation
```
sudo pip install git+http://github.com/stratoscale/dim.git
```
The installation will add the dim service to systemd, make sure you reload it.
```
systemctl daemon-reload
systemctl enable dim.service
systemctl start dim.service
```
## Usage
To display the images last start time run
```
dim-display
```
example output
```
+-----------------------------------------------------------------------------------+-------------------+
| Image | Last Start Time |
+===================================================================================+===================+
| fakes3:latest | 7 hours ago |
+-----------------------------------------------------------------------------------+-------------------+
| mariadb:10.1.19 | 7 hours ago |
+-----------------------------------------------------------------------------------+-------------------+
| consul:0.9.2 | 7 hours ago |
+-----------------------------------------------------------------------------------+-------------------+
| dynamodb:latest | 7 hours ago |
+-----------------------------------------------------------------------------------+-------------------+
| postgres:latest | 2 days ago |
+-----------------------------------------------------------------------------------+-------------------+
| mariadb:10.1.26 | 6 days ago |
+-----------------------------------------------------------------------------------+-------------------+
| gotty:latest | 11 days ago |
+-----------------------------------------------------------------------------------+-------------------+
| rabbitmq:3.5.1-management | 18 days ago |
+-----------------------------------------------------------------------------------+-------------------+
```
For more options run:
```
dim-display -h
```
```
usage: dim-display [-h] [-q] [-w WHITELIST] [-m MIN_AGE] [-r] [-s {age,image}]
Display Images Last Start Time.
optional arguments:
-h, --help show this help message and exit
-q, --quiet If set, returns only the image names
-w WHITELIST, --whitelist WHITELIST
Images whitelist file
-m MIN_AGE, --min-age MIN_AGE
Minimum image age in seconds
-r, --reverse If set images will be sorted by reversed order
-s {age,image}, --sort-by {age,image}
If set images will be sorted by that attribute
```
Listen on docker events and register image usage time.
## Installation
```
sudo pip install git+http://github.com/stratoscale/dim.git
```
The installation will add the dim service to systemd, make sure you reload it.
```
systemctl daemon-reload
systemctl enable dim.service
systemctl start dim.service
```
## Usage
To display the images last start time run
```
dim-display
```
example output
```
+-----------------------------------------------------------------------------------+-------------------+
| Image | Last Start Time |
+===================================================================================+===================+
| fakes3:latest | 7 hours ago |
+-----------------------------------------------------------------------------------+-------------------+
| mariadb:10.1.19 | 7 hours ago |
+-----------------------------------------------------------------------------------+-------------------+
| consul:0.9.2 | 7 hours ago |
+-----------------------------------------------------------------------------------+-------------------+
| dynamodb:latest | 7 hours ago |
+-----------------------------------------------------------------------------------+-------------------+
| postgres:latest | 2 days ago |
+-----------------------------------------------------------------------------------+-------------------+
| mariadb:10.1.26 | 6 days ago |
+-----------------------------------------------------------------------------------+-------------------+
| gotty:latest | 11 days ago |
+-----------------------------------------------------------------------------------+-------------------+
| rabbitmq:3.5.1-management | 18 days ago |
+-----------------------------------------------------------------------------------+-------------------+
```
For more options run:
```
dim-display -h
```
```
usage: dim-display [-h] [-q] [-w WHITELIST] [-m MIN_AGE] [-r] [-s {age,image}]
Display Images Last Start Time.
optional arguments:
-h, --help show this help message and exit
-q, --quiet If set, returns only the image names
-w WHITELIST, --whitelist WHITELIST
Images whitelist file
-m MIN_AGE, --min-age MIN_AGE
Minimum image age in seconds
-r, --reverse If set images will be sorted by reversed order
-s {age,image}, --sort-by {age,image}
If set images will be sorted by that attribute
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dim-1.0.0.tar.gz
(5.7 kB
view details)
File details
Details for the file dim-1.0.0.tar.gz
.
File metadata
- Download URL: dim-1.0.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90f3c1a39bcd044e51e09413afbc79c6659aff9295145a978c899546ccf1ceb6 |
|
MD5 | df4a59abd0707572542bcde862d9892d |
|
BLAKE2b-256 | efac7b3e70b320ce78e9439e121413cdfee0ad00d8f4d9696b4db46bac0763bc |