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

check_procs issue with busybox ps implementation #718

Open
mintyhippoxyz opened this issue May 18, 2023 · 0 comments
Open

check_procs issue with busybox ps implementation #718

mintyhippoxyz opened this issue May 18, 2023 · 0 comments

Comments

@mintyhippoxyz
Copy link

The Busybox implementation of ps can contain non-numeric chars in the vsz & rss columns.

I'd assume formatting those as strings would have some side effects with procvsz & procrss being ints

--with-ps-command='/bin/ps -o stat,pid,ppid,vsz,rss,comm,args'
--with-ps-format="%s %d %d %s %s %s %n"

Ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/14942

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant