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

Investigate which pbench cli tools require privileged containers #51

Open
akrzos opened this issue Jul 1, 2019 · 1 comment
Open

Investigate which pbench cli tools require privileged containers #51

akrzos opened this issue Jul 1, 2019 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@akrzos
Copy link
Contributor

akrzos commented Jul 1, 2019

Some of the pbench tools require privileged, however some may not, we should understand what machine data is available from pbench without privileged containers.

@akrzos akrzos added the help wanted Extra attention is needed label Jul 12, 2019
@akrzos
Copy link
Contributor Author

akrzos commented Jul 31, 2019

mpstat, iostat, disk tools can report data back
sar looks to be working, however I believe is only collecting network stats on the containers visible network interface (HostNetwork is actually what exposes all network interfaces to be collected on for sar)
pidstat will only be able to see the processes within the container and not the additional host processes/containers
perf tool requires privileged containers

So in short we seem to lose pidstat, perf and some sar data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant