๐ŸŽ›๏ธ Hardware

April 14, 2024 ยท View on GitHub

Uptime, memory and CPUs can be retrieved on any OS using os.uptime(), process.uptime(), os.freemem(), os.totalmem(), process.memoryUsage(), os.cpus(), os.availableParallelism(), navigator.hardwareConcurrency, process.cpuUsage(). and process.resourceUsage().

However the following fields are 0 on Windows:

systeminformation can be used for more information.


Next (๐ŸŽ›๏ธ Time)
Previous (๐ŸŽ›๏ธ System configuration)
Top