Project

General

Profile

Activity

From 2008-11-23 to 2008-12-22

2008-12-21

21:35 Revision e198379b: One more pmdate use removed.
Noop, as $tmp.merge is no longer used, as of the last round of DST
changes.
Ken McDonell
21:30 Revision 5905dad9: Merge branch 'dev' of git://oss.sgi.com:8090/kenj/pcp into dev
Ken McDonell
21:27 Revision 60302ceb: Fix day one bug in this code that is now causing segv
Initialization was clearly wrong from the time andor.c was created,
and more recent gcc versions are causing a segv i...
Ken McDonell
21:26 Revision cdb2b948: Trim help text lines to avoid QA failures.
Ken McDonell

2008-12-19

20:45 Revision 177d8965: The current PCP rpm build process fails on RHEL4, works on RHEL5.
Must be due to differences in rpm version - root cause is that we
are not initialising some infiniband related state ...
Nathan Scott
20:41 Revision f74aa8bd: Fix up a typo, improve some diagnostics in the PCP package build
process. Noticed when auditing for use in kmchart package build
on Win32.
Nathan Scott
08:31 Revision 3a0594c2: Do not waste time in the build installing man pages on Windows.
Nathan Scott
08:30 Revision ce44c90f: Further Windows-specific build and install tweaks.
Nathan Scott
08:26 Revision 4c67192b: Reinstate pmpost on Windows builds. Refactored the file locking
code to have platform-dependent sections in a separate function. Nathan Scott
08:11 Revision b5876b1e: Remove a no-longer-used local variable in Windows PMDA.
Nathan Scott

2008-12-16

11:15 Revision 2b2bd84d: Improve diagnostics in pcp-services program (win32).
Nathan Scott
11:14 Revision 1d22efb4: Unify service start script call mechanism (win32).
Nathan Scott

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
 

Also available in: Atom