Project

General

Profile

Activity

From 2009-10-28 to 2009-11-26

2009-11-26

10:23 pcp Revision 9cc29e2a: Add PMLOGGER_REQUEST_TIMEOUT support
Setting $PMLOGGER_REQUEST_TIMEOUT in the environment defines a number
of seconds for the timeout to be applied to in...
Ken McDonell

2009-11-24

10:35 pcp Revision 34a1ac4e: Improve pmstat handling of a terminal resize, wrt header reporting.
Nathan Scott

2009-11-23

11:34 pcp Revision 71a54964: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
Ken McDonell
11:33 pcp Revision 356fb7a5: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
Ken McDonell

2009-11-21

09:09 pcp Revision 985d91be: dbpmda Add missing help
Grammar and verbage support for extended help for additional commands
added in the dynamic PMNS changes.
Ken McDonell

2009-11-20

13:09 pcp Revision 997884f1: Fix typo in debian changelog.
Nathan Scott

2009-11-19

15:27 pcp Revision 41fbe771: Quieten build, add changelog for 3.0.2 stuff so far.
Nathan Scott
15:09 pcp Revision 1f1fbec0: Merge branch 'dev' of git://oss.sgi.com/mort/pcp into dev
Conflicts:
src/pmdas/GNUmakefile
Resolved: infiniband is removed, dtsrun is introduced.
Nathan Scott
15:04 pcp Revision f6bb4058: Remove yet more bogus uninitialised variable warnings.
Nathan Scott
13:53 pcp Revision 938c546c: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
Nathan Scott
13:47 pcp Revision 68095722: Add decoded metric type/semantics info into mmvdump.
Nathan Scott
13:25 pcp Revision 95085023: Include the dtsrun (Data Transformation Services) PMDA.
This instrumentation is extracted from the dtsrun executable
which performs database transformations for SQL Server. ...
Nathan Scott
13:16 pcp Revision 047b4f34: Improvements and fixes to the PCP::PMDA perl module (1.08).
Correct the export name used for reverse mapping instance
name to instance identifiers. Add a fast path in here as
w...
Nathan Scott
13:07 pcp Revision 4959e511: Add a few missing gitignore lines in various Perl PMDAs.
Nathan Scott

2009-11-18

07:24 pcp Revision e490d2ca: txmon.c Bad call to pmdaInit()
'Tis unbelievable that this bug has persisted for so long ... we were
trampling over random memory and only by good l...
Ken McDonell
06:17 pcp Revision 9990999a: pmdaproc.sh Cleanup
Significant change is to _not_ use -n option to pminfo unless -n was
specified in the command line. This is needed t...
Ken McDonell
06:14 pcp Revision 5ae6e920: units.c Fix day 1 error
Wrong variable used and uninitialized value was being used ...
previous code was 100% wrong, but had low probability ...
Ken McDonell
06:13 pcp Revision a200cebd: pmns.c Rework last PMNS_LEAF_* changes to make them correct this time!
Ken McDonell
06:12 pcp Revision c4491479: INSTALL Toolchain problem persists with Ubuntu 9.10
Ken McDonell
06:10 pcp Revision 86795a1e: rc_pcp Drop -h localhost from pmcd_wait call
Cosmetic cleanup ... pmcd_wait and pmcd_wait -h localhost behave
exactly the same.
Ken McDonell

2009-11-16

16:45 pcp Revision 248bff81: Derived Metrics - preliminary checkin
Nothing is really working yet ... add some new functions for libpcp,
add -c dmfile for pminfo to force loading of a s...
Ken McDonell
16:44 pcp Revision d0aa0a18: Fix troff formatting error.
Ken McDonell
16:41 pcp Revision c46e28a5: Revert "pmdaproc.sh Fix pminfo usage"
This reverts commit d439aa938f9e9edd20b4bb8761251839008ea378.
Back out my changes to redo after discussion with Nathan.
Ken McDonell
13:44 pcp Revision 5f8018e7: Mark some other generated files for ignoring by git
Nathan Scott
13:43 pcp Revision 9569a358: Convert pmdammv to using the new dynamic namespace interfaces.
This change convert pmdammv to use the libpcp_pmda dynamic namespace
interfaces instead of the traditional pmcd names...
Nathan Scott
13:34 pcp Revision bc6b4c52: Add dynamic pmns man pages into the generated packages (binary and source).
Nathan Scott
13:34 pcp Revision d3668810: Fix spelling mistake in impl.h
Nathan Scott
13:33 pcp Revision 6c861322: Fix a table-width error being reported by man with --warnings and 80 column width (pmdatrace.3).
Nathan Scott
06:18 pcp Revision d439aa93: pmdaproc.sh Fix pminfo usage
pminfo is used in several places within the script ...
pminfo
pminfo -h localhost
pminfo -n $NAMESPACE
pminfo -h ...
Ken McDonell

2009-11-10

18:13 mrtg treeview Revision f32530f7: CLEANUP
Hamish Coleman
14:25 pcp Revision 4e31303a: Add DBG_TRACE_DERIVE
Tracing infrastructure for derived metrics.
Note use with DBG_TRACE_APPL2 for very verbose output, at least in
the in...
Ken McDonell
13:42 pcp Revision 8d031568: dopdus.c Fix typo in comment
Ken McDonell
13:41 pcp Revision 3baf5058: pmns.c Use PMNS_LEAF_STATUS and PMNS_NONLEAF_STATUS instead of 0 and 1
Makes the code a little more readable. Ken McDonell
13:31 pcp Revision b3549934: Fix PCP_BINADM_DIR on ia64/linux
It should be /usr/lib/pcp/bin. Nothing should be in
/usr/lib64 on ia64.
Martin Hicks

2009-11-09

10:42 pcp Revision 94cca2c8: Bump version to 3.0.2 (development)
Martin Hicks
10:16 pcp Revision a7234db4: Fix regression of "binary notready" IPC protocol
This ability was accidentally removed when the text protocol
was removed.
Martin Hicks

2009-10-31

14:39 pcp Revision afd0c63e: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
Ken McDonell

2009-10-30

20:32 pcp Revision fa9a1e35: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
Ken McDonell
14:30 pcp Revision ac34d6d5: Update debian packaging to resolve a couple of dependency issues.
Nathan Scott
14:30 pcp Revision 9bca4d84: Fix typo in pmNewContext man page.
Nathan Scott
13:44 pcp Revision 06cbeb3e: pmcd.conf should be mode 0644 rather than 0444 when
modified or restored by pmdaproc.sh.
modified: src/pmcd/pmdaproc.sh
Signed-off-by: Mark Goodwin <mgoodwin@redhat...
Mark Goodwin
13:31 pcp Revision a59eeb34: Trim RPM %config files to just those files that are likely
to actually be edited.
The community packaged RPMs from build/rpm/pcp.spec.in)
and the Fedora / Red Hat RPMs (build/...
Mark Goodwin
11:55 pcp Revision 50d8f423: Merge commit 'remotes/markgw/dev' into mort-dev
Martin Hicks
09:38 pcp Revision c72618cb: Merge commit 'origin/dev' into mort-dev
Martin Hicks

2009-10-28

07:20 pcp Revision eb054ac1: pmlogger_check fix small timing window / race condition
There was a race condition that was sometimes exposed by QA test 119
where the attempt to create the lock file would ...
Ken McDonell
 

Also available in: Atom