Crates.io | curiosity |
lib.rs | curiosity |
version | 0.0.1 |
source | src |
created_at | 2015-04-23 00:26:26.209444 |
updated_at | 2015-12-11 23:58:31.338387 |
description | Curiosity is a monitoring container. |
homepage | https://github.com/cosmos-io/curiosity |
repository | https://github.com/cosmos-io/curiosity.git |
max_upload_size | |
id | 1925 |
size | 16,573 |
Curiosity is a container monitoring agent. It runs on each host you want to monitor. It collects metrics of all containers including itself. You can aggregate metrics from several hosts and get a modern dashboard with Cosmos.
You can simply run Curiosity.
$ docker run -d -v /var/run/docker.sock:/var/run/docker.sock -e COSMOS_HOST=cosmos.io --name curiosity cosmosio/curiosity:nightly
It is built with Rust that runs blazing fast, prevents almost all crashes, and eliminates data races. It is recommend to use a Rust container when you debug. Of course, you can directly install Rust on your machine. If you do, please follow the instruction.
$ docker run --rm -it -v $(pwd):/source -v /var/run/docker.sock:/var/run/docker.sock -e COSMOS_HOST=cosmos.io cosmosio/rust:1.0.0-beta
$ docker run --rm --name curiosity -v /var/run/docker.sock:/var/run/docker.sock -e COSMOS_HOST=cosmos.io cosmosio/curiosity