Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple pbench-user-benchmark -- sleep 10 leaves a pidstat process running for a time afterwards #3115

Open
portante opened this issue Dec 12, 2022 · 0 comments
Assignees
Labels
Agent bug Tool Meister Of and relating to the Tool Meister sub-system tools Of and related to the operation and behavior of various tools (iostat, sar, etc.)
Milestone

Comments

@portante
Copy link
Member

portante commented Dec 12, 2022

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
@pravins pravins added the bug label Dec 12, 2022
@portante portante added Agent tools Of and related to the operation and behavior of various tools (iostat, sar, etc.) Tool Meister Of and relating to the Tool Meister sub-system labels Dec 12, 2022
@portante portante self-assigned this Dec 12, 2022
@portante portante added this to the v0.72 milestone Dec 12, 2022
@portante portante modified the milestones: v0.72, v0.73 Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Agent bug Tool Meister Of and relating to the Tool Meister sub-system tools Of and related to the operation and behavior of various tools (iostat, sar, etc.)
Projects
Status: To Do
Development

No branches or pull requests

2 participants