Is there an (OpenBSD) perl interface to sysctl(3)?  Parsing the output
of `sysctl $string` works, but is clumsy.

FreeBSD has the BSD-Sysctl perl module available from CPAN, which would
be ideal for my purposes... except that it doesn't (yet) support OpenBSD.
Rex::Commands::Sysctl looks like it could work... but browsing the source
code reveals that internally it just does `sysctl $string` and parses the
result.

What do OpenBSD people use for doing system-monitoring from Perl?

ciao,

-- 
-- "Jonathan Thornburg [remove -animal to reply]" 
<jth...@astro.indiana-zebra.edu>
   Dept of Astronomy, Indiana University, Bloomington, Indiana, USA
   "C++ is to programming as sex is to reproduction. Better ways might
    technically exist but they're not nearly as much fun." -- Nikolai Irgens

Reply via email to