I am trying to develop cross-platform (linux/windows) .net standard library to track pc cpu and memory usage.
This library might be used in windows or linux.
How can I find out the cpu (Usage%) and memory (Usage%) in windows/linux without any dependencies about the OS?
Comments
Post a Comment