ThePhD / infoware

C++ Library for pulling system and hardware information, without hitting the command line.
Creative Commons Zero v1.0 Universal
410 stars 84 forks source link

Info about the system, disks and a lot others #52

Open TheCelebrimbor opened 3 years ago

TheCelebrimbor commented 3 years ago

Hi, was thinking if getting info on Disks, VM's etc. was ever planned or in the works. Specifically looking for something similar to systeminformation

AFAIK that is the most complete info collection tool out there, and if that is done in Node.js. I think all that is definitely possible with C++.

nabijaczleweli commented 2 years ago

VMs both (a) are not part of the system and (b) would require IPC with VirtualBox (not feasible, obvious reasons), Hyper-V, and/or being root to have a sensible read on KVM. Not to mention that they're by definition impossible to detect if you're not actually running them through KVM et al.

Disks are shaky, but if you manage a sensible enough abstraction that both makes sense and is not insane, then yeah, why not. Or, rather, what'd you expect to see in that domain?