|
NAMESystem::Info::Linux - Object for specific Linux info.DESCRIPTION$si->prepare_sysinfoUse os-specific tools to find out more about the system.$si->prepare_osUse os-specific tools to find out more about the operating system.$si->linux_genericCheck "/proc/cpuinfo" for these keys:
$si->linux_armCheck "/proc/cpuinfo" for these keys:
$si->linux_ppcCheck "/proc/cpuinfo" for these keys:
$si->linux_sparcCheck "/proc/cpuinfo" for these keys:
$si->linux_s390xCheck "/proc/cpuinfo" for these keys:
$si->prepare_proc_cpuinfoRead the complete "/proc/cpuinfo".$si->count_in_cpuinfo ($regex)Returns the number of lines $regex matches for.$si->count_unique_in_cpuinfo ($regex)Returns the number of lines $regex matches for.$si->from_cpuinfo ($key)Returns the first value of that key in "/proc/cpuinfo".COPYRIGHT AND LICENSE(c) 2016-2018, Abe Timmerman & H.Merijn Brand, All rights reserved.With contributions from Jarkko Hietaniemi, Campo Weijerman, Alan Burlison, Allen Smith, Alain Barbet, Dominic Dunlop, Rich Rauenzahn, David Cantrell. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See:
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Visit the GSP FreeBSD Man Page Interface. |