I do not think 4 to 5 SNMP queries per second would cause any problems.

I think you need to focus on handling error conditions. Specifically, since you are collecting the STDERR as well as STDOUT from the SNMPGET command, you should print that info out any time you fail to get the BSID. That way, you could track the pattern of error messages, or mis-parsing you may be doing.

A couple of other minor nits -:
* Do you really need to print each line of /var/log/messages ?
* You are using "System echo" to do printing. Perl is perfectly capable of appending to a file.
* Consider using a database (like SQLite) to store the information you collect.

        This is not an optical illusion, it just looks like one.


In reply to Re: snmpget is missing some values by NetWallah
in thread snmpget is missing some values by leostereo

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.