Project

General

Profile

Activity

From 2009-02-12 to 2009-03-13

2009-03-13

08:09 Revision e2663201: Replace xconfirm with pmconfirm from pcp-gui.
There's pretty much no situation where we want to use
xconfirm anymore - it looks tragic on current X11 (no
theme/des...
Nathan Scott

2009-03-11

13:29 Revision 7383bff1: Fix debian packaging issue with the Perl logsummary module (missing files).
Nathan Scott
13:27 Revision 2151078f: Merge commit 'nathan/nathans' into oss-dev
Martin Hicks
13:15 Revision eca401e3: Reserve a domain ID for SGI's 'sdr' PMDA
SGI is using this PMDA. Just reserving an ID so we
don't continue to use an already allocated ID.
Martin Hicks
12:58 Revision b111ed41: Improve regex and diagnostics in logsummary perl module.
Nathan Scott
08:09 Revision 83f84d44: Clarify usage message emitted by pmsignal.
Nathan Scott
08:09 Revision 25b76d50: Fix the Win32 build after a fresh git checkout.
Evidently the Win32 git port converts from *nix to DOS
line endings on checkout. This confuses the awk use in
pmgenm...
Nathan Scott
08:05 Revision 8d700e85: Update pcpintro, removing reference to no-longer-used env var.
Nathan Scott

2009-03-10

11:33 Revision f1669a6f: Rename metrictab variable in cluster PMDA
This avoids a symbol name clash when loading the IB PMDA
via a local context. The IB initialization routine was trod...
Martin Hicks
10:17 Revision d7922cc7: Fix memory leak in IB pmda
Calling umad_get_port() repeatedly leaks memory because the pkeys
structures are re-allocated each time.
This adds t...
Martin Hicks

2009-03-06

16:55 Revision 84a5cfd7: Tweak comment in pmafm config file - pcp-col is not an oss pcp term.
Nathan Scott
16:09 Revision ae3f9c5d: Oops, fix the build in pmclient.
Nathan Scott
15:56 Revision f178a94e: Bump version number date stamp.
Nathan Scott
15:52 Revision 6aea8a5d: Add network.interface.running metric to capture this Linux net iface state.
Nathan Scott
15:51 Revision 08db8fed: Allow pmsignal to send signals to multiple PIDs at once.
Nathan Scott
15:50 Revision 85e5833f: Use RUN_IN_BUILD macro for pmclient so all platforms settings picked up.
Nathan Scott
12:22 Revision 3d266525: Merge commit 'nathan/nathans' into oss-dev
Martin Hicks
12:09 Revision d1daf8b0: Fix memory leak when updating IB port
I think this is really a libibumad bug, but this works around
the problem. When calling umad_get_port() the library ...
Martin Hicks

2009-03-05

15:13 Revision 96e31797: Remove eol backquotes from AC_OUTPUT macro - confuses win32 autoconf.
Nathan Scott
15:04 Revision 32de42f4: Put pmconfig earlier on the build path, so Win32 builds can use it.
Nathan Scott

2009-03-04

16:27 Revision 5918abb8: Tweak startup order of net vs sockets for windows.
Nathan Scott
16:25 Revision bd968132: Make Windows process startup less chatty.
Nathan Scott
15:43 Revision 5583f66b: Put library build options all on one line.
This is so that we don't get spurious output in QA tests
installing PMDAs, which currently filter these lines out
(fa...
Nathan Scott
11:18 Revision e7d7b1df: Merge branch 'nathans' of git://oss.sgi.com/nathans/pcp into nathans
Nathan Scott
10:50 Revision 31de21d3: Updated perl excel-export demo to slim down dependencies.
Nathan Scott

2009-03-02

22:30 Revision acf62164: Change pmnewlog pmlogger-shutdown sequence to flush/exit/kill
instead of inadvertant earlier exit/newvol/kill sequence. Nathan Scott
22:29 Revision 69f31b96: Add missing dependency on install target for pmlogctl makefile.
Nathan Scott
22:28 Revision e081f3d5: Only create pmcd PID file when in daemon mode (not -f option).
Nathan Scott
22:27 Revision 7f4506bc: Use a common routine for checking and installing GUI config files
in pmdaproc.sh - only warn if files could've been installed that
were not.
Nathan Scott
15:01 Revision 9d0d1715: Improvements from Nathan for the Lustre PMDA
fix it so a DSO will work and make it so it doesn't crash if
the machine lacks the lustre /proc files.
Martin Hicks
14:50 Revision 3669ee5c: Remove a few contact addresses from license statements
I think I accidentally added at least one of these back recently. Martin Hicks
11:11 Revision 8aae0947: Merge branch 'nathans' of git://oss.sgi.com/nathans/pcp into nathans
Nathan Scott

2009-02-27

18:36 Revision 50686f06: Many PMDAs were installing makefiles that did nothing.
There's no good reason to do so, it just adds extra files
to the set we install - removed.
Nathan Scott
17:15 Revision d57f2171: In order to get cross-platform PMDA installs working, for
PMDAs that have installed makefiles, we need to know about:
- how shared libraries are built
- shared library suffix
...
Nathan Scott
10:50 Revision 21c6de88: Revert cpp macro botch in pmcd signal handling code.
Nathan Scott

2009-02-26

18:59 Revision 93fb7edf: Fix pmlogsummary when -T and -B/-p are combined.
A local variable required for later use of the -T argument
was being overriden by -B and -p option parsing, with some...
Nathan Scott
10:55 Revision f3db38db: Add configure check for ExtUtils::MakeMaker, required during the build.
Nathan Scott

2009-02-25

15:38 Revision 023925f1: Merge branch 'nathans' of git://oss.sgi.com/nathans/pcp into nathans
Nathan Scott
12:28 Revision 005a405f: Add README file for cluster PMDA
This was extracted from the slide set written by Mark.
It's still totally inadequate documentation for the cluster
PM...
Martin Hicks
12:24 Revision b55078fd: Rename pmclusterd initscript
As suggested by Nathan, I've renamed it to rc_pmclusterd.
It is still just stuck away in /usr/lib/pcp for now.
Martin Hicks
12:03 Revision 710d6acb: Add gitignore files so there are no 'Untracked files' after a build
Martin Hicks
11:47 Revision 5ae82212: add the Lustre PMDA
This was opensourced by SGI a while ago, but apparently never made it to the
GIT tree.
Martin Hicks

2009-02-24

15:41 Revision a47731a7: Slight rework of Windows-aware signal handling - turns out
that select is not interrupted by Win32 events, so we need
to respond to the event completely within its handler.
Nathan Scott
15:41 Revision 560717ac: Change pmproxy rc script to invoke pmsignal with a basename
in "killall" (-a) mode, like the other start scripts do.
.
Nathan Scott

2009-02-23

21:50 Revision 8bb3aa5d: Improve error handling, remove use of uninitialised variable.
Nathan Scott
16:49 Revision 08fea1c5: Build fix, handle SIGBUS more cleanly.
Nathan Scott
16:42 Revision ef7240c5: Implement SIGUSR1 and SIGHUP functionality on Windows.
The __pmSetSignalHandler and __pmResetSignal handler impl.h
routines are added to hide platform differences - simple
...
Nathan Scott
09:27 Revision e6c933f7: Build fix for debian/mips - linker error on pmProgname.
Debian bug 516582 describes a build failure on this platform:
> Automatic build of pcp_2.7.8-20090217 on ball by sbui...
Nathan Scott

2009-02-21

22:12 Revision 959de687: Initial conversion of Oracle PMDA to Perl.
This PMDA is incomplete. It is based on the original Oracle
PMDA that Jonathan wrote at SGI, which was recently rele...
Nathan Scott

2009-02-19

16:10 Revision 81f5d05d: pmsignal should live in PCP_BINADM_DIR of course.
Nathan Scott
15:53 Revision 4895fd2e: Rename win32 logger to pcp-eventlog for consistency.
Nathan Scott
15:45 Revision 7e39ac58: Remove use of a non-existent macro in src/pcp/GNUmakefile, and small tidyups there.
Nathan Scott
15:44 Revision 874cf06a: Support tools for sending "signals" to PCP tools on Windows.
Windows has minialistic support for the notion of (POSIX) signals.
This is a major problem for PCP, where asynchronou...
Nathan Scott
13:13 Revision 1e8514b8: Windows helper programs should use the native path syntax.
Nathan Scott
13:12 Revision 2cee55ac: Startup scripts cannot assume "pwd" will not contain spaces.
Problem discovered by Mikal Ward when running the rc_pcp script
on Windows, with working directory "C:\Program Files\".
Nathan Scott
11:05 Revision 57bb0176: Merge branch 'nathans' of git://oss.sgi.com/nathans/pcp into nathans
Nathan Scott

2009-02-17

09:23 Revision 2d8ec0c3: Bump datestamp version number for pkg upgrades.
Nathan Scott
08:34 Revision 332ae0e4: Make Perl PMDA makefiles more generic for easier use as templates
(for new, derived PMDAs that is). Nathan Scott
08:12 Revision f555004b: Porting botch - ensure pmtime clients read on the right fd.
That would be the file descriptor for reading, not writing,
bozo. Fixes up pmval in GUI mode (-g) once more.
Nathan Scott

2009-02-16

20:00 Revision 8a162f59: Run-time path separator and drive specification, for Windows.
On Windows we need to operate within a native (cmd.exe) shell
(for PCP commands) and POSIX shell environment (start s...
Nathan Scott
10:56 Revision 3fa0c8ae: Fix typo in aggregate cpu interrupt time metric on Windows.
Nathan Scott
10:55 Revision 04091e06: Allow record.c to be compiled under Windows native.
Nathan Scott
10:54 Revision 3b1f6ff5: Fix libpcp_gui makefile for Windows builds.
Nathan Scott

2009-02-13

22:57 Revision a213aa18: Bump build timestamp version number for snapshot update.
Nathan Scott
22:49 Revision 78e546b3: Fix record.c compiler warning after recent header cleanup.
Nathan Scott
22:31 Revision 11c0f1ce: Add a Perl interface for looking up instance name from identifier.
Mirrors a similar interface for the reverse lookup on metric name. Nathan Scott
22:27 Revision 8d7b1ea3: Agent reporting stats from the Linux bonding network driver.
In particular, exports bonding mode and links failure counts. Nathan Scott
22:24 Revision 7322e7a1: Remove undef use in add_indom call in Perl version of simple PMDA.
Nathan Scott
22:22 Revision bb6b977a: Pull the original record mode code + man pages into libpcp_gui.
This is generally useful for clients and needs no modification
to function with current generation GUI tools, so cont...
Nathan Scott
13:58 Revision 23aec228: Fix local context fetch
This one from Michael Newton:
"ancient, lurking, obscure bug of the day: requires a local context fetch from
multip...
Martin Hicks
13:29 Revision b8c2b164: Open source the cluster PMDA
This pmda was mostly written by Mark Goodwin to allow a push
style of metric reporting, rather than polled. It is in...
Martin Hicks
09:42 Revision 12364187: Add new X11 app-default directory
Some newer distros stick their X11 app-defaults files in
/usr/share/X11/app-defaults. Add this dir as option when lo...
Martin Hicks

2009-02-12

14:01 Revision f63b2d38: Merge branch 'nathans' of git://oss.sgi.com/nathans/pcp into nathans
Nathan Scott
13:54 Revision 3660e9cb: Remove unneeded comment, fix a typo.
Nathan Scott
13:51 Revision 1a2e9032: Remove rpm_versions check, Maxs change made these superflous.
Nathan Scott
12:32 Revision edfd7a97: Merge branch 'fedora10' of git://oss.sgi.com/makc/pcp into nathans
Nathan Scott
12:32 Revision 8e6052fc: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into nathans
Nathan Scott
12:31 Revision 03782434: Debian packaging work to create libpcp_gui library packages.
Nathan Scott
 

Also available in: Atom