Displaying 1 result from an estimated 1 matches for "othertransact".
2012 Aug 07
0
hooking NewRelic into Puppet agent
...quire ''puppet/util/command_line''
> Puppet::Util::CommandLine.new.execute
> end
This (and a newrelic.yml) gets me some basic information in NewRelic''s
Background Tasks showing data like this:
Category Segment % Time Avg calls (per task call) Avg time (ms)
> OtherTransaction Object/PuppetAgentRun: nl12s0020 50.2 1.0 28,540
> External Net::HTTP[nl14s0008-vm5.healthcare.nedap.local]: POST 37.1 2.0
> 21,092
> External Net::HTTP[nl14s0008-vm5.healthcare.nedap.local]: GET 8.8 190
> 5,003
> External Net::HTTP[nl14s0008-vm5.healthcare.nedap.local]: PUT 3.8...