Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Replace sysinfo crate #6806

@andresilva

Description

@andresilva

The sysinfo crate has caused us some trouble due to the amount of file descriptors it keeps open (#6805). We should look into replacing this crate with something simpler. We seem to only be using it for fetching the average cpu usage and memory (currently working on multiple OS's). All of the process specific info (e.g. number of threads, number of file handles) we are getting directly from procfs and as such we only have Linux support currently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    U2-some_time_soonIssue is worth doing soon.Z1-easyCan be fixed primarily by duplicating and adapting code by an intermediate coder

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions