-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 statsand append the JSON output to the step container - Implement a Reducer function, which is used to reduce stats logs to basic aggregated resource info
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo