pcp
[Top] [All Lists]

pcp updates: 'collectl2pcp' importer

To: pcp <pcp@xxxxxxxxxxx>
Subject: pcp updates: 'collectl2pcp' importer
From: Mark Goodwin <mgoodwin@xxxxxxxxxx>
Date: Tue, 14 May 2013 16:36:12 +1000
Delivered-to: pcp@xxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20130206 Thunderbird/14.0
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

<Prev in Thread] Current Thread [Next in Thread>