I'm looking for a way to collect information about the hardware (e.g. CPU(s), memory) of the current running system.
I've been looking at Sys::Info::Device::CPU but it's neither portable to windows and it got too many dependencies for an application that will be installed on various systems.
Basically, I'm looking for:
- average last minute (If this can be done with only the current running script it would be much better)