Changes committed to git://oss.sgi.com/markgw/pcp/pcp.git dev
First version of the new collectl2pcp importer. No QA yet, that is
next - before progressively adding more support for other metrics
found in collectl raw data archives.
Merge: 0a4c3c7 5562a66
Author: Mark Goodwin <mgoodwin@xxxxxxxxxx>
Date: Tue May 14 15:42:36 2013 +1000
Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
Fixed conflicts:
man/man1/GNUmakefile
commit 0a4c3c79b23cbfbe1d10169430bdcffab3143607
Author: Mark Goodwin <mgoodwin@xxxxxxxxxx>
Date: Tue May 14 15:34:54 2013 +1000
Tool to import collectl raw data archives to PCP archive.
This is the initial version - so far it imports CPU, disk, network, loadavg
and hinv metrics. It's functional but there are many TODO items. The tool
is packaged in it's own subpackage, as is needed for most PCP import tools
in order to isolate build and run-time dependencies from the main packages.
modified: build/rpm/fedora.spec
modified: build/rpm/pcp.spec.in
modified: debian/GNUmakefile
modified: debian/control
new file: debian/pcp-import-collectl2pcp.install
modified: debian/rules
modified: man/man1/GNUmakefile
new file: man/man1/collectl2pcp.1
modified: src/pmimport/GNUmakefile
new file: src/pmimport/collectl2pcp/GNUmakefile
new file: src/pmimport/collectl2pcp/collectl2pcp.c
new file: src/pmimport/collectl2pcp/cpu.c
new file: src/pmimport/collectl2pcp/disk.c
new file: src/pmimport/collectl2pcp/load.c
new file: src/pmimport/collectl2pcp/metrics.c
new file: src/pmimport/collectl2pcp/metrics.h
new file: src/pmimport/collectl2pcp/net.c
new file: src/pmimport/collectl2pcp/pmdesc.c
new file: src/pmimport/collectl2pcp/timestamp.c
new file: src/pmimport/collectl2pcp/util.c
|