Project

General

Profile

Activity

From 2009-11-14 to 2009-12-13

2009-12-10

17:45 pcp Revision 7a2edea2: Bump version in dev branch.
Nathan Scott
17:44 pcp Revision 44701bfd: Merge branch 'dev' of git://oss.sgi.com/markgw/pcp/pcp into dev
Nathan Scott
17:37 pcp Revision d57b16a4: Derived Metrics - interim commit
With these changes, the basic fetch and value propagation and
pmResult rewriting is done.
Still no arithmetic in the ...
Ken McDonell
16:29 pcp Revision 6d9fb815: Bump to 3.0.3-1 and tweak BuildREquires:initscripts
just for %{_vendor} == redhat (not needed for suse)
modified: CHANGELOG
modified: VERSION.pcp
modified: bui...
Mark Goodwin

2009-12-09

12:30 pcp Revision 7361c436: Fix RPM build error: BuildRequires initscripts
modified: CHANGELOG
modified: build/rpm/pcp.spec.in
modified: build/rpm/pcp_fedora.spec
Signed-off-by: Mark ...
Mark Goodwin

2009-12-08

09:27 pcp Revision 2a6af0c6: Add pmdaTreeSize helper calculating pmns tree size (for hash sizing).
Nathan Scott

2009-12-07

11:49 pcp Revision bbd1b2f5: Install the MMV PMDA (dso) by default, on all platforms.
Nathan Scott
11:48 pcp Revision 822b7173: Abstract common code from MMV for dealing with dynamic names.
Added pmdaTreePMID, pmdaTreeName, pmdaTreeChildren, and also
pmdaTreeRebuildHash (see comments in pmda.h) which imple...
Nathan Scott
07:33 pcp Revision 5f66071c: Derived metrics - stage II
Parser is done.
Basic hooks in place around context create and destroy.
PMNS services done.
pmLookupDesc working alth...
Ken McDonell

2009-12-04

08:54 pcp Revision a6233a42: Resolve issue with large point numbers in mac version strings.
Nathan Scott
07:33 pcp Revision 09d4e2ad: Rejig Mac OS X distro test to work on 10.4 properly.
Nathan Scott

2009-12-03

11:19 pcp Revision 5757fd25: Do not attempt to install Solaris files on other platforms.
Nathan Scott
10:13 pcp Revision 3be8afd8: Make Mac build work on both 10.6 _and_ 10.4 without change.
Nathan Scott

2009-12-02

21:19 pcp Revision 404f6c66: Attempt to make new and old (OSX 10.4/5/6) builds coexist better.
Nathan Scott
21:18 pcp Revision 6aafe9b5: Add new Sun build files into LSRCFILES so they get into src tarball.
Nathan Scott
21:02 pcp Revision f1322402: Merge branch 'smf' of git://oss.sgi.com/makc/pcp into dev
Nathan Scott
15:59 pcp Revision 287e9fc0: For PCP_BINADM_DIR, libexec needs /pcp/bin appended always.
Nathan Scott
15:22 pcp Revision 8348d70a: Merge branch 'dev' of git://oss.sgi.com/markgw/pcp/pcp into dev
Nathan Scott
15:22 pcp Revision a9c0194a: Rename the dev_udev cluster to sysfs_kernel.
Introduce sysfs.kernel to the namespace. There will be more sysfs_kernel
metrics in due course (e.g. /sys/kernel/slab...
Mark Goodwin
14:51 pcp Revision f142c954: Read from /sys/kernel/uevent_seqnum since /dev/.udev/uevent_seqnum has been deprecated.
modified: src/pmdas/linux/dev_udev.c
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com>
Mark Goodwin
13:16 pcp Revision 5d866ada: Update 3.0.2 release details for dev branch.
Nathan Scott
12:47 pcp Revision 07d4641b: Merge branch 'dev' of git://oss.sgi.com/markgw/pcp/pcp into dev
Nathan Scott
12:47 pcp Revision e896e0b9: Further cleanup of the libexec changes for PCP_BINADM_DIR.
Simplified the configure logic further by removing the 32/64 special
casing, and handing those more complex decisions...
Nathan Scott
12:38 pcp Revision 30e6296a: Adds support for basic udev event monitoring to the Linux PMDA.
Additional metrics for monitoring the udev queue, failed events
and status will be added later.
modified: CHANGEL...
Mark Goodwin
10:43 pcp Revision e389c79d: Merge branch 'dev' of git://oss.sgi.com/markgw/pcp/pcp into dev
Nathan Scott
10:42 pcp Revision 0fee0277: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
Nathan Scott

2009-12-01

22:21 pcp Revision 6ec40cb6: Support configure --libexecdir for $PCP_BINADM_DIR
Adds support for PCP_BINADM_DIR=/usr/libexec/pcp/bin on platforms that
use libexec, and use it explicitly in the Fedo...
Mark Goodwin
17:25 pcp Revision 74bd314e: Merge branch 'dev' into derive
Ken McDonell
17:20 pcp Revision b6f50cf5: mmv pmda - add mmv.debug
Add the metric, store support so it can be set on the fly, help text.
Also added some initial diagnostics to help wit...
Ken McDonell
13:20 pcp Revision 2bf3ebab: Integrate PCP into Solaris Service Management Facilicy
Add postinstall/preremove scripts to update SMF entries for pmcd, pmie
and pmproxy. On install import entires into SM...
Max Matveev

2009-11-30

16:44 pcp Revision 1b9a8068: Missed a file on earlier MacOS X 10.6 64 bit build checkin.
Nathan Scott
14:03 pcp Revision 96b818de: Improve pcp-glider commands interaction with Cygwin shell.
When running pcp command shell scripts from a Cygwin/ssh shell, we
also want to use the sh that comes with Glider, no...
Nathan Scott
11:06 pcp Revision 239ecbcb: Two changes to get PCP up and running on 64 bit Mac OS 10.6.
Generate universal binary version of all libraries (so, both 32
and 64 bit code included in the one binary).
The chm...
Nathan Scott
11:03 pcp Revision 38b581ed: Make pmdacisco work for our local office router (2960 model).
There's a problem in the parsing code where both a username and password
are required. The username extraction ends ...
Nathan Scott
07:06 pcp Revision 55b57946: mmv help text file removed
Ken McDonell
07:03 pcp Revision 764e3002: mmv.reload help text changes
Because mmv.reload is below the root of a dynamic PMNS subtree at
mmv, the name mmv.reload cannot be resolved by newh...
Ken McDonell

2009-11-29

06:59 pcp Revision 51fca57b: record.c replace mktemp() with mkstemp() when available
Removes a compilation warning in the build, and use of mktemp() that
has been removed elsewhere in pcp.
Ken McDonell

2009-11-28

06:59 pcp Revision 43404d2f: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
Ken McDonell

2009-11-27

09:46 pcp Revision 07a0a63f: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
Nathan Scott

2009-11-26

10:23 pcp Revision 9cc29e2a: Add PMLOGGER_REQUEST_TIMEOUT support
Setting $PMLOGGER_REQUEST_TIMEOUT in the environment defines a number
of seconds for the timeout to be applied to in...
Ken McDonell

2009-11-24

10:35 pcp Revision 34a1ac4e: Improve pmstat handling of a terminal resize, wrt header reporting.
Nathan Scott

2009-11-23

11:34 pcp Revision 71a54964: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
Ken McDonell
11:33 pcp Revision 356fb7a5: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
Ken McDonell

2009-11-21

09:09 pcp Revision 985d91be: dbpmda Add missing help
Grammar and verbage support for extended help for additional commands
added in the dynamic PMNS changes.
Ken McDonell

2009-11-20

13:09 pcp Revision 997884f1: Fix typo in debian changelog.
Nathan Scott

2009-11-19

15:27 pcp Revision 41fbe771: Quieten build, add changelog for 3.0.2 stuff so far.
Nathan Scott
15:09 pcp Revision 1f1fbec0: Merge branch 'dev' of git://oss.sgi.com/mort/pcp into dev
Conflicts:
src/pmdas/GNUmakefile
Resolved: infiniband is removed, dtsrun is introduced.
Nathan Scott
15:04 pcp Revision f6bb4058: Remove yet more bogus uninitialised variable warnings.
Nathan Scott
13:53 pcp Revision 938c546c: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
Nathan Scott
13:47 pcp Revision 68095722: Add decoded metric type/semantics info into mmvdump.
Nathan Scott
13:25 pcp Revision 95085023: Include the dtsrun (Data Transformation Services) PMDA.
This instrumentation is extracted from the dtsrun executable
which performs database transformations for SQL Server. ...
Nathan Scott
13:16 pcp Revision 047b4f34: Improvements and fixes to the PCP::PMDA perl module (1.08).
Correct the export name used for reverse mapping instance
name to instance identifiers. Add a fast path in here as
w...
Nathan Scott
13:07 pcp Revision 4959e511: Add a few missing gitignore lines in various Perl PMDAs.
Nathan Scott

2009-11-18

07:24 pcp Revision e490d2ca: txmon.c Bad call to pmdaInit()
'Tis unbelievable that this bug has persisted for so long ... we were
trampling over random memory and only by good l...
Ken McDonell
06:17 pcp Revision 9990999a: pmdaproc.sh Cleanup
Significant change is to _not_ use -n option to pminfo unless -n was
specified in the command line. This is needed t...
Ken McDonell
06:14 pcp Revision 5ae6e920: units.c Fix day 1 error
Wrong variable used and uninitialized value was being used ...
previous code was 100% wrong, but had low probability ...
Ken McDonell
06:13 pcp Revision a200cebd: pmns.c Rework last PMNS_LEAF_* changes to make them correct this time!
Ken McDonell
06:12 pcp Revision c4491479: INSTALL Toolchain problem persists with Ubuntu 9.10
Ken McDonell
06:10 pcp Revision 86795a1e: rc_pcp Drop -h localhost from pmcd_wait call
Cosmetic cleanup ... pmcd_wait and pmcd_wait -h localhost behave
exactly the same.
Ken McDonell

2009-11-16

16:45 pcp Revision 248bff81: Derived Metrics - preliminary checkin
Nothing is really working yet ... add some new functions for libpcp,
add -c dmfile for pminfo to force loading of a s...
Ken McDonell
16:44 pcp Revision d0aa0a18: Fix troff formatting error.
Ken McDonell
16:41 pcp Revision c46e28a5: Revert "pmdaproc.sh Fix pminfo usage"
This reverts commit d439aa938f9e9edd20b4bb8761251839008ea378.
Back out my changes to redo after discussion with Nathan.
Ken McDonell
13:44 pcp Revision 5f8018e7: Mark some other generated files for ignoring by git
Nathan Scott
13:43 pcp Revision 9569a358: Convert pmdammv to using the new dynamic namespace interfaces.
This change convert pmdammv to use the libpcp_pmda dynamic namespace
interfaces instead of the traditional pmcd names...
Nathan Scott
13:34 pcp Revision bc6b4c52: Add dynamic pmns man pages into the generated packages (binary and source).
Nathan Scott
13:34 pcp Revision d3668810: Fix spelling mistake in impl.h
Nathan Scott
13:33 pcp Revision 6c861322: Fix a table-width error being reported by man with --warnings and 80 column width (pmdatrace.3).
Nathan Scott
06:18 pcp Revision d439aa93: pmdaproc.sh Fix pminfo usage
pminfo is used in several places within the script ...
pminfo
pminfo -h localhost
pminfo -n $NAMESPACE
pminfo -h ...
Ken McDonell
 

Also available in: Atom