On Thu, Jan 12, 2017 at 12:46:11PM -0800, dkoleary wrote:
> Short version of the problem:  When we first started, puppet agent runs would 
> take 5-10 seconds.  Now, while we still have a limited number of modules, 
> we're looking at 1400+ systems under management.  Most runs still take in the 
> 5-10 second range but a growing number are taking 400+ seconds to complete.
> 
> Short version of the question:  How do I know what needs to be tuned or 
> examined?

Do you use Augeas?  I found that limiting Augeas with lens, incl, and
context improves performance drastically:

augeas { "ipaddr-$dev":
      lens => 'Shellvars.lns',
      incl => "/etc/sysconfig/network-scripts/ifcfg-${dev}",
      context => "/files/etc/sysconfig/network-scripts/ifcfg-${dev}"

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/20170112211254.GI2891%40angus.ind.wpi.edu.
For more options, visit https://groups.google.com/d/optout.

Reply via email to