A container with the collectl daemon.
880
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.
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
Content type
Image
Digest
Size
98.3 MB
Last updated
over 9 years ago
docker pull michaelsevilla/collectl