Sign inSign up

michaelsevilla/collectl

By michaelsevilla

•Updated over 9 years ago

A container with the collectl daemon.

Image
0

880

michaelsevilla/collectl repository overview

Launches a collectl in a container so we can monitor the current node. Collectl can gather CPU, Network, and IO usage.

This should be used as a tool in the srl-roles⁠ experiment orchestration framework.

⁠=================================================== Quickstart

Launch collectl in the container and tell it what to monitor:

docker run \
  --name=collectl \
  --net=host \
  -v /tmp/collectl:/tmp/collectl \
  -e COLLECTL_ARGS="-o z -P -i 10 -f /tmp/collectl" \
  michaelsevilla/collectl

EOF

Tag summary

Content type

Image

Digest

Size

98.3 MB

Last updated

over 9 years ago

docker pull michaelsevilla/collectl