Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Add System Metrics #134

Open Davidah121 opened 1 year ago

Davidah121 commented 1 year ago

Add the ability to determine how much memory is available, how much is used, and CPU usage. Currently, though not in the main branch, it is possible to view virtual memory and physical memory total and usage for Windows. Needs to be added for Linux but the main system call to do so is not consistent and may not be implemented in different Linux environments. CPU usage needs to be implemented.