Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.45 KB

hardware.md

File metadata and controls

30 lines (24 loc) · 1.45 KB

🎛️ Hardware

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