
Alexander.Hartmaier at t-systems
Aug 7, 2008, 5:13 AM
Post #2 of 2
(350 views)
Permalink
|
Hi Jose! Our network monitoring tool used rrd about seven years ago when I took over the development of it. Soon later I've started generation the graphs myself using GD::Graph. About two years ago I moved the graph generation code in a module. For my catalyst apps I parse the graph urls with a regex controller method into its parameters (type of graph, id, timespan, etc.), generate the graph using my module and store it in a fastmmap cache for reuse and serve it then. Works absolutely fantastic. Thanks mst for the idea! Regards, Alex ________________________________ Von: Jose Luis Martinez [jlmartinez-lists-catalyst[at]capside.com] Gesendet: Sonntag, 03. August 2008 19:21 An: The elegant MVC web framework Betreff: [Catalyst] Announce: Catalyst::View::RRDGraph Hi! I've uploaded Catalyst::View::RRDGraph to CPAN, for people interested in adding RRD graphs to their Cat apps. I've written a bit on it at http://www.pplusdomain.net/cgi-bin/blosxom.cgi Has anyone been graphing RRDs in their Cat apps? I'd like to hear how they've been doing it until now. Regards, Jose Luis Martinez jlmartinez[at]capside.com _______________________________________________ List: Catalyst[at]lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst[at]lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/ *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"* T-Systems Austria GesmbH Rennweg 97-99, 1030 Wien Handelsgericht Wien, FN 79340b *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"* Notice: This e-mail contains information that is confidential and may be privileged. If you are not the intended recipient, please notify the sender and then delete this e-mail immediately. *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
|