I've used mrtg, and I'm far less than thrilled about it. Unless the tool changed majorly the past year, its design is fundamentally flawed. It makes you make decisions related to how the data is going to be displayed when configuring data collection/retention.

For instance, you let mrtg make yearly graphs about loadavg. Almost always, your loadavg is less than 2, but you are very interested in seeing when it's close to 2 and when it's below 1. But 6 months ago, an application went haywire, forked itself too many times, and your load avg briefly approached 100. Your yearly graph is now worthless, as that single spike dominates the picture, turning your graph almost into a representation of a Dirac function. You can prevent yourself against that by having mrtg discard too high values, but then you have no history of the event. It doesn't allow to ignore spikes when displaying the results.

Anyway, this rant has little to do with Perl. Except that I've written plotting applications many times in Perl, and I vastly prefer them over mrtg. I never use any plotting modules in my Perl program - I always open a pipe to gnuplot.

Abigail


In reply to Re: Choice of development language:Perl or Java by Abigail-II
in thread Choice of development language:Perl or Java by chimni

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.