debian man page for sys::cpu

Query: sys::cpu

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CPU(3pm)						User Contributed Perl Documentation						  CPU(3pm)

NAME
Sys::CPU - Perl extension for getting CPU information. Currently only number of CPU's supported.
SYNOPSIS
use Sys::CPU; $number_of_cpus = Sys::CPU::cpu_count(); printf("I have %d CPU's ",$number_of_cpus); print " Speed : ",Sys::CPU::cpu_clock()," "; print " Type : ",Sys::CPU::cpu_type()," ";
DESCRIPTION
In responce to a post on perlmonks.org, a module for counting the number of CPU's on a system. Support has now also been added for type of CPU and clock speed. While much of the code is from UNIX::Processors, win32 support has been added (but not tested). v0.45 - Corrected solaris support (Thanks Cloyce) EXPORT None by default.
AUTHOR
MZSanford
MAINTENANCE
Marc Koderer
LICENSE
SEE ALSO
perl(1), sysconf(3) perl v5.14.2 2010-08-16 CPU(3pm)
Related Man Pages
less(3pm) - mojave
cpuset(3) - netbsd
cpuset_create(3) - netbsd
cpuset_destroy(3) - netbsd
less5.18(3pm) - mojave
Similar Topics in the Unix Linux Community
Perl agent which calculates CPU info and more