GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
System::Info::Linux(3) User Contributed Perl Documentation System::Info::Linux(3)

System::Info::Linux - Object for specific Linux info.

Use os-specific tools to find out more about the system.

Use os-specific tools to find out more about the operating system.

Check "/proc/cpuinfo" for these keys:
"processor" (count occurrence for __cpu_count)
"model name" (part of __cpu)
"vendor_id" (part of __cpu)
"cpu mhz" (part of __cpu)
"cpu cores" (add values to add to __cpu_count)

Check "/proc/cpuinfo" for these keys:
"processor" (count occurrence for __cpu_count)
"Processor" (part of __cpu)
"BogoMIPS" (part of __cpu)

Check "/proc/cpuinfo" for these keys:
"processor" (count occurrence for __cpu_count)
"cpu" (part of __cpu)
"machine" (part of __cpu)
"clock" (part of __cpu)
"detected" (alters machine if present)

Check "/proc/cpuinfo" for these keys:
"processor" (count occurrence for __cpu_count)
"cpu" (part of __cpu)
"Cpu0ClkTck" (part of __cpu)

Check "/proc/cpuinfo" for these keys:
"processor" (count occurrence for __cpu_count)
"Processor" (part of __cpu)
"BogoMIPS" (part of __cpu)

Read the complete "/proc/cpuinfo".

Returns the number of lines $regex matches for.

Returns the number of lines $regex matches for.

Returns the first value of that key in "/proc/cpuinfo".

(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:

  • <http://www.perl.com/perl/misc/Artistic.html>
  • <http://www.gnu.org/copyleft/gpl.html>

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.

2018-01-01 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.