freebsd-ports/sysutils/p5-BSD-Sysctl/pkg-descr
Rong-En Fan 2257523e83 Add p5-BSD-Sysctl 0.03, fetch sysctl values from BSD-like systems.
PR:		ports/102885
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-09-05 18:39:30 +00:00

11 lines
559 B
Plaintext

BSD::Sysctl offers a native Perl interface for fetching sysctl values that
describe the kernel state of BSD-like operating systems. This is around 80
times faster than scraping the output of the sysctl(8) program.
This module handles the conversion of symbolic sysctl variable names to the
internal numeric format, and this information, along with the details of how
to format the results, are cached. Hence, the first call to sysctl requires
three system calls, however, subsequent calls require only one call.
WWW: http://search.cpan.org/dist/BSD-Sysctl/