Hi there, On Thu, 12 Jun 2008, Jeff Williams wrote:
> ... looking to get some more performance from smokeping. ... seem > to be limited by I/O and memory ... [30] probes currently use about > 3.5 GB of memory last time I checked. If you haven't already, you might want to look into mod_perl: http://perl.apache.org/ The different architecture (scripts sharing a single interpreter as opposed to each using its own copy of the interpreter) can give rise to unexpected issues, so I'd advise you to read the mod_perl guide thoroughly before you 'go live' with it. -- 73, Ged. _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
