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

Runner support for MacOS #41

Open
mhofman opened this issue Dec 7, 2021 · 2 comments
Open

Runner support for MacOS #41

mhofman opened this issue Dec 7, 2021 · 2 comments
Assignees

Comments

@mhofman
Copy link
Member

mhofman commented Dec 7, 2021

The runner relies on Linux's procfs to handle some process specific operations:

  • Required functionality: List children of a given process, and cmdline
  • Optional: list process utilization and uptime

The provider is fairly well abstracted but we should have an implementation for MacOS, at least for the required functionality.

@mhofman mhofman self-assigned this Dec 7, 2021
@mhofman
Copy link
Member Author

mhofman commented Feb 7, 2022

Implementing #54 would intrinsically remove the dependency on agoric-cli, which would remove the required functionality to find sub processes of our spawned children. In that case, we would be left with the optional CPU/Memory metrics.

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

No branches or pull requests

3 participants