Re: [Bacula-devel] tool for concurrent write testing with/without posix_fallocate(...)

2010-04-09 Thread Kern Sibbald
On Saturday 10 April 2010 04:21:40 Craig Ringer wrote: > Phil Stracchino wrote: > > On 04/09/10 02:35, Henrik Johansen wrote: > >> I have spend some time profiling the bacula-sd under production load on > >> Solaris. Besides checking for signs of lock contention and memory / CPU > >> usage issues I

Re: [Bacula-devel] tool for concurrent write testing with/without posix_fallocate(...)

2010-04-09 Thread Henrik Johansen
On 04/10/10 04:21 AM, Craig Ringer wrote: > Phil Stracchino wrote: >> On 04/09/10 02:35, Henrik Johansen wrote: >>> I have spend some time profiling the bacula-sd under production load on >>> Solaris. Besides checking for signs of lock contention and memory / CPU >>> usage issues I also tracked the

Re: [Bacula-devel] tool for concurrent write testing with/without posix_fallocate(...)

2010-04-09 Thread Craig Ringer
Phil Stracchino wrote: > On 04/09/10 02:35, Henrik Johansen wrote: >> I have spend some time profiling the bacula-sd under production load on >> Solaris. Besides checking for signs of lock contention and memory / CPU >> usage issues I also tracked the I/O statistics for each file descriptor >> o

Re: [Bacula-devel] jobhisto_jobid_seq is missing from grant_postgresql_privileges

2010-04-09 Thread Martin Simmons
> On Fri, 9 Apr 2010 14:30:16 +0200, Eric Bollengier said: > > Hello, > > Le jeudi 08 avril 2010 17:58:49, Martin Simmons a écrit : > > I found that grant_postgresql_privileges doesn't grant permissions on > > jobhisto_jobid_seq. > > Ok thanks, it's applied. Thanks. > > Here is a patch.

Re: [Bacula-devel] tool for concurrent write testing with/without posix_fallocate(...)

2010-04-09 Thread Henrik Johansen
On 04/ 9/10 01:40 PM, Phil Stracchino wrote: > On 04/09/10 02:35, Henrik Johansen wrote: >> I have spend some time profiling the bacula-sd under production load on >> Solaris. Besides checking for signs of lock contention and memory / CPU >> usage issues I also tracked the I/O statistics for each f

Re: [Bacula-devel] jobhisto_jobid_seq is missing from grant_postgresql_privileges

2010-04-09 Thread Eric Bollengier
Hello, Le jeudi 08 avril 2010 17:58:49, Martin Simmons a écrit : > I found that grant_postgresql_privileges doesn't grant permissions on > jobhisto_jobid_seq. Ok thanks, it's applied. > Here is a patch. It is made against 5.0.1 because the git head has changed > in an incompatible way that I do

Re: [Bacula-devel] tool for concurrent write testing with/without posix_fallocate(...)

2010-04-09 Thread Phil Stracchino
On 04/09/10 02:35, Henrik Johansen wrote: > I have spend some time profiling the bacula-sd under production load on > Solaris. Besides checking for signs of lock contention and memory / CPU > usage issues I also tracked the I/O statistics for each file descriptor > opened within the bacula-sd pr