Project

General

Profile

Activity

From 2010-07-22 to 2010-08-20

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

2010-08-03

15:18 Revision cd81df6e: Fix a hyphen-used-as-minus issue reported by lintian.
Nathan Scott
15:14 Revision e69f6b81: Initial pcp-import packaging work for Debian (issue: libxml-tokeparser-perl)
Nathan Scott
13:04 Revision c501c667: Add gitignore file for iostat2pcp like other importers.
Nathan Scott
10:21 Revision ff4784bc: Add two new RPM sub-packages for the new PCP import feature so we can
isolate dependencies :
perl-PCP-LogImport - sub-package containing the perl binding for the
new libpcp_import librar...
Mark Goodwin
10:18 Revision fb1b01f5: Fix build error in RPM packaging for perl-PCP-LogImport
modified: src/cpan/LogImport/GNUmakefile
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com>
Mark Goodwin
10:13 Revision 4b966832: Bump version to 3.4.0 -
modified: CHANGELOG
modified: VERSION.pcp
Signed-off-by: Mark Goodwin <mgoodwin@redhat.com>
Mark Goodwin

2010-08-02

12:44 Revision d2f5d537: Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into dev
Mark Goodwin

2010-08-01

09:39 Revision 4f2dd19e: Fix a memory leak in Perl PMDA wrapper string handling.
(nathans modified original patch slightly to ensure that
the string is always freed, even on final fetch callback)
Jason Rappleye

2010-07-30

21:34 Revision d86dc9a5: Merge branch 'dev' of ssh://oss.sgi.com/oss/git/pcp/pcp into dev
Ken McDonell
21:26 Revision 5f2986a7: pmimport - iostat2pcp and refinements for other tools
Ken McDonell

2010-07-29

20:54 Revision c3675770: pmie - sleepTight() rework
Better diagnostics, reduced frequency of calling waitpid(). All helping
to diagnose cases where pmie appears to be r...
Ken McDonell
20:51 Revision e981872f: libpcp_import - sort pmResult
Some pmimport front ends will not be able to control the order in
which instances are added to the pmResult ... forci...
Ken McDonell
13:19 Revision e8df677e: Add path check for Install/Remove scripts to improve diagnostics.
Nathan Scott
13:19 Revision e51e5bfe: Change pmafm to replay multi-archives with multiple -a arguments.
Currently it uses the dodgey comma-separated way, which pmchart
does not accept, and which doesn't work for archives ...
Nathan Scott
11:36 Revision cda8490a: Export vnode ops counters via Solaris PMDA
Counters are exported per filesystem or filesystem type - if the
counters are for the real filesystem then they will ...
Max Matveev

2010-07-26

18:08 Revision 6790224b: Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
Ken McDonell
17:51 Revision f4f9df1f: sar2pcp and sheet2pcp
These are now complete. Retired the old pmimport stuff. Ken McDonell
14:38 Revision 56ab051c: Export information about disk queues via Solaris PMDA
Max Matveev

2010-07-25

20:46 Revision 6b120c8b: Export internal timers of Solaris PMDA
In order to find "expensive" collect information about the time spent
prefetching and fetching each metric and make t...
Max Matveev

2010-07-23

15:27 Revision 9cac4638: Export information about ZFS' Adjustable Replacement Cache via Solaris PMDA
Inspired by arc_summary by Ben Rockwood. Max Matveev

2010-07-22

17:01 Revision b541e619: libpcp_import - minor fixes
Ken McDonell
16:59 Revision 67f5e96e: sar2pcp - libpcp_import and PCP::LogImport example
Requires sar/sadc/sadf via the syssat project at
http://freshmeat.net/projects/sysstat/
Ken McDonell
15:11 Revision 0c1e25db: Update help text for metrics from Solaris PMDA
Now all metrics exported by the PMDA have at least a one-line help text. Max Matveev
12:59 Revision 6c9b82ba: Remove no longer used bat file from install.
Nathan Scott
12:21 Revision 38932b73: Add memory metrics to Solaris pmda
Max Matveev
11:20 Revision d97530a8: Merge branch 'dev' of ssh://oss.sgi.com/oss/git/pcp/pcp into dev
Nathan Scott
11:18 Revision 2c3d78d3: Update version of pcp packages included in pcp-glider.
Nathan Scott
 

Also available in: Atom