Net::SNMP::XS

Speed up Net::SNMP by decoding in XS, with limitations
Download

Net::SNMP::XS Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Marc Lehmann
  • Publisher web site:
  • http://www.goof.com/pcg/marc/

Net::SNMP::XS Tags


Net::SNMP::XS Description

Speed up Net::SNMP by decoding in XS, with limitations Net::SNMP::XS is a Perl module to speed up Net::SNMP by decoding in XS, with limitations.SYNOPSIS use Net::SNMP::XS; # loading it is enough, there are no public symbolsThis module tries to speed up Net::SNMP response packet decoding.It does this by overriding a few selected internal method by (almost) equivalent XS methods.This currently reduces decode time by a factor of ten for typical bulk responses.There are currently the following limitations when using this module:overriding internal functions might cause the module to malfunction with future versions of Net::SNMPerror messages will be simpler/differenttranslation will be ignored (all values will be delivered "raw")a moderately modern (>= C99) C compiler is requiredonly tested with 5.10, no intentions to port to older perlsduplicate OIDs are not supportedREPORT PDUs are not supported Requirements: · Perl


Net::SNMP::XS Related Software