Wiki

Clone wiki

cwa-toolbox / Home

Cloud Workloads Archive Toolbox

This Wiki page describes the process of obtaining, installing, and using of the Cloud Workloads Archive toolbox.

Obtaining the Code

You can get a copy of the cwa-toolbox by cloning this repository.

Installation

There is no real installation needed as such, you just need to copy the cwa script into your path, e.g., in /usr/local/bin or ~/bin, and change the path in this script to the location where you downloaded the toolbox.

Usage

Just type cwa -h to find out the available options and commands.

$ cwa -h
usage: cwa [OPTION]... <command>

Cloud Workloads Archive Toolbox

OPTIONS:
    -h, --help     print command help
         --doc     print command modules pydoc
    -v             increase verbosity level

AVAILABLE COMMANDS:
    analyze
    generate
    import
    plot
    trace

Updated