Project

General

Profile

Activity

From 2009-07-15 to 2009-08-13

2009-08-12

00:01 Revision 758b2b70: Eliminate incidents of crime against whitespace
Max Matveev

2009-08-11

23:55 Revision 012af5fa: Hide instances for destroyed pools and filesystems
In Solaris PMDA if a zpool or a zfs is removed make sure that the
corresponding instance disappears from the list of ...
Max Matveev

2009-08-07

11:22 Revision a8cbf7b8: Revert __pmProcessTerminate() change.
Since perl PMDAs are now all running in their own process group revert
to allow kill(0, ...) to proceed.
Ken McDonell
10:29 Revision c156bf3b: clusterPMDA: Document the option of using per-host config files
I'd forgotten that this existed until I was looking at the code
today. Also install the README file into the PMDA di...
Martin Hicks

2009-08-06

18:35 Revision 8ea858d2: Merge branch 'dev' into pmns
Ken McDonell
18:18 Revision 9b4b9351: Guard in _pmProcessTerminate() to prevent killing all member of process group.
Problem exposed by qa/162 and perl implementation of news pmda. Ken McDonell
18:16 Revision 7f72e4ac: Second round of changes for PMDA_INTERFACE_4 dynamic metrics.
DSO mode PMDAs (sampledso) is very close to working correctly now. Ken McDonell
15:43 Revision 27ed44a7: Mention that the IB PMDA support PM_CONTEXT_LOCAL
Just set an environment variable to make use of the Evil. Martin Hicks
12:14 Revision ead91ffc: update changelog and delete unncessary Vendor string
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com> Mark Goodwin
12:06 Revision b77cb57b: also bump the src tarball version
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com> Mark Goodwin
12:01 Revision 6c831105: bump to 3.0.0-2
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com> Mark Goodwin
11:37 Revision 99aa1c21: merge pcp-2.9.0-1 dev
modified: CHANGELOG
modified: build/rpm/pcp.spec.in
modified: debian/changelog
modified: debian/control...
Mark Goodwin
11:05 Revision ef9852c9: Changes to the Fedora RPM spec in response to review feedback:
- Incorporate a large number of suggestions and cleanups from Eric Sandeen
- Greatly simplified the %post and %post...
Mark Goodwin
10:17 Revision 88c3b113: git ignore generated gram*.tab.c
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com> Mark Goodwin
10:12 Revision 0fe59427: preserve generated gram.tab.c because debuginfo needs it
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com> Mark Goodwin
09:21 Revision 385ce8e1: fix minor typo in comment
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com> Mark Goodwin

2009-08-05

16:52 Revision b8cb2dd7: Merge branch 'solaris' of git://oss.sgi.com/makc/pcp into dev
Nathan Scott
16:51 Revision 1c47a24d: Ignore all MMV files that begin with a period.
Nathan Scott
02:10 Revision 4bc07625: Add network metrics to Solaris PMDA
Use MIB2 interface available via TI to extract IPv4 interfaces and UDP stats
from the kernel.
The good/bad fetch is ...
Max Matveev

2009-08-04

12:19 Revision 4e1e119b: dont install trace demo binaries since src is installed anyway
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com> Mark Goodwin

2009-08-03

10:33 Revision 234ffe3f: Report ZFS statistics from Solaris PMDA
Use libzfs interfaces to extract some data about ZFS "dataset". Datasets
are filesystems, snapshots and volumes, the ...
Max Matveev
01:59 Revision 5da67384: Export zpool stats from Solaris PMDA
Use libzfs to extract zpool stats like capacity, iops, bandwidth etc Max Matveev

2009-08-02

23:05 Revision 684232a1: Put 64 bit libraries into the right place on Solaris
Solaris keeps its 64 bit shared libraries in /usr/lib/64 - use the pointer
size to decide if we're building 32 or 64 ...
Max Matveev
04:11 Revision 3cf745f6: Generate packages for Solaris
Max Matveev
03:03 Revision 74c7543c: Allow user to choose her compiler
New autoconf attempts to compile the headers as part of AC_HEADER_CHECK.
It AC_PROG_CC is not called then AC_HEADER_C...
Max Matveev

2009-07-31

15:44 Revision 5dc76a38: RPM spec specifically for the Fedora Project.
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com> Mark Goodwin
15:40 Revision 12746054: tweak configure to move PCP_BINADM_DIR out of /usr/share, into /usr/lib.
Arch dependent binaries should not be installed below /usr/share.
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com>
Mark Goodwin
11:47 Revision 17700e2b: delete unneeded explicit script interpreter to keep rpmlint happy
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com> Mark Goodwin
11:33 Revision b971772c: pmpost does not really need to be setuid
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com> Mark Goodwin
11:11 Revision 0a4cd4b8: Nuke migrate_pcp_var_dir, no longer needed
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com> Mark Goodwin

2009-07-30

18:25 Revision bf98168e: default chkconfig off for all PCP services
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com> Mark Goodwin

2009-07-29

20:38 Revision 679b9d50: Initial work for PMDA_INTERFACE_4 and new sample.secret.* dynamic metrics.
Ken McDonell
20:38 Revision 6c17c674: Remove log files that were added by mistake.
Ken McDonell
20:34 Revision a707483a: Second round of PMDA_INTERFACE_4 and dynamic PMNS changes.
Gets things working for DSO PMDAs. Ken McDonell
20:31 Revision 8e0f63db: Extending domain number to 9 bits (continued).
Ken McDonell

2009-07-27

19:59 Revision f2866c9e: Bump version to 2.9.0.
Mark Goodwin
19:57 Revision d3f630a2: Tweak Debian perl packaging with explicit dependencies, resolving build warnings.
Mark Goodwin
19:56 Revision e6933348: Make the pcp2.x RPM provide pcp-devel and pcp-libs
This RPM packaging change makes it easier for dependent
packages such as pcp-gui to transition to pcp-3.x, where
we h...
Mark Goodwin
15:23 Revision 3687851a: Split apart the POSIX and Win32 daemon PMDA code in pmcd.
No longer use a wrapper for the Win32 implementation either, which
allows us to have finer control over opened/closed...
Nathan Scott
14:07 Revision ee52cf1d: When starting a PMDA in socket mode, we must mark the file descriptor as such.
In order for socket communication to function on Windows, socket fd's must be
flagged (and hence distinct from pipes,...
Nathan Scott
14:04 Revision bd586265: Fix a typo in a comment in pmcd code.
Nathan Scott
09:37 Revision 61c43f88: Merge branch '3.0.0' of git+ssh://markgw@oss.sgi.com/oss/git/markgw/pcp/pcp into dev
Mark Goodwin
09:32 Revision 3baf8e7a: take -fstack-protector-all back out again since it's only supported with newer compilers. Probably should add a configure test for it at some stage
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com> Mark Goodwin
08:45 Revision eb409a0c: PowerDNS PMDA's packetcache_size and qsize_q are instant values, not counters
Josef 'Jeff' Sipek
08:44 Revision c8728d91: Update pmlogger -x message - kill is now (cross-platform) pmsignal.
Nathan Scott

2009-07-23

15:18 Revision 47a82efa: Tweak deb package long descriptions for bug 537563.
Nathan Scott
14:49 Revision 0b9600ed: Add a new PMDA for the PowerDNS daemon (www.powerdns.com).
Josef 'Jeff' Sipek
14:32 Revision df6f93cd: Remove a duplicated metric from the MySQL PMDA.
Problem reported by Josef Sipek, install of this PMDA now
fails due to reworking of the pmns generation code, before
...
Nathan Scott
13:26 Revision 737b6904: Improve error reporting in pmcd on Windows.
Should we be asked to open a UNIX domain socket channel to a
PMDA on Windows, improve the message for easier diagnosis.
Nathan Scott
13:25 Revision c87287e7: Improve error reporting in PCP::PMDA perl module.
When failing to build the PMNS file, additional diagnostics
would be helpful to pinpoint the source of the error.
Nathan Scott
11:39 Revision 910d640b: Merge branch '3.0.0' of git://oss.sgi.com/markgw/pcp/pcp into dev
Mark Goodwin

2009-07-22

17:02 Revision 0c1b4b2f: Tweak RPM dependency rules for 2.x -> 3.x upgrades and
massage the PCP RPM spec to reduce rpmlint noise.
Also added -fstack-protector-all to Linux PCFLAGS.
On branch 3.0....
Mark Goodwin
13:37 Revision 7f3bf2c9: Ensure the Perl PMDA process runs in its own process group,
and ignore SIGTERM in the atexit handler. This resolves an
issue with the earlier fix for reaping children.
Nathan Scott
11:52 Revision d597f63b: Comment out some diagnostics in named PMDA.
Nathan Scott
11:44 Revision c9b822c2: Add the named PMDA, initially supporting BIND 9.4.
Rodney McKee
10:18 Revision cf003f4d: Merge branch 'dev' of git://oss.sgi.com/mort/pcp into dev
Nathan Scott

2009-07-21

17:34 Revision fcca6023: Do not create infiniband pmda config file by default
In order to simplify monitoring in the simple case where a
machine has a single Infiniband interface, the config file...
Martin Hicks
17:31 Revision 84024397: Manpage for the infiniband PMDA
Martin Hicks

2009-07-16

16:59 Revision fee86f65: Rework the special SGI CPU numbering logic in the Linux PMDA.
This resolves a buffer overflow bug in the use of realpath(3)
in this routine, which was being passed a too-small buf...
Nathan Scott
16:54 Revision 67ae7fd9: Resolve a valgrind reported problem when initing Linux loadavg metric.
Ensure read buffer is initialised to zero, and also check the return
code for a failed read syscall.
Nathan Scott
 

Also available in: Atom