This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Replace sysinfo crate #6806
Labels
U2-some_time_soon
Issue is worth doing soon.
Z1-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder
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 fromprocfs
and as such we only have Linux support currently.The text was updated successfully, but these errors were encountered: