Project

General

Profile

Activity

From 2009-01-27 to 2009-02-25

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

2009-02-11

18:40 Revision 7a591c29: Specify macros on the command line for rpm build
rpm 4.6 deprectated the macrofiles in the rpmrc file so switch to
specifying macros on the command line for the rpm...
Max Matveev
13:37 Revision 15bde811: Remove __pmConnectHostMethod dangling declaration
The definition of this disappeared in
1910a722c4aed2a8706ed3ac97fceeeba9b133fd
Signed-off-by: Martin Hicks <mort@sgi...
Martin Hicks

2009-02-09

09:10 Revision 7c28be09: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into nathans
Nathan Scott
09:08 Revision ff89204b: Bump version number for rpm/deb upgrades.
Nathan Scott

2009-02-08

06:38 Revision 33c1eb38: Add -t want option
Most useful for situations where pmlogger_daily fails, but only sometimes.
This option turns on very verbose tracing ...
Ken McDonell

2009-02-06

16:46 Revision 46b0d980: Rename a too-generic libpcp_gui source file to something more specific.
Nathan Scott
16:44 Revision cbf410c4: Migrate kmsnap env variable over to pmsnap.
Nathan Scott
15:51 Revision c3b040fa: Remove pmdumptext and the original PMC code, docs, etc.
These things are now provided by the pcp-gui package, and
there are no longer and remnants of C++ code in base PCP.
T...
Nathan Scott
15:10 Revision 376a153e: Tweak wording in PCP LSM entry.
Nathan Scott
15:07 Revision 6e2da545: Rename libkmtime.a to libpcp_gui.a. Update pmval code to use it.
Nathan Scott
14:50 Revision bb94864b: Rename "kmchart" package over to "pcp-gui".
Nathan Scott

2009-02-04

14:49 Revision 8b9068b3: Merge branch 'nathans' of git://oss.sgi.com/nathans/pcp into nathans
Nathan Scott

2009-02-03

18:24 Revision bad35595: Extend pmwtf so that it can used on different timespans in each log.
This is useful in the case where a utilisation spike occured, and
you wish to compare a time range with the spike to ...
Nathan Scott
17:58 Revision 9aad0280: Fix pmlogsummary so that a time window based report (-S/-T)
uses the time window as the range for determining whether a
metric covers 90% of the log.
Nathan Scott
17:29 Revision 90dba691: Fix secret agent mode regression in pmie.
The pmie log-rotation-via-SIGHUP change accidentally regressed
the pmdasummary use of pmie, as it changed the way ope...
Nathan Scott
17:14 Revision 316f8f47: Improve last change to pmie2col after Kens review.
delim="$OPTARG" (quoting helps prevent badness ... same is true for
wid, but less of an issue there given the likely ...
Nathan Scott
17:01 Revision 15943001: Make dbpmda mimic pmcd in handling POSIXLY_CORRECT getopt(3)
Nathan Scott

2009-01-31

19:52 Revision f233aa85: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
Ken McDonell
11:43 Revision 7688dded: Fix %v value extraction for aggregate operators.
Problem found by Nathan Scott with this sort of expression
test2 = sum_inst(kernel.all.load) >= (kernel.all.load ...
Ken McDonell

2009-01-29

14:34 Revision cc6773f7: Merge branch 'nathans' of git://oss.sgi.com/nathans/pcp into nathans
Nathan Scott
13:19 Revision bd03ec57: Bump snapshot version number for rpm/deb upgrades.
Nathan Scott
13:16 Revision 4b63ee1c: Simplify importing pmie2col output into a spreadsheet.
Added a -d <delim> option, along the lines of pmdumptext.
Also added sed line buffered mode support for some non-Linu...
Nathan Scott

2009-01-27

21:21 Revision 7000c25d: Update configure.in test for case where yacc is set to bison -y.
Nathan Scott
19:45 Revision 51459bab: Update version timestamp for next snapshot.
Nathan Scott
19:45 Revision f790a558: Remove unneeded variable and minor oddity in pminfo timezone code.
Nathan Scott
19:41 Revision 9be3e155: Add -O option to pmprobe so fetch-from-an-archive-offset works.
Implies adding -z/-Z also, as the absolute time offsets may be
TZ-relative. Code is essentially the same as that in ...
Nathan Scott
13:37 Revision 0a25684d: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into nathans
Nathan Scott
 

Also available in: Atom