Re: [Puppet Users] Re: puppet master and puppet client running very slow

2011-07-05 Thread Ken Barber
FYI - for performance I would upgrade Puppet (there were performance improvements in newer revisions), and use something like Apache/Passenger as a delivery mechanism. One question - does this happen each time you run it on the same box? If there is no new changes - is the performance still terrib

Re: [Puppet Users] Re: puppet master and puppet client running very slow

2011-07-04 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > File: 1539.03 This indicates clearly a problem in serving files, so does the other error you posted. As others asked: Are you still running with Webrick (means default puppetmaster without setting up passenger/mongrel)? And how many c

Re: [Puppet Users] Re: puppet master and puppet client running very slow

2011-07-04 Thread vagn scott
Is the client healthy? File system not full? No errors in log files, like a disk might be failing? Load average reasonable? Any network changes? Do you have a switch plugged into itself? what does tcpdump show? Normal activity? -- vagn On 07/05/2011 12:11 AM, sanjiv.singh wrote: some times pu

Re: [Puppet Users] Re: puppet master and puppet client running very slow

2011-07-04 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > as i m able to see that puppet master taking around 7-8 seconds to > compiler catalog > and puppet client taking around 1106 second to apply catalog . run the client with --summarize and see on which resource types it is spending most of the time, t

Re: [Puppet Users] Re: puppet master and puppet client running very slow

2011-07-04 Thread Patrick
On Jul 4, 2011, at 6:35 AM, sanjiv.singh wrote: > > > On Jul 4, 6:12 pm, Daniel Maher wrote: >> On 07/04/2011 02:46 PM, sanjiv.singh wrote: >> >>> hi all, >>> I have configured puppet 0.25.4 setup. >> >>> since last few days , puppet master and client running very slow .It >>> seems puppet c

Re: [Puppet Users] Re: puppet master and puppet client running very slow

2011-07-04 Thread Ken Barber
Can you try the puppet run with the setting --summarize and show us the result ... (not sure if that flag was round then). ken. On Mon, Jul 4, 2011 at 5:12 PM, sanjiv.singh wrote: > > > Hi luke, > > thanks for quick reply. > > as i m able to see that puppet master taking around 7-8 seconds to >

Re: [Puppet Users] Re: puppet master and puppet client running very slow

2011-07-04 Thread Ken Barber
> my manifest contains  number of file (flat and templete ) and for > pulling some jars on client. I guess I was looking to find out the specifics of how big these manifests and templates are in total on the nodes you are having specific performance issues with. You say 'big manifests' but this is

Re: [Puppet Users] Re: puppet master and puppet client running very slow

2011-07-04 Thread Ken Barber
How big are these manifests (ie. number of files, total lines for all files that get imported)? For example - are you pulling in a large file of all your nodes or something? I recall there has been problems in the past with parsing large files - its fixed now though. The obvious suggestion is to u