Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
man/man1/GNUmakefile | 2
man/man1/pmsleep.1 | 51 ++++
src/GNUmakefile | 2
src/pmcd/rc_pcp | 45 +---
src/pmcd/src/agent.c | 2
src/pmdas/sample/help | 4
src/pmdas/sample/pmns | 4
src/pmdas/sample/src/sample.c | 95 ++++----
src/pmie/pmie_check.sh | 92 ++++----
src/pmie/src/GNUmakefile | 4
src/pmie/src/aggregate.sk | 10
src/pmie/src/andor.c | 448
+++++++++++++++++++++++++++++++++++++++++
src/pmie/src/andor.h | 37 +++
src/pmie/src/binary.sk | 6
src/pmie/src/fun.h | 9
src/pmie/src/merge.sk | 2
src/pmie/src/meta | 8
src/pmie/src/misc.sk | 2
src/pmie/src/unary.sk | 2
src/pmlogctl/pmlogger_check.sh | 64 ++---
src/pmsleep/GNUmakefile | 25 ++
src/pmsleep/pmsleep.c | 44 +++-
22 files changed, 773 insertions(+), 185 deletions(-)
commit 98e963beda9238ee72325e0020de5e4654e864aa
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jul 2 16:16:39 2007 +1000
Make source match comment in pmie/pmlogger check scripts wrt a
startup delay.
commit d4d42cf507ef74d23521d666696c2886d119908c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jul 2 16:15:37 2007 +1000
Fix/cleanup some areas of earlier startup performance improvements.
commit 5f9fadea84ad92a62805a465638c5c73a5a98718
Author: Michael Newton <kimbrr@xxxxxxx>
Date: Mon Jul 2 16:13:06 2007 +1000
Performance improvements to pmlogger, pmie and pmcd startup times.
commit 8a72679e01fdd3fe5d3a25f0dde6478115aa211e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Jul 2 16:09:33 2007 +1000
Fix a pmie_check typo causing mis-identification of pmie processes.
commit 605771bf897aa7fe4c7c79215d901bb6e5960dc6
Author: Ken McDonell <kmcdonell@xxxxxxxxxx>
Date: Mon Jul 2 12:19:17 2007 +1000
Allow pmie and/or operators to function with some data missing.
This change modifies pmie to allow a logical OR expression to
evalute
to true when only once side of the expression tree can be evaluated,
due to host down / instance unavailable / insufficient samples.
Same
for logical AND expressions, and evaluating to false.
In order to test this modification, a new metric has been added into
the sample agent - sample.darkness - which shares an instance domain
with sample.color, but always returns no values available.
|