-
Notifications
You must be signed in to change notification settings - Fork 184
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
port process collector #65
Comments
We can use https://github.com/danburkert/procinfo-rs, but it only works in unix, I think it is ok. |
It would be nice to have support for other platforms too, eventually. |
We can only focus on *nix (Linux + Mac OS X), we don't use Windows in our team. |
procinfo is in fact Linux only. Still a good starting point though. |
Thanks @kamalmarhubi We have not found any lib that supports all platforms, so now we only support Linux. If you find some or want to write one, please tell us :-) |
Unfortunately, procinfo does not compile with stable and beta rust (danburkert/procinfo-rs#10 and danburkert/procinfo-rs#12). I would remove procinfo temporary, and will add it back once the problem is solved. |
I just opened danburkert/procinfo-rs#14 which works around the overflow issue. |
That's cool! I will use procinfo once that is merged. |
danburkert/procinfo-rs#15 just got merged, should now work on stable. |
So we can monitor current running process CPU, Memory, etc.
The text was updated successfully, but these errors were encountered: