Project

General

Profile

Activity

From 2009-01-15 to 2009-02-13

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

2009-01-24

08:27 Revision c699556a: Merge branch 'dev' of git://oss/kenj/pcp into dev
Mark Goodwin

2009-01-23

22:15 Revision 6b11358b: Be consistent in how we find the local mail client (if any).
Logic came from pcp init script and inserted into all of the other
scripts where we need/want to send mail. This hel...
Ken McDonell
14:02 Revision 494657f6: Add basic configure checks for verifying that LEX and YACC
actually get set to something - if they don't the build is
not going anywhere healthy, so bail out at configure time.
Nathan Scott
14:00 Revision 949f9dd1: Workaround a dash quirk someone bumped into at LCA.
Nathan Scott

2009-01-16

17:09 Revision 00d426e8: Avoid updating pointer array allocated to static data.
Exposed by newer gcc, need to change default (host) and alternate
(archive) logic to set argv[] in kmServerExec().
Ken McDonell
 

Also available in: Atom