const os = require('os'); console.log("Hostname:", os.hostname()); console.log("User Info:", os.userInfo()); console.log("Home Directory:", os.homedir()); console.log("Uptime (secs):", os.uptime()); console.log("Total Memory:", os.totalmem()); console.log("Free Memory:", os.freemem()); console.log("Network Interfaces:", os.networkInterfaces()); console.log("Platform:", os.platform()); console.log("Architecture:", os.arch()); console.log("CPU Info:", os.cpus());
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter