Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Review\:\s+PCP\s+\&\s+pmlogger\s+take\s+too\s+long\s+to\s+start\s*$/: 28 ]

Total 28 documents matching your query.

1. Review: PCP & pmlogger take too long to start (score: 1)
Author: Michael Newton <kimbrr@xxxxxxx>
Date: Wed, 27 Jun 2007 10:13:42 +1000
This is a review request. PCP takes >12s to start, and pmlogger_check >10s (in the cases where its actually trying to start a pmlogger). ok, here it is. This is the 1st time I've gone this way.. i as
/archives/pcp/2007-06/msg00011.html (9,499 bytes)

2. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Michael Newton <kimbrr@xxxxxxx>
Date: Wed, 27 Jun 2007 11:25:41 +1000
hold up... its still taking 3s each.. im going to try to do better Dr.Michael("Kimba")Newton kimbrr@xxxxxxx
/archives/pcp/2007-06/msg00012.html (6,925 bytes)

3. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Michael Newton <kimbrr@xxxxxxx>
Date: Wed, 27 Jun 2007 18:00:37 +1000
Ready! Review please.. In a number of cases ive moved loop iteration tests into the body.. this is because * its a good idea to try the target condition before the first sleep * its a good idea to tr
/archives/pcp/2007-06/msg00013.html (15,602 bytes)

4. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Nathan Scott <nscott@xxxxxxxxxx>
Date: Thu, 28 Jun 2007 12:02:07 +1000
Repeating this in so many scripts is a bit of a shame, and it'd be better if they were faster always (not just is usleep found). We should implement a "pmsleep" command (like we did for pmhostname) i
/archives/pcp/2007-06/msg00015.html (9,066 bytes)

5. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Michael Newton <kimbrr@xxxxxxx>
Date: Fri, 29 Jun 2007 18:11:24 +1000
Russell said something similar.. ok here it is: == mgmt/pcp/man/man1/GNUmakefile == -- a/mgmt/pcp/man/man1/GNUmakefile 2007-06-29 18:09:45.000000000 +1000 +++ b/mgmt/pcp/man/man1/GNUmakefile 2007-06-
/archives/pcp/2007-06/msg00017.html (20,101 bytes)

6. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Nathan Scott <nscott@xxxxxxxxxx>
Date: Mon, 02 Jul 2007 15:47:18 +1000
Hi Michael, More complete review follows (thanks for implementing pmsleep btw)... The SEE ALSO section could probably reference sleep(1) and nanosleep(2). This variable just seems to be obfuscating t
/archives/pcp/2007-07/msg00000.html (15,225 bytes)

7. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Nathan Scott <nscott@xxxxxxxxxx>
Date: Mon, 02 Jul 2007 16:02:21 +1000
BTW, one other thing I noticed here in the pmie and pmlogger check scripts - theres a comment near the start of the loop in _check_logger() that doesn't match what the code does. And the code looks w
/archives/pcp/2007-07/msg00001.html (9,260 bytes)

8. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Michael Newton <kimbrr@xxxxxxx>
Date: Mon, 2 Jul 2007 17:02:53 +1000
Nathan Scott <nscott@xxxxxxxxxx> yep if you like yes ok dont understand. $i is incremented every time round. When it gets to 10 * it gets reset to zero * j is incremented * '.' is printed so $i count
/archives/pcp/2007-07/msg00004.html (15,816 bytes)

9. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Nathan Scott <nscott@xxxxxxxxxx>
Date: Tue, 03 Jul 2007 09:07:58 +1000
Yep, I thought $delay was the loop step when I wrote that (hadn't seen the other two scripts then that really use it at that stage) - ignore that comment. the other here, only case I know of where yo
/archives/pcp/2007-07/msg00005.html (11,782 bytes)

10. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Michael Newton <kimbrr@xxxxxxx>
Date: Tue, 3 Jul 2007 10:41:45 +1000
p_rlog only shows me back to 1.22, which still has the pre-exit sleep 5, i believe i'll make the agreed changes and retest. Unless something else happens in the meantime, i'll commit it.. this is tak
/archives/pcp/2007-07/msg00006.html (9,848 bytes)

11. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Michael Newton <kimbrr@xxxxxxx>
Date: Tue, 3 Jul 2007 20:19:20 +1000
i decided to repost as ive tried to take on board favouring readability & conciseness over keeping the diffs short == mgmt/pcp/man/man1/GNUmakefile == -- a/mgmt/pcp/man/man1/GNUmakefile 2007-07-03 20
/archives/pcp/2007-07/msg00007.html (29,298 bytes)

12. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Nathan Scott <nscott@xxxxxxxxxx>
Date: Wed, 04 Jul 2007 09:31:30 +1000
<paininbuttmode> This isn't quite right still, and I'm confused as to why you are looking for a halfway point between the old code and the simpler version that I posted? In particular: </paininbuttmo
/archives/pcp/2007-07/msg00008.html (13,825 bytes)

13. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Michael Newton <kimbrr@xxxxxxx>
Date: Wed, 4 Jul 2007 10:55:34 +1000
<longsufferingmode> its so that you: "# dont sleep before 1st pid check, or after last" ..your version continues to have a final sleep which is not followed by a check (in this case, of whether the p
/archives/pcp/2007-07/msg00011.html (16,607 bytes)

14. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Nathan Scott <nscott@xxxxxxxxxx>
Date: Wed, 04 Jul 2007 11:46:02 +1000
Light bulb goes on, I see how you're looking at it now - you're concerned about before _and_ after... (even though after doesn't matter), I thought you were hung up on _before_ only. So, in practice,
/archives/pcp/2007-07/msg00012.html (12,893 bytes)

15. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Nathan Scott <nscott@xxxxxxxxxx>
Date: Mon, 02 Jul 2007 15:47:18 +1000
Hi Michael, More complete review follows (thanks for implementing pmsleep btw)... The SEE ALSO section could probably reference sleep(1) and nanosleep(2). This variable just seems to be obfuscating t
/archives/pcp/2007-07/msg00048.html (16,560 bytes)

16. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Nathan Scott <nscott@xxxxxxxxxx>
Date: Mon, 02 Jul 2007 16:02:21 +1000
BTW, one other thing I noticed here in the pmie and pmlogger check scripts - theres a comment near the start of the loop in _check_logger() that doesn't match what the code does. And the code looks w
/archives/pcp/2007-07/msg00049.html (10,592 bytes)

17. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Michael Newton <kimbrr@xxxxxxx>
Date: Mon, 2 Jul 2007 17:02:53 +1000
Nathan Scott <nscott@xxxxxxxxxx> yep if you like yes ok dont understand. $i is incremented every time round. When it gets to 10 * it gets reset to zero * j is incremented * '.' is printed so $i count
/archives/pcp/2007-07/msg00052.html (17,450 bytes)

18. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Nathan Scott <nscott@xxxxxxxxxx>
Date: Tue, 03 Jul 2007 09:07:58 +1000
Yep, I thought $delay was the loop step when I wrote that (hadn't seen the other two scripts then that really use it at that stage) - ignore that comment. the other here, only case I know of where yo
/archives/pcp/2007-07/msg00053.html (12,921 bytes)

19. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Michael Newton <kimbrr@xxxxxxx>
Date: Tue, 3 Jul 2007 10:41:45 +1000
p_rlog only shows me back to 1.22, which still has the pre-exit sleep 5, i believe i'll make the agreed changes and retest. Unless something else happens in the meantime, i'll commit it.. this is tak
/archives/pcp/2007-07/msg00054.html (11,284 bytes)

20. Re: Review: PCP & pmlogger take too long to start (score: 1)
Author: Michael Newton <kimbrr@xxxxxxx>
Date: Tue, 3 Jul 2007 20:19:20 +1000
i decided to repost as ive tried to take on board favouring readability & conciseness over keeping the diffs short == mgmt/pcp/man/man1/GNUmakefile == -- a/mgmt/pcp/man/man1/GNUmakefile 2007-07-03 20
/archives/pcp/2007-07/msg00055.html (30,595 bytes)


This search system is powered by Namazu