Activity
From 2010-06-24 to 2010-07-23
2010-07-23
- 15:27 Revision 9cac4638: Export information about ZFS' Adjustable Replacement Cache via Solaris PMDA
- Inspired by arc_summary by Ben Rockwood.
2010-07-22
- 17:01 Revision b541e619: libpcp_import - minor fixes
- 16:59 Revision 67f5e96e: sar2pcp - libpcp_import and PCP::LogImport example
- Requires sar/sadc/sadf via the syssat project at
http://freshmeat.net/projects/sysstat/ - 15:11 Revision 0c1e25db: Update help text for metrics from Solaris PMDA
- Now all metrics exported by the PMDA have at least a one-line help text.
- 12:59 Revision 6c9b82ba: Remove no longer used bat file from install.
- 12:21 Revision 38932b73: Add memory metrics to Solaris pmda
- 11:20 Revision d97530a8: Merge branch 'dev' of ssh://oss.sgi.com/oss/git/pcp/pcp into dev
- 11:18 Revision 2c3d78d3: Update version of pcp packages included in pcp-glider.
2010-07-21
- 16:14 Revision 449289cd: Expose fsflush information via Solaris PMDA
- fsflush data are not available via kstat or any other forms
of API so I've had to add the kmem scrubber to the list o...
2010-07-18
- 15:42 Revision 91660e49: libpcp_import - cache last return value
- Save last library return value for each context, so that pmiErrStr(-1)
can generate the text for the _last_ error cod... - 15:40 Revision 2285e3ff: libpcp_import - check to avoid multiple values for the same instance
- When adding values for a metric-instance with an underlying indom,
ensure each inst appears at most once in each pmRe... - 15:37 Revision 9a3d76f2: libpcp - tighter checking in __pmPutLogIndex
- Exposed in libpcp_import checking, need guard in __pmPutLogIndex to
protect against __pmLogCreate failing earlier. - 15:35 Revision 4dc93c5c: libpcp_import and PCP::LogImport - documentation and minor changes
- Man pages for all the routines and perldoc.
Also reserved domain (245) renamed to PMI_DOMAIN. - 14:42 Revision 4f503a1d: Minor documentation changes.
- Just tidying some typos, formatting errors and missing references.
2010-07-16
- 15:57 Revision 57ced504: Clean up pmns debris on upgrade
- On Solaris upgrade is performed by removing the old version
and installing the new one which, unfortunately, clobbers... - 15:55 Revision 740636ec: Use correct structure to extrace zpool's write counters
- 13:52 Revision 39f86851: Bump version for minor bugfix release.
- 13:48 Revision ac7232e3: Fix compiler warning about ignored results from strtol and friends.
- 13:46 Revision 75d27619: Remove message from libpcp_pmda about unknown PMID for v4 PMDAs.
- If a client starts up and monitors a dynamic metric, whenever
that metric goes away (e.g. MMV, monitored process stop... - 13:20 Revision 29cdc1a6: Fix compiler warning re ignoring fscanf return value.
- 12:07 Revision cc03923d: Remove fedora spec at Marks suggestion, checked into Fedora cvs now.
2010-07-15
- 15:29 Revision b6d64e7c: Fix up two off-by-one errors in mem allocation for new numa metrics.
- 15:28 Revision a52a00a7: Fix up kernel.uname.distro botch, and make it work for current ubuntu.
2010-07-14
- 20:31 Revision 3c2b151b: libpcp timezone services rework
- Changes to ensure putenv() is called with a malloc'd buffer rather
than a static char[] buffer. This avoids a proble... - 20:31 Revision 8eda5868: libpcp timezone services rework
- Changes to ensure putenv() is called with a malloc'd buffer rather
than a static char[] buffer. This avoids a proble... - 20:31 Revision 5e79282c: libpcp_import - improve .gitignore
- 07:06 Revision 1cbe04e8: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
- Conflicts:
src/cpan/GNUmakefile
Gloder and LogImport collision ... fixed. - 07:01 Revision 0e14713c: libpcp_import and PCP::LogImport Debian packaging.
2010-07-13
- 22:16 Revision 5c22a1c5: libpcp_import - build tweaks
- Getting closer to integration into the build ... still packaging work
to be done. - 16:33 Revision eeeed4a0: libpcp_import - initial checkin
- Adds libpcp_import (source and headers, no man pages yet) and
PCP::LogImport Perl module as wrapper (also no document...
2010-07-10
2010-07-09
- 22:11 Revision 5a6dc283: gpsd PMDA cleanups
- * gpsd.devices.dev0.{x,y,v,t,h,g,p}dop need to be floats
* remove tabs from source in favor of 4 spaces
Signed-off-b... - 20:26 Revision 90d15eaf: Bump version number in the dev branch for bugfix release.
- 17:58 Revision 166bc9c7: Add a new gpsd PMDA.
- 17:44 Revision 4c4fa072: Make freebsd compiler options match linux, from debian freebsd guys.
- 17:00 Revision b2ce2bf9: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
- 16:27 Revision caa43fb8: Don't ship the perl-PCP man pages in pcp-libs-devel since
- they're already shipped in the perl-PCP packages.
modified: build/rpm/pcp_fedora.spec
Signed-off-by: Mark Goodwin... - 16:00 Revision 9f867646: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
- 15:59 Revision 6ebfd632: Ditch setup.bat from glider, causing too much pain.
2010-07-08
- 14:58 Revision 36bb93cc: Make libpcp_trace link with libpcp to pick up porting symbols.
- 14:26 Revision afc2c541: Avoid a mingw64-compiler-runtime bug in gettimeofday.
- This introduces a __pmtimevalNow libpcp (porting) routine and
makes use of it throughout pcp in place of direct getti... - 14:23 Revision 7df01cc8: Ensure install-sh ends up in devel package on debian, where it belongs.
- 14:22 Revision 0901d68c: Remove unused configure.in check for gettimeofday.
- 12:58 Revision e8dc3fd4: Use timespec from sys/timeb.h on Windows, for 32/64 bit time_t goodness.
2010-07-03
- 06:49 Revision da51dacf: Merge branch 'dev' into import
- 06:46 Revision 62af2381: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
- 06:45 Revision d37c3db3: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
2010-07-01
- 18:06 Revision 931aa9dd: Cleanup some more bogus gcc warnings.
- 08:23 Revision 732e4c42: Add in icon files for PCP::Glider build.
- 08:18 Revision 18ca05a9: Move PCP::Glider perl module into pcp source tree.
2010-06-30
- 07:25 Revision 219cae60: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
- 07:17 Revision 573e5bd9: Makepkgs - Ubuntu build problems
- The ix86 toolchain is still broken in Ubuntu 10.04 ... update the
INSTALL notes (pointing out the first few QA failur...
2010-06-29
- 20:15 Revision 693c8936: Merge branch 'dev'
- 20:14 Revision 93318121: Merge branch 'master' of git://oss.sgi.com/pcp/pcp
- 14:06 Revision 248e7348: Bump fedora spec to 3.3.1-1
- Signed-off-by: Mark Goodwin <mgoodwin@redhat.com>
- 12:50 Revision 82beaf39: Bump version to 3.3.1 for bug fix point release.
- 12:50 Revision db2cf477: Add sys/stat include into cgroups code for Fedora 13.
- 12:00 Revision 4f4e8978: Merge branch 'dbpmda' of git://oss.sgi.com/makc/pcp into dev
- 11:59 Revision b8447dbb: Fix a sigsegv in pmdalinux in pernode cpu metrics.
- We need to ensure whenever the cpu indom is updated that
the node indom is done too - we were calling the update
rout... - 11:53 Revision b28518f0: Trivial cleanups in pmimport code.
2010-06-28
- 18:23 Revision cb965551: Don't kill dbpmda is namespace cannot be loaded
- Firstly, if the namespace loading has been started by did not finish
then the namespace must be unloaded before anoth... - 08:50 Revision eccdd83c: Resolve odd windows build error wrt dlltool not having paths correct.
- 08:45 Revision 1bb3c5a2: Fix comment in pmie_check wrt pmieconf since its move.
2010-06-26
- 17:28 Revision 02cb57ff: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
- 17:24 Revision 2f874fdc: pmimport - some trivial prework
- Ahead of doing something serious about pmimport
- add the man1 and man3 man pages (in the tree, not built)
- rename t...
2010-06-25
- 22:26 Revision f6786be2: Update changelog to document all the changes in 3.3.0.
- 21:08 Revision 1acea6f9: Add Linux kernel statistics related to XFS btree operations
- 16:24 Revision bc0c0f41: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
- 15:27 Revision 26bdaabf: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
- 15:22 Revision 9b7878fd: pmieconf - Windows build fix
- 11:35 Revision 6e14ac88: pmieconf - better platform dependencies framework
- Also initial selection of rules for Mac OS X.
- 10:12 Revision 5fd8f33d: Merge branch 'dev' of ssh://oss.sgi.com/oss/git/pcp/pcp into dev
- 10:08 Revision 7efc0a21: Fix compiler warnings on 64bit platforms for some Linux metrics.
- 09:40 Revision fdb7f3e5: Ensure xfs_buf metrics are refreshed when requested on their own.
- Also removed the ancient pagebuf backward compatibility stuff.
2010-06-24
- 18:14 Revision d46c14f1: fix %files patterns in Fedora spec after recent pmlogconf changes
- 14:10 Revision 305cf7e2: Make the entire cgroup.* namespace subtree dynamic.
- Previously we did cgroup.group.* but that creates a
problem when theres no groups (no cgroup subsystems
active at all... - 14:01 Revision 6a384db9: Ditch an unconditional debug printf from recent node/cpu changes.
Also available in: Atom