Open balazs-kis opened 7 years ago
The main aspect is network usage, hard drive free space and utilization percent, but CPU and RAM utilization percent should also be shown (in smaller fonts). Circular or linear progress bars should be added for percent values.
Links: https://nodejs.org/api/os.html https://github.com/oscmejia/os-utils https://www.npmjs.com/package/diskusage https://www.npmjs.com/package/nodejs-disks
Seems to be the best so far: https://www.npmjs.com/package/systeminformation
The main aspect is network usage, hard drive free space and utilization percent, but CPU and RAM utilization percent should also be shown (in smaller fonts). Circular or linear progress bars should be added for percent values.