wmic-sys-info
v0.1.3
Published
Get wmic system information.
Downloads
11
Maintainers
Readme
Wmic-Sys-Info
Node Wmic (Windows Management Instrumentation Command-Line) System Info Package
- Windows 7 and up Only
install:
npm i wmic-sys-info
ornpm i git://github.com/nrpatten/wmic-sys-info/
Usage:
const wsi = require('wmic-sys-info');
wsi.getProcessor().then(data => {
console.log(data);
}).catch(error => console.log(error));
References
getBaseBoard()
MotherBoard InfogetBIOS()
BIOS InfogetOS()
Operating System InfogetProcessor()
Processor InfogetMemoryDevice()
Memory InfogetMemoryUsage()
Memory Usage InfogetLogicalDisk()
Local Disk InfogetDiskDrive()
Disk Drive InfogetDiskIO()
Disk Drive IO InfogetNetworkAdapter()
Network Adapter InfogetNetworkIO()
Network IO InfogetVideoController()
GPU InfogetDesktopmonitor
Monitor InfogetKeyboard()
KeyBoard InfogetMouse()
Mouse InfogetSoundDevice()
Sound Device InfogetNvidiaSmi()
Nvidia GPU Device Info, Note! nvidia-smi only works with GTX, RTX and Tesla (It may work with other cards but not tested).