Sign inSign up

pdouble16/collectl-utils

By pdouble16

Updated over 8 years ago

Container for processing and graphing collectl output

Image
0

1.1K

pdouble16/collectl-utils repository overview

collectl-utils-docker

The collectl-utils package processes and graphs collectl output. This is a container to provide the package in an easy to consume form.

Input Files

The /input volume should contain the collectl recorded files. In either .raw or .raw.gz format.

User Interface

Map port 80 to 8080, or a randomly assigned port. Point your browser to http://localhost:8080/colplot/ (adjusting port 8080 as needed).

Examples

Start a colplot server
$ docker run -P -d -v $(pwd)/input:/input pdouble16/collectl-utils:latest
Replay a raw file
$ docker run -v $(pwd)/input:/input pdouble16/collectl-utils:latest -p /input/collectl-b5595de7e57a-20180425-192552.raw
Replay top
$ docker run -v $(pwd)/input:/input pdouble16/collectl-utils:latest -p /input/collectl-b5595de7e57a-20180425-192552.raw --top

Tag summary

Content type

Image

Digest

Size

150.7 MB

Last updated

over 8 years ago

docker pull pdouble16/collectl-utils