Project

General

Profile

Activity

From 2009-01-08 to 2009-02-06

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

2009-01-13

10:27 Revision 91dfb54a: Add $PCP_DIR/{lib,include} to search paths for Win32 builds.
Nathan Scott

2009-01-12

16:24 Revision 04797e69: Removal of IB indom in Linux PMDA causes bad indomtab array lookups.
gcc reports ...
pmda.c: In function ‘linux_refresh’:
pmda.c:3344: warning: array subscript is above array bou...
Nathan Scott
15:50 Revision 04aa9a0e: Merge branch 'nathans' of git://oss.sgi.com/nathans/pcp into nathans
Nathan Scott
15:28 Revision 70e378dc: Abstract out pmpost use of F_SETLK and environ modifications
as these don't work under Win32 conditions. Nathan Scott
15:25 Revision 2629e8fb: Remove unused macro, DEBUG_WITH_DBPMDA code and #pragma weak use.
We no longer need these as these symbols have to come in from the
(shared) libpcp_pmcd library, which pmda_pmcd is li...
Nathan Scott
15:21 Revision b4a0b15e: Remove the final symbol shadowing issue in pmcd/libpcp_pmcd.
The sequence pminfo (fetch) -> pmcd -> pmda_pmcd.dll and back
out now works correctly for all of the pmcd metrics on ...
Nathan Scott
14:42 Revision ae4bb50c: Remove an unused debug function from pmcd.
This debug code is actually expanded inline in pmcd.c too (where
is deals with agents too), so really is no reason to...
Nathan Scott
14:38 Revision d9cbd253: Resolve a libpcp_pmcd / pmcd symbol shadowing issue with nClients.
Nathan Scott
14:35 Revision 122b06f2: Mark pmcd/pmlogger/pmproxy client file descriptors as sockets
after successful setup. This allows the appropriate Windows
functions (pipes vs sockets) to be used.
Nathan Scott

2009-01-09

16:35 Revision 8eaad59c: Minor tweak to platform paths settings for MinGW and Mac OS X.
Nathan Scott
16:32 Revision c6dadbf4: Resolve a libpcp_pmcd / pmcd symbol shadowing issue with nAgents.
Also correct the external-declaration of the global agent pointer
which is pmcd-local, not externally in the library....
Nathan Scott
13:12 Revision 04ae9182: Remove couple of instances of __host_mips from pmcd sources.
These should have been removed when __pmFindPMDA was changed
eons back really - its long since been dead code.
Nathan Scott
13:10 Revision b8af1b2d: Remove config.doc (circa 1994!) from the pmcd directory.
This information is wholly contained in pmcd(1) nowadays. Nathan Scott
 

Also available in: Atom