Skip to content

double16/collectl-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Container for processing and graphing collectl output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages