Project

General

Profile

Activity

From 2010-05-24 to 2010-06-22

2010-06-20

09:52 Revision 368b9b46: filesys.readonly - fix PMID typo
Ken McDonell
09:48 Revision 553adc5a: More man page clean up
The perl pmdas end up with "man" temporary files after a "make install".
Moving *.[0-9].tmp from the root/.gitignore...
Ken McDonell
09:44 Revision f7bb0ed4: builddefs.in - add .tmp files from man pages to LDIRT
Fix suggested by Scott Emery. Ken McDonell

2010-06-19

21:15 Revision e77c8981: Merge branch 'dev' of git://oss.sgi.com/nathans/pcp into dev
Ken McDonell
19:57 Revision 708645a8: pmlogconf - final round of 2.0 changes
Ken McDonell

2010-06-17

08:48 Revision 2926dbfc: Add logic to track maximum cgroup ID for later metrictab refresh.
Nathan Scott
08:15 Revision fed66d65: Use correct cluster identifier in cgroup process fetch callback.
Nathan Scott
08:12 Revision f468ee30: Reenable process list evaluation in pmdalinux cgroup handling, fixing segv.
Nathan Scott

2010-06-16

22:31 Revision 72d826ca: Initial steps toward per-process metrics for Linux kernel cgroups.
Nathan Scott
21:42 Revision f0db5803: Fix cgroup fetch for multi-value metrics, plug a string memory leak.
Nathan Scott
14:50 Revision 62d4fb49: Put something more informative into the Lustrecomm help file.
Scott Emery
12:22 Revision ff11532a: Use full name for pmieconf on Windows.
Nathan Scott
12:16 Revision c854aa43: Fix build on platforms not using GNU sed (argument reordering magic).
Nathan Scott
12:16 Revision c2dec7fa: Add a gitignore file for the Darwin kernel PMDA.
Nathan Scott
11:55 Revision 864771f0: Update gitignore files for Mac builds.
Nathan Scott
10:54 Revision bcbb6c68: Rework cgroup stats to correctly implement fetch and desc operations.
Getting close now - the per-process metrics remain, primarily. Nathan Scott

2010-06-15

21:12 Revision 259ff3ce: Merge branch 'pmiestatus-tot' of git://oss.sgi.com/makc/pcp into dev
Nathan Scott
19:53 Revision 5a0b23ed: pmlogconf - version 2.0 changes
First round of changes to extract groups from the pmlogconf script
and provide a more configurable and extensible inf...
Ken McDonell
17:53 Revision 97cbe922: Do not assume LD_LIBRARY_PATH is magic
On MacOS X LD_LIBRARY_PATH does nothing magical, the correct incantation
is to use DYLD_LIBRARY_PATH - fortunately th...
Max Matveev
17:29 Revision f472f618: Use AC_HEADER_TIOCGWINSZ to check for TIOCGWINSZ
Previous attempt to use hand-rolled wasn't working on platforms which
do have SIGWINCH and termios.h and sys/ioctl.h ...
Max Matveev
17:27 Revision 29d06dde: Add utility to extract data from pmie stats files
Greg Banks reported that root on his machine was spammed by pmie_check: his
machine only has 3 letters in its hostnam...
Max Matveev

2010-06-12

13:37 Revision 37ea7d07: Switch over to not using local context for bash completion.
Final straw was desire by some for completion on names from daemon-
only PMDAs.
Nathan Scott

2010-06-10

17:47 Revision b0e6aa9a: Stop Solaris' Service Management Framework from restarting pmcd if pmda dies
If a pmda dumps core SMF on Solaris notices that and restarts the
whole service - pmcd is able to deal with its child...
Max Matveev
06:56 Revision 5019dcfa: Merge branch 'dev' of git://oss.sgi.com/nathans/pcp into dev
Ken McDonell

2010-06-09

20:50 Revision 984057a0: Next stage of cgroup metrics implementation in Linux kernel PMDA.
This gets us to having a workable dynamic namespace for these
metrics which is updated as cgroups come and go. Still...
Nathan Scott
20:25 Revision 155898fc: Handle negative return code in local context dynamic name lookups.
Nathan Scott

2010-06-08

15:49 Revision 8c911d4d: pmieconf - more portability changes (for Linux)
Ken McDonell
15:18 Revision 4349e1bc: Merge branch 'lazy' of git://oss.sgi.com/makc/pcp into dev
Nathan Scott
15:16 Revision 9465114d: Ensure pmlogger doesn't write extended pmcd host syntax as hostname.
In addition, cleaned up use of "extern" scattered throughout the sources
(moved into the shared header), so all code ...
Nathan Scott
08:14 Revision 4cb55f02: Fix build on non-Win32 platforms after recent porting changes.
Nathan Scott

2010-06-07

13:23 Revision aa86d459: Fix up compiler warning in Win32 builds.
Nathan Scott
13:18 Revision c3a89f95: Do not reimport pmProgname by hand, use headers.
Nathan Scott
11:25 Revision 8b01eb00: Remove another occurrence of errno redefinition - fetchlocal.c
Nathan Scott
11:24 Revision de995789: Remove errno declaration from pmlogextract yacc file.
Nathan Scott
11:23 Revision 0c040ae9: Add exe suffix to pmlogreduce makefile.
Nathan Scott
11:09 Revision f13222de: Couple further minor Windows build fixups.
Nathan Scott
10:37 Revision 40af0915: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
Nathan Scott
10:37 Revision aac17171: Port forward to latest Strawberry gcc and system headers for Windows.
In particular:
- We now have a sys/ioctl.h which doesn't define TIOCGWINSZ,
so rework the configure macros there sl...
Nathan Scott

2010-06-06

10:41 Revision 1cbb7b92: pmieconf - more Linux porting
Tweak the rule processing in the build to match rules to available
metrics for a Linux build. This is not really han...
Ken McDonell
10:38 Revision 30253c47: pmie - regexp and string cleanup
Some general tidying up around how regexp and strings are encoded in
the expression trees ... no real change in funct...
Ken McDonell
10:35 Revision 44abd0f7: pmie - allow \$ for regexp
The lexical scanner was treating $ as the prefix for a macro name
(correct) and not allowing \$ to escape this, so th...
Ken McDonell

2010-06-05

12:18 Revision aff8a752: pmie - fix [no]match_inst botch, tweak sleepTight reporting
Problem with match_inst that was reported by Max with a metric having
only 1 instance was a day one botch (using the ...
Ken McDonell
08:43 Revision a901f9f5: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
Nathan Scott

2010-06-04

20:41 Revision f28eeade: pmieconf - fix build problem
ensure rule dir Makefiles created early, so src-link-pcp target works
for Makepkgs
Ken McDonell
15:28 Revision a2f4b9ba: Make Win32 build work on more recent versions of gcc.
Latest strawberry perl has moved on to 4.4.3, and with the option of
a native 64 bit compile - but, we've got a confl...
Nathan Scott

2010-06-03

15:47 Revision ce148ed1: Merge branch 'dev' of ../kenj into dev
Nathan Scott
15:43 Revision 840f504f: Make log metadata reading more robust in a specific corruption case.
We switch metric IDs behind the backs of some metric names recently.
This results in archives which have some metric ...
Nathan Scott
07:10 Revision 4354deb1: Merge git://oss.sgi.com/nathans/pcp into nathan
Ken McDonell

2010-06-02

21:59 Revision 8dfc0747: Windows 7 - porting
A bunch of things did not work when trying to build on Windows 7
(pmieconf would not build on any version of Windows)...
Ken McDonell
11:32 Revision 2b56cad9: Merge remote branch 'mort/pernode-cpu-metrics' into mort-dev
Martin Hicks
11:22 Revision 91bfbf23: In-progress commit of cgroup metrics for Linux kernel PMDA.
This makes the following changes to pmdalinux, as we move toward
properly supporting cgroups:
- keep track of mount ...
Nathan Scott
08:48 Revision deaba427: Remove unnecessary Linux PMDA wide cluster refresh in init code.
This is undesirable behaviour when running in local context mode,
and from my testing there's no reason to be doing t...
Nathan Scott
08:28 Revision 3d1720cb: Ensure proc_cpuinfo node_indom element is initialised, initially.
Otherwise there's an earth-shattering kaboom when we fire up pminfo
in local context mode...
Starting program: pminf...
Nathan Scott

2010-06-01

17:27 Revision 4a538187: No need to ostracize sysinfo check on Solaris
Solaris does have sysinfo and it is actually useful and it now
used by pmcd pmda to get ABI information.
Max Matveev
09:07 Revision 080b68b2: pmda domain numbers - better checking
These changes
a) fix a problem in the build script used to construct stdpmid so
it works all of the time, even on ...
Ken McDonell
05:50 Revision 2d9500e0: pmieconf - remove compilation warnings, tidy up make clobber
Ken McDonell

2010-05-31

19:07 Revision b0f1e605: Teach Solaris pmda about loadavg
It is used a lot by PCP QA. Max Matveev
17:08 Revision 058830da: Add install-sh to the set of pcp-internal programs for extrnal PMDAs.
Install install-sh into PCP_BINADM_DIR for dependent packages.
----- "Scott Emery" <emery@sgi.com> wrote:
> Infinba...
Nathan Scott

2010-05-29

20:27 Revision af624315: Merge branch 'pmieconf' of git://oss.sgi.com/mort/pcp into dev
Ken McDonell

2010-05-28

12:38 Revision 98d60a83: Use sysinfo(2) to provide ABI details on Solaris.
SI_ARCHITECTURE_NATIVE gives "preferred" ABI for the binary
and takes binary architechture in the account.
Max Matveev
12:18 Revision e7cdbfcf: Allow use of SunStudio compiler on Solaris
I've been building Solaris packages using SunStudio compilers for
almost a year (had to do it because my perl was bui...
Max Matveev

2010-05-25

14:36 Revision 92afc089: Move pmiestats.h to src/include
It is needed by pmieconf Martin Hicks
 

Also available in: Atom