Project

General

Profile

Activity

From 2010-08-13 to 2010-09-11

2010-09-05

03:11 Revision 5244dd52: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
Nathan Scott
03:03 Revision b86fe90c: Update apache install process (add port selector), and correct docs.
Nathan Scott

2010-09-04

14:06 Revision d8d9eeff: Add README into libhttp makefile for distribution.
Nathan Scott
13:39 Revision b4b38584: Add original libhttp_fetcher README for developers to reference.
Nathan Scott
13:32 Revision 26d6ca9f: Add gitignore file for mrtg2pcp.
Nathan Scott
13:31 Revision 434147dc: Convert to another http fetch library which can work on all platforms.
Nathan Scott

2010-08-30

16:20 Revision 5b0fe456: Updated CHANGELOG and bumped build version from 3.4.0-1 to 3.4.0-2
modified: CHANGELOG
modified: VERSION.pcp
Mark Goodwin
16:03 Revision 3c008d18: Split out each pcp-import-* tool into it's own sub-package so the dependencies
are manageable. So far we have pcp-import-{sar,iostat,sheet,mrtg}2pcp
modified: build/rpm/pcp.spec.in
Signed-off...
Mark Goodwin

2010-08-28

23:52 Revision 9edfbb1b: Clear last remnants of TODOs in Solaris PMDA help file
Max Matveev
23:39 Revision a37513c7: Add more information about CPUs to Solaris PMDA
Now almost everything available in cpu_info kstat is
exported via PMDA. I didn't do individual exports
for things lik...
Max Matveev
02:07 Revision 3917fc04: Split Solaris' vnode operation counters into two instance domains
Every time a filesystem is mounted new device number is allocated
for it and that confused pmdaCache operations: even...
Max Matveev

2010-08-26

23:01 Revision d75acf16: Merge branch 'dev' of ssh://oss.sgi.com/oss/git/pcp/pcp into dev
Nathan Scott
23:00 Revision fdf70da8: Allow specific instances to be requested on pmlogsummary command line.
Nathan Scott
13:36 Revision 78e89261: Make pmwtf report when one/other metric average changes from zero.
Since we currently only report ratios of one to another, the code
was simply skipping metrics that change to/from a z...
Nathan Scott

2010-08-25

17:02 Revision 2e45a96c: Use pmdaCache to handle disk instances in Solaris PMDA
Disks come and go and it's not enough to scan the chains once
at startup to discover all of them. Also the instances ...
Max Matveev
10:33 Revision 2bf96953: Fix compiler warning in import.c on 64 bit boxen.
Nathan Scott
10:08 Revision 6cbbe9f8: Add -X option to pmwtf allowing metric name regex exclusion files.
Nathan Scott

2010-08-23

11:15 Revision 72f92a90: Cleanup warnings when compiling Solaris PMDA
Because SunStudio compiler does not warn about unused variables
some crud has accumulated in the dusty corners.
Max Matveev
09:39 Revision 0944c5c3: Add packaging for the MRTG pmimport plugin as well.
Nathan Scott

2010-08-21

22:34 Revision 6c7acfb5: pmdas/postfix: always add a 'local' instance to postfix.sent
Josef 'Jeff' Sipek
22:21 Revision 420c0d80: mrtg2pcp
As far as I can tell, it is complete.
Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Josef 'Jeff' Sipek

2010-08-20

16:38 Revision 1c0e65a8: Cleanup import tree - old dir now saved in git history.
Nathan Scott
16:37 Revision a08bc1a5: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
Nathan Scott
16:36 Revision 525071f7: Split pcp-import into separate sar, sheet and iostat packages (deb).
Nathan Scott
15:40 Revision adb62fbf: Merge branch 'solaris10' of git://oss.sgi.com/makc/pcp into dev
Nathan Scott
15:14 Revision 0069e060: Fix some typos in glider build instructions for Ken.
Nathan Scott

2010-08-19

18:10 Revision 526a613d: Add headers used by Solaris PMDA to the source tarball
Max Matveev

2010-08-18

18:18 Revision 42a067f3: Add support for building PCP on Solaris 10
Unlike OpenSolaris Solaris 10 is not shipping with Bash as default shell
and does not include GNU utilities like tar,...
Max Matveev

2010-08-17

20:13 Revision efcb69a3: pmimport - retire examples dir
Missed in last round of commits. Ken McDonell
07:11 Revision 9130ffc0: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
Ken McDonell
06:44 Revision cb9ae480: pmimport example - moved to pcp-gui
pcp2mover example now lives in pcp-gui/man/html/mover2pcp Ken McDonell
06:21 Revision e077a95c: remove the bozo pmda
As per Nathan's suggestion, this does not belong in the general
PCP source tree.
Ken McDonell

2010-08-16

13:27 Revision 99007217: Update docs wrt autoconf a bit.
Nathan Scott
13:18 Revision d08b6b4d: Update Windows build instructions to match current methods.
Nathan Scott
10:56 Revision d616bd74: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
Nathan Scott

2010-08-15

13:30 Revision 57a852d1: Update extraction of disk run queue metrics in Solaris
disk.all.run.time and disk.all.wait.time can be calculated using
direct offsets into kstat_io_t because the type of t...
Max Matveev
12:55 Revision 15a32915: Switch to use PMID clusters in Solaris PMDA
Piling all the metrics in cluster 0 began to cause issues with
PMID assignment - moving to clusters allows for more s...
Max Matveev

2010-08-14

06:38 Revision 87369bd3: Rudimentary support for disk information
kstat's device_error class has information about disk devices which
include product description, size and various err...
Max Matveev

2010-08-13

21:46 Revision c2f8265a: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
Ken McDonell
20:47 Revision efadb10c: libpcp_pmda - fix
Fix error in previous commit for pmdaInit(). Ken McDonell
20:41 Revision 2f950223: logimport - examples
Ken McDonell
20:36 Revision d797fce2: bozo - Perl PMDA for testing and experimentation
The build does not descend into src/pmdas/bozo ... so this is a
sandpit for those with git repositories to play in.
Ken McDonell
20:11 Revision 4177ddbc: logimport tools
Minor documentation changes, plus -Z and -h options for sheet2pcp. Ken McDonell
17:42 Revision d1f8293c: pmie - multiple -a options bug
Based on a patch from Jason Rappleye who reported multiple -a command
line options sent pmie into an infinite loop.
...
Ken McDonell
17:40 Revision db5c7eb2: libpcp_pmda - oversight
In pmdaInit() callback handling did not handle all the interface
versions correctly. This is most unlikely to have b...
Ken McDonell
17:36 Revision 6743b56f: libpcp_import - improve error handling
Found while building mover2pcp for pcp-doc, if you don't check errors
pmiPutValue (or pmiPutValueHandle) may leave a ...
Ken McDonell
16:31 Revision 3b2321de: Rudimentary support for CPU information
kstat's cpu_info module has information about each CPU in the system.
The information includes CPU brand name, clock ...
Max Matveev
12:56 Revision 4957e727: Quote filenames reported by pmwtf, else awk can get confused and spit errors
Nathan Scott
 

Also available in: Atom