GD::Graph is pretty simple.

http://search.cpan.org/~bwarfield/GDGraph-1.44/

There's several options out there.

Danny

On Wed, May 6, 2009 at 8:05 AM, Steve Bertrand <[email protected]> wrote:
> Hi all,
>
> This is more of a request for recommendation than it is a 'howto' type
> question.
>
> A couple of years ago, I wrote a Perl program to extract and format data
> from one of my mail servers, and the results are emailed to me each day.
>
> Now I'm considering going back in history, and trying to graph the
> information since the inception of the program. Since I wrote the
> initial program, it is trivial to manage the data in any way I see fit.
>
> Can someone recommend the easiest/quickest module/application to graph
> this sort of information into perhaps something that I can view via
> HTTP? The example below is exactly the format I have the program email
> to me. The program has to run each day, so I'd like the data to be
> appended to any graphing scheme that I come up with.
>
> Email by protocol stats for 2009/05/05
>
> Total Messages:    884
> Spam:              278
> Ham:               606
> Spam % of Total:   31.45 %
>
> Score Total:       4940.30
> Scored Positive:   386
> Scored Negative:   498
> Score Avg:         5.59
>
> Messages via IPv6: 239
> Percent of total:  27.04 %
> SPAM via IPv6:     0
> Percent of Spam:   0.00 %
>
> Messages via IPv4: 645
> Percent of Total:  72.96 %
> SPAM via IPv4:     278
> Percent of Spam:   100.00 %
>
> MTA Connections:   1092
> Accepted:          963
> Rejected:          129
> Rejected Percent   11.81
>
> Cheers,
>
> Steve
>
> --
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> http://learn.perl.org/
>
>
>

--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to