Project

General

Profile

Activity

From 2010-11-21 to 2010-12-20

2010-12-20

20:14 Revision aaf902b6: PM_TYPE_AGGREGATE and __pmStuffValue changes
This is the mooted "Option 3".
Change the internal encoding of PM_TYPE_AGGREGATE metrics via
a pmAtomValue - void *v...
Ken McDonell

2010-12-17

12:03 Revision 5bf210ca: Make it not an error (causing instrumented app stop) to have no MMV metrics (initially).
Nathan Scott

2010-12-16

11:18 Revision 6d3c399c: Event records support
This batch of changes incorporates Nathan's review and some additional
work to generalize the support for event recor...
Ken McDonell

2010-12-14

06:30 Revision 39a664a6: man page formatting changes
Mostly fix function prototypes so
- arguments are in italic font (according to the scriptures the style
has been th...
Ken McDonell

2010-12-11

06:44 Revision aef7863f: pmdaproc.sh - tweak just a little more
Another round of getting the perl vs non-perl logic correct when
juggling the domain.h and pmns files.
Ken McDonell

2010-12-10

14:58 Revision 0567e32a: assorted buglet fixes and removal of compilation warnings
Ken McDonell

2010-12-09

12:40 Revision c09a8b74: Fix typo - cummulative vs cumulative. Thanks Nigel!
Nathan Scott

2010-12-08

18:08 Revision ee02f2d0: dbpmda - fix minor bug
When getdesc is "on", the pmResult dumper sometimes outputs 0x0x
as the prefix for an address instead of 0x ... fixed.
Ken McDonell
18:07 Revision daebf25e: pmdaproc.sh - finish off perl PMDA changes
Last round of changes were not quite correct for handling of pmns.perl
and domain.h.perl ... fixed in this commit.
Ken McDonell
18:06 Revision 15523e9f: cpan/PMDA - move to PMDA_INTERFACE_5
Allows cleaner handling of dynamic memory associated with string
values.
Ken McDonell
18:05 Revision 8fa02443: Another round of event record changes
These ones follow Nathan's review ...
- make the man page for pmUnpackEventRecords match the code
and document how...
Ken McDonell
06:48 Revision 38cb95a1: libpcp_import - remove old TODO
Code is correct, TODO comment no longer needed ... just tidying up. Ken McDonell

2010-12-05

20:57 Revision 09212ce9: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
Ken McDonell

2010-12-04

17:27 Revision 87a92bc4: __pmRegisterAnon() - event record rework
Redo the anonymous metrics implementation to allow different names
to be registered.
Change the format for packed ev...
Ken McDonell

2010-12-03

18:29 Revision e837bcc4: pmstat - be more careful about pmLookupName() status
As part of the first round of anonymous metic changes, the logic of
pmLookupName() has been reworked to better match ...
Ken McDonell
18:26 Revision 68492c0b: pmdaproc.sh - perl Install fixups
The installation logic for a Perl PMDA was clobbering the pmns and
domain.h files ... this is sort of OK if the PMDA ...
Ken McDonell
18:08 Revision 1a360bf5: Anonymous metrics - first attempt
Initial cut at anonymous metrics, adding pmRegisterAnon(void) to add
anonymous metrics (PMNS and metadata) built on t...
Ken McDonell
18:04 Revision 6ead7011: __pmLogConnect - reinstate functionality
The last round of PDU changes removed some code that is needed to allow
pmlc to identify the pmlogger pid when a "con...
Ken McDonell
17:53 Revision e60cca18: pmDupContext - memory corruption with derived metrics
Found during QA for anonymous metrics ... this is a nasty error
which was probably undetected because of the infreque...
Ken McDonell
16:35 Revision 83b2d17e: Improve diagnostic output for tools started from Win32 msys shell.
Nathan Scott
11:28 Revision 238a792f: Add postfix PMDA Install test to ensure qshape package installed.
Nathan Scott
11:04 Revision d3bf4637: Fix typo - sentinal vs sentinel.
Nathan Scott
11:03 Revision d4f6b131: Add postfix log file path for RHEL, minor whitespace cleanup from Nathan
Rodney McKee

2010-11-29

19:54 Revision ec55810f: Event record flags
Add er_flags to the event record header and when using
pmUnpackEventRecords, if er_flags is non-zero, it is returned ...
Ken McDonell
06:17 Revision 5df955f3: libpcp - add anonymous metrics
The following metrics appear in the PMNS, have a descriptor but no
values: anon.32, anon.64 and anon.double. Intende...
Ken McDonell

2010-11-26

20:36 Revision 5cd74f75: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
Take Nathan's version
Conflicts:
debian/control
Ken McDonell
20:24 Revision 449a1b9a: libpcp & pmlogger - small changes
Tweak the IPC (for pmlc in particular) ... mostly around corner
cases that QA expose. Also added more diagnostics to...
Ken McDonell
20:23 Revision 2a5c11a6: pcp.env - small performance improvement
Add a one-trip guard to prevent populating the environment more
than once.
Ken McDonell

2010-11-25

14:26 Revision 70071b0e: Tweak Debian readline dependency again, allowing any readline lib.
Nathan Scott
06:09 Revision 1ebef630: Perl PMDA module now uses dynamic metrics, and can add metrics at run time.
Nathan Scott
06:08 Revision f898ab31: Minor cleanups, global/static variable scoping tweak.
Nathan Scott

2010-11-24

20:51 Revision 72a50ce5: pmdaFetch man page
Explain how pmdaFetch and the pmdaFetchCallBack method really
work.
Ken McDonell

2010-11-23

20:19 Revision 2f941729: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
Ken McDonell
19:48 Revision f50b7ffc: PM_TYPE_EVENT support - last round
- pmdumplog expands and reports any event records found
- pmie will not accept PM_TYPE_EVENT metrics in any expressio...
Ken McDonell
13:59 Revision 81e61dc6: PM_TYPE_EVENT support - round four
- add helper functions
int __pmCheckEventRecords(pmValueSet *) and
void __pmDumpEventRecords(FILE *, pmValueSet *...
Ken McDonell

2010-11-22

08:58 Revision 3d4f3947: PM_TYPE_EVENT support - round three
Add new libpcp file (events.c) and man pages that should have
been in the round two commit.
Also add derived metrics...
Ken McDonell
06:55 Revision c0450118: interp.c - no interpolation for PM_TYPE_EVENT metrics
pmFetch will return with numval set to PM_ERR_TYPE should this
be attempted.
Ken McDonell

2010-11-21

20:00 Revision 28430114: PM_TYPE_EVENT support - round round two
- add pmUnpackEventRecords and pmFreeEventResults to libpcp and
associated man pages
- add endian safe encode/deco...
Ken McDonell
 

Also available in: Atom