Project

General

Profile

Activity

From 2008-11-16 to 2008-12-15

2008-12-15

12:14 Revision 70a9c396: Remove incorrect comment from perl logsummary module test code.
Nathan Scott

2008-12-09

16:56 Revision 9f5e72f0: Ensure demo apps can be rebuild by including -I/usr/include/pcp in
the Makefile. qa/601 fails without this fix. Ken McDonell
15:30 Revision 064fb8ec: Complete the implementation of the Win32 wrapper for the syslog
API routines, mapping the PCP use of those APIs to the Windows
eventlog services.
Nathan Scott
15:28 Revision 95e1b2d3: Add LOG_CONS symbol for syslog APIs on Win32, as pmie uses it.
Nathan Scott
15:28 Revision f4f72a2d: Add missing va_end call in libpcp __pmNotifyErr call.
Nathan Scott
13:40 Revision a1ccbf82: Merge branch 'nathans' of git://oss.sgi.com/nathans/pcp into nathans
Nathan Scott
13:20 Revision ca2660f5: Bump build version number for rpm upgrades.
Nathan Scott
13:18 Revision 92a7c796: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into nathans
Nathan Scott
13:14 Revision 0bdfb406: Add a source directory for Windows specific utilities, initially
containing:
- pcp-services.c - adds a native Windows service for each of the
PCP startup scripts (pcp, pmie, pmprox...
Nathan Scott

2008-12-08

16:01 Revision 2df987de: Rework last change following Nathan's suggestions: 1) max size for pid
on Linux is 32-bits, and 2) use snprintf() rather than sprintf() Ken McDonell

2008-12-06

16:03 Revision d1aa7189: Fix array overrun problem in proc metrics instance domain handling. Was causing
qa 044 to fail silently (causing a cascaded failure for qa 045). Ken McDonell

2008-12-05

16:56 Revision 3c7a5193: Merge branch 'nathans' of git://oss.sgi.com/nathans/pcp into nathans
Nathan Scott
16:51 Revision a24c6ee4: Bump version for debian upload.
Nathan Scott
16:47 Revision a89f063e: Fix meta-makefile for Perl PMDA.pm - relative include location incorrect.
Nathan Scott
16:44 Revision 1436ab1c: Update PMDA Perl interface documentation.
Nathan Scott
16:43 Revision 61633f98: Fix typo in a comment, in a perl test script.
Nathan Scott
16:28 Revision 56729fc6: Use INDOM macro for net indoms as well, in Linux PMDA - cleanup only.
Nathan Scott

2008-12-01

14:52 Revision 6cb70c47: Merge branch 'nathans' of git://oss.sgi.com/nathans/pcp into nathans
Nathan Scott
13:18 Revision 8375be04: Bump version to 2.7.8-20081201.
Nathan Scott
13:11 Revision 7c412735: Add the PCP::LogSummary perl module, which is a pmlogsummary
wrapper. This allows the exporting of logsummary data (this
is often to a spreadsheet) to be completely automated. ...
Nathan Scott

2008-11-27

16:22 Revision 3514c44f: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into nathans
Nathan Scott
16:15 Revision ba54f2c1: Fix the pmlogger_daily problem with daylight saving transitions.
Change the handling of time in the past to not use pmdate, and
algorithmic changes to avoid the problems associated w...
Ken McDonell

2008-11-26

15:13 Revision c3223ffd: Merge branch 'nathans' of git://oss.sgi.com:8090/nathans/pcp into dev
Signed-off-by: Jonathan Knispel <jkwaoz@sgi.com>
The commit message for
87bf1162aef138e7d9eec142f2cc446782511209 sho...
Jonathan Knispel
13:47 Revision 1cf1f160: Ensure deb packages end up in build/deb not the top level.
Nathan Scott
12:41 Revision 3581a649: Fix "make; make clean; make" which failed in the include
directory because the LDIRT there contained half of the
configure-generated files. This makes us deal the same
way w...
Nathan Scott
08:46 Revision 87bf1162: Remove README from memcache PMDA, this info is in the embedded
Perl POD within the pmdamemcache.pl script now. Jonathan Knispel

2008-11-25

18:12 Revision ecc2a160: Add the hinv.pagesize and hinv.nfilesys metrics into pmdawindows.
Nathan Scott
16:53 Revision 0469b3aa: Add a missing endian conversion in pmdumplog "raw" mode,
as reported here...
On Tue, 2008-11-25 at 09:38 +1100, Nathan Scott wrote:
> ... . Trying to get more info with -v ...
Ken McDonell
16:43 Revision a552bc84: Switch to using PdhRemoveCounter as recommended by the Windows
API documentation. Nathan Scott
16:40 Revision 2bd9f0b0: Windows PMDA fixes. Fix some of the pmdaCache uses that were not
passing in the indom identifier with the domain number OR'd in.
Fix the M_REDO flag, so that instances which require ...
Nathan Scott
16:38 Revision bfab9527: Fix typo in Windows PMDA README file.
Nathan Scott
11:25 Revision a5ebfdf7: Merge branch 'nathans' of git://oss.sgi.com/nathans/pcp into nathans
Nathan Scott
10:24 Revision e0ed285f: Update the makefiles for each of the Perl PMDAs to be able to
generate man pages for each, and install them appropriately
during the build.
Also added man page POD docs to the My...
Nathan Scott
10:21 Revision 6ee1ccbf: Add configure magic to find the pod2man utility, and some
makefile macros to use it. This gives us the ability to
generate installable man pages from inline "pod" docs in
the...
Nathan Scott

2008-11-24

21:51 Revision 7552b66a: Update the standard domain numbers to avoid conflicts once
more. Shift the Lustre PMDA to slot 93, to match the SGI
tree and avoid the memcache PMDA. Also shunt the KVM PMDA
...
Nathan Scott
10:03 Revision 1a10e27e: Manual pages for many of the Perl PMDAs. We should be able to
invoke pod2man to generate those for installation, but thats a
job for another day (as are the last couple of remaini...
Nathan Scott

2008-11-21

21:03 Revision 80245342: Fix build when Infiniband PMDA is not configured, after last change.
Nathan Scott
08:11 Revision 32f96056: Do not unconditionally add the Infiniband PMDA into the set of
DSOs which can be used via local context - only when configured
into the build. Noticed while debugging under Win32.
Nathan Scott
08:08 Revision beb84d86: Cleanup PCP_VAR_DIR setting on Win32 so we dont see dup //s on path lookups.
Nathan Scott

2008-11-17

21:28 Revision 090ba367: Bump development snapshot version number.
Nathan Scott
20:06 Revision a1316d39: Pick a unique, unused domain number (93) for the KVM PMDA,
and add kvm subdir into the build, only installed on Linux. Nathan Scott
08:57 Revision 0d1d1c66: Initial version of the KVM PMDA, exporting metric values exposed
by the Linux kernel virtualisation subsystem, KVM. Nathan Scott
 

Also available in: Atom