Project

General

Profile

Activity

From 2009-07-30 to 2009-08-28

2009-08-28

08:44 Revision 210be7f6: Correct some regular expressions in Samba PMDA.
Of particular note, some of the heading lines in the
smbstatus --profile output have trailing whitespace.
Otherwise, ...
Nathan Scott

2009-08-27

14:26 Revision 0758690b: Descend into samba PMDA during the build (SUBDIRS update).
Nathan Scott
14:25 Revision 9e758dd2: Add kernel.all.uptime to the Windows kernel agent.
This code uses the PdhGetFormatterCounterValue API, which we
have not used before on Windows, hence the changes to li...
Nathan Scott
10:21 Revision b0cbeab4: Rearrange platform-specific handling in pmdaproc.sh.
Keep everything that does platform-specific stuff in one
place now, run early on, instead of all over the shop.
The ...
Nathan Scott
09:20 Revision ac9170cf: Initial version of the (perl-based) Samba PMDA.
Nathan Scott

2009-08-26

11:46 Revision e00aafe7: Fix inconsistent metric name in pmdasimple.pl - simple.now was wrong.
Nathan Scott
11:02 Revision e937d833: Remove hard-coded path in the perl variant of the simple PMDA (thanks Mark).
Nathan Scott
11:00 Revision 531de744: Use PM_IN_NULL in pmdasimple.pl so it functions correctly on all platforms.
Nathan Scott

2009-08-24

10:58 Revision 956be698: Merge branch 'dev' of git://oss.sgi.com/nathans/pcp into dev
Nathan Scott
10:57 Revision 7bf0f27d: Merge branch 'solaris' of git://oss.sgi.com/makc/pcp into dev
Nathan Scott
09:03 Revision 309e7be9: Add PCP::PMDA helper routines for determining native long sizes.
Nathan Scott
09:01 Revision 90e8cd86: Extend MMV to allow teardown of MMV file, and set errno on failure.
Setting errno helps alot with diagnosing mmv_stats_init() failures. Nathan Scott
08:56 Revision d4732eb5: Initial stable (1.00) version of MMV Perl interface.
Changes include:
- added stop interface
- added stats_set interface
- fixed incorrect memory ...
Nathan Scott

2009-08-21

15:34 Revision 797daa3c: changes following Jarod Wilson's review
modified: VERSION.pcp
modified: build/rpm/pcp.spec.in
modified: build/rpm/pcp_fedora.spec
- fixed licenses
-...
Mark Goodwin
15:33 Revision ccd966f8: install .NeedRebuild so help clean up the RPM spec
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com> Mark Goodwin

2009-08-18

18:57 Revision 71545fe1: reconcile pcp spec with pcp_fedora (as far as possible) and bump version to 3.0.0-3
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com>
Changes committed:
modified: CHANGELOG
modified: VERSION.pcp...
Mark Goodwin

2009-08-17

18:52 Revision 3db8e4f3: Release zpool resources when finished updates
It's not documented but it's obvious that zpool_iter expects the
callback to call zpool_close to release resources as...
Max Matveev

2009-08-14

14:58 Revision 35c230ef: Correct the metric units for several Windows per-process memory metrics.
Nathan Scott

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
 

Also available in: Atom