Skip to content

listen to docker stats while container is executed #2

@mmaelicke

Description

@mmaelicke

To get some basic resource allocation by each container run, we should listen to the stream of docker stats, or call docker stats --no-stream periodically. In addition, the runtime of each tool should be monitored. If that works somehow, these logs should be added as metadata to the step tarball.

This will be a two-step issue:

  • profile the run using docker stats and append the JSON output to the step container
  • Implement a Reducer function, which is used to reduce stats logs to basic aggregated resource info

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions