-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
AgentTool MeisterOf and relating to the Tool Meister sub-systemOf and relating to the Tool Meister sub-systembugtoolsOf and related to the operation and behavior of various tools (iostat, sar, etc.)Of and related to the operation and behavior of various tools (iostat, sar, etc.)
Milestone
Description
Simple pbench-user-benchmark -- sleep 10
leaves a pidstat
process running for a time afterwards.
This problem might be difficult to catch.
The environment was simply created with:
pbench-register-tool-set heavy
pbench-user-benchmark -- sleep 10
At least, we think that was it. It could possibly be related to a containerize environment:
$ cat example.sh
#!/bin/bash
source /opt/pbench-agent/profile
pbench-register-tool-set heavy
pbench-user-benchmark -- sleep 10
$ podman run --rm --name example-with-bash -v ./example.sh:/example.sh:z -v ./var_lib_pbench-agent:/var/lib/pbench-agent:z quay.io/pbench/pbench-agent-all-centos-8:latest /example.sh
Metadata
Metadata
Assignees
Labels
AgentTool MeisterOf and relating to the Tool Meister sub-systemOf and relating to the Tool Meister sub-systembugtoolsOf and related to the operation and behavior of various tools (iostat, sar, etc.)Of and related to the operation and behavior of various tools (iostat, sar, etc.)
Type
Projects
Status
To Do