Robert Bauer wrote: > Could it be possible to add dtrace probes in Perl? > My web applications uses also external Perl programs.
There are two questions here: the Perl language itself, and mod_perl for running it under Apache. For the former, Perl's Devel::DTrace is probably your best bet, though there's also some evidence of activity at Sun: http://wikis.sun.com/display/DTrace/perl+Provider. For an external program, that's what you need. The latter is something we might want to address within the webstack group, depending on availability of developer time. -- Nick Kew
