![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
How to acquire system-information ?by rapide (Beadle) |
on Sep 10, 2008 at 14:41 UTC ( #710374=perlquestion: print w/replies, xml ) | Need Help?? |
rapide has asked for the wisdom of the Perl Monks concerning the following question:
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:
- CPU type - Clock-speed - number of cores - average last minute (If this can be done with only the current running script it would be much better) - memory size Any advice where to look or how to do it?
Back to
Seekers of Perl Wisdom
|
|