Hello everyone,

I have a whole lot of Perl scripts running at work monitoring and reporting on what's happening in our Active Directory and Exchange. One of them reports mailbox sizes every day. Now Instead of checking the report of a given user/mailbox from a month ago I would like to draw a graphical chart from this data, so I could basically easily see how much (if any) that particular mailbox has been increasing in size since x number of days ago.

I reckon some one has already built this kind of module that I could use, but I'm a bit confused on how to start searching for it using CPAN. I think passing numerical values from my script to the module should do the job, because it is basically just a matter of knowing the lowest and highest point and on what intervals were those values calculated?

I'm looking for way to generate charts in well-known picture formats like JPEG, GIF or PNG and then send those pictures to myself using E-mail. Any help would be much appreciated if some one has been in a similar situation before.


In reply to Perl module for chart drawing? by mellin

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.