Activity
From 2011-06-14 to 2011-07-13
2011-07-11
- 16:56 Revision d220b9a6: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
- 12:11 Revision bd4373ce: Update spec file too for following release.
- 12:11 Revision 693da106: Resolve several issues reported by newer lintian version.
- Debian packaging updates - no longer need shlibs.local, no
slash at the front of the conffiles exception, updated the... - 12:06 Revision d3a42408: Fix build on RHEL4, which has an old/moldy queue.h without TAILQ_NEXT.
- 12:05 Revision e74ad0d2: Fix man page typo reported by lintian (explict).
- 12:03 Revision 866acfa6: Whack-a-mole with /bin/pwd continues in pmie_daily.
- 12:03 Revision a257b360: Fix typo reported by lintian in pmlock command error message.
2011-07-07
- 20:40 Revision 84f5b653: pmcd.simabi - fixes
- Linux x86_64 - was x86-64 now x86_64
Mac OS X - was Mach-O now "Mach-O x86_64"
Itanium - was broken in build, now IA-64 - 07:05 Revision 45510417: pmdaevent.3 - minor troff tweak for ... at start of line
- 07:02 Revision a6a83eb0: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
- Conflicts:
src/pmdas/logger/event.c
Nathan and I had applied the same fix, differing only in whitespace. - 05:31 Revision 22401bcf: Rollup to 3.5.5 to fix more pmie/pmlogger_check/daily script /bin/pwd fallout.
2011-07-06
- 21:23 Revision 9825cf45: Rework the /bin/pwd -P workaround, not good for pmie_check.
- The use of eval was interacting poorly with the pmie_check
script, although fine for pmlogger_check. Use a simpler t... - 21:21 Revision 8b74968e: Rework Kens deb packaging fix for config files.
- lintian didn't like the previous way, and turns out theres
a simpler way - just list the extra conf files in a specia... - 15:10 Revision d29c6181: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
- 15:10 Revision 4502cb2d: Fix pmdalogger compiler warning in 64-bit builds.
- 13:55 Revision ab298d29: Fix /bin/pwd with -P for those platforms with no support for it.
- Commit cddf082ed4711273305880c7b2cb2add4ea60a1e has introduced an
unfortunate side-effect for some platforms where /b... - 13:52 Revision e3df76a3: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
- 13:52 Revision c8178d8c: Fix /bin/pwd with -P for those platforms with no support for it.
- Commit cddf082ed4711273305880c7b2cb2add4ea60a1e has introduced an
unfortunate side-effect for some platforms where /b... - 11:33 Revision c96136df: Bump pcp version to 3.5.3 for latest release.
- 11:10 Revision c654a722: Use direct event pointer in pmdalogger last event tracking.
- Instead of using pointer-to-a-pointer, easier to use a direct
pointer. Makes it a bit simpler to follow the code and... - 07:11 Revision e0a44e53: rc scripts - SuSE fix
- For SuSE (or at least for openSUSE 11.4), network is not started
by default for runlevels 2 and 4, and syslog is not ...
2011-07-05
- 21:04 Revision 083fcc72: pmda weblog - fix server.sh for Apache2
- QA 703 and 706 were failing with a more modern apache2 installation as
the only http server.
Fixed a number of probl... - 16:05 Revision 87a57c8f: logger pmda, pmlogsummary - fix compilation warnings
- 15:29 Revision 87c3311d: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
2011-07-04
- 12:55 Revision 0867ba13: Fix RUN_IN_BUILD_ENV for Win32 builds with pmcpp.
- The ways of Windows path resolution are subtle and bizarre
in the extreme. Using "../" (dot,dot,forward-slash) is no... - 12:01 Revision 7e40a459: Ensure compressed pmie log files are also cleaned up
- This relaxes the regex used to match pmie log files for
culling, so that compressed logs will also be considered
and ... - 11:48 Revision 59c1a9a1: Win32 porting issue in pmstore changes from a little while ago.
- 11:11 Revision 81f761a7: Cleanup namespace definition file for a couple of PMDAs.
- The logger PMDA included two definitions of its domain
number (likely historical, originally out-of-tree), and
shping... - 09:00 Revision abe057b4: Extend the event store mechanism to be more generally useful.
- Instead of just storing an integer 1 to the event trace metric,
send an arbitrary string. Contents and interpretatio...
2011-07-03
2011-07-01
- 11:56 Revision d4231df2: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
- 11:48 Revision 8100d333: pmcpp - tweaking following more testing
- - dirname() does not behave the same everywhere, ... sigh
- need to extend the search path for #include to include th... - 07:43 Revision 397ab4cc: pmcpp - fix Mac OS X built breakage
- - avoid strndup
- more serious problem with bootstrapping, need to use pmcpp from
the build in the build - 06:16 Revision 734c150e: Add memory limiting functionality to pmdalogger.
- Support for capping the amount of memory that will be held
for events, preventing a slow-client-fast-event-generator
...
2011-06-30
- 17:49 Revision 3815d1ce: Add pmcpp, retire run-time use of cpp
- This commit adds a new preprocessor (pmcpp) that is purpose-built for
processing ASCII PMNS files (and similar tasks)...
2011-06-29
- 15:22 Revision 870a2393: Add SQLServer metric for user settable queries.
- SQL Server provides for ten values which can be user-defined,
and exported via PDH - add in a single PCP metric with ... - 14:00 Revision 0add9728: Fix potential sigsegv in pmprobe fetching multiple live values.
- Having observed this intermittently in our production environment
for some time, finally managed to capture enough st...
2011-06-24
- 17:03 Revision c04166b3: Perl changes for Solaris.
- The Perl build environment for Solaris generates Makefiles that hand
off a bogus -KPIC option to gcc. Fixed in the *... - 17:02 Revision 50451070: $PATH change for Solaris
- Important things end up hidden in /usr/gnu/bin on Solaris, so
conditionally add this to the "blessed" PCP $PATH. - 16:58 Revision bccdea5d: debian/rules config file tweaking
- The set of files marked "config" in the package were just following
the default debian (everything below /etc) rules ...
2011-06-22
- 10:00 Revision 31b287f1: Fix two typo's in last commit to really fix Fedora15 build.
- Errant end of script marker, and systemsd is in bin not sbin.
2011-06-21
- 17:00 Revision e7a319a9: configure.in update for handling latest Fedora defaults.
- Rodney McKee reports his recent Fedora upgrade fails to build
PCP thanks to the configure script not finding init. s...
2011-06-20
- 13:08 Revision 89c5f59f: Fix typo in sample pmda sample_clr_xmit routine diagnostic.
- 13:07 Revision 766fc59b: pmdalogger support for storing into the event record metrics.
- This provides a simple security mechanism for sensitive log file
traffic by only allowing access to clients who can s... - 12:49 Revision 462b5d14: pmevent support for storing into the trace record metric.
- This provides a simple security mechanism for sensitive log file
traffic by only allowing access to clients who can s...
2011-06-19
- 10:07 Revision 0dfc3ce5: solaris pmda zpool_vdev_name() api change
- As of OpenSolaris pkg:/system/header@0.5.11-0.134.0.2 the header file
<libzfs.h> definition for zpool_vdev_name() inc...
Also available in: Atom