view distribution/config/commands/vm-stat.properties @ 1124:49f6272156ff

Move command availability to command info Reviewed-by: jerboaa, neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-May/006794.html
author Omair Majid <omajid@redhat.com>
date Fri, 31 May 2013 12:15:17 -0400
parents 12894dbd3517
children
line wrap: on
line source

bundles = thermostat-client-cli-${project.version}.jar, \
          thermostat-storage-mongodb-${project.version}.jar, \
          thermostat-web-common-${project.version}.jar, \
          thermostat-web-client-${project.version}.jar, \
          httpcomponents-core.jar, \
          httpcomponents-client.jar, \
          gson.jar, \
          mongo.jar, \
          commons-beanutils.jar, \
          commons-codec.jar, \
          commons-collections.jar, \
          commons-logging.jar

description = show various statistics about a VM

usage = vm-stat --hostId <host> --vmId <vm> [-d <url>] [-l <level>]

options = hostId, vmId, continuous, AUTO_DB_OPTIONS, AUTO_LOG_OPTION

hostId.short = a
hostId.long = hostId
hostId.hasarg = true
hostId.required = true
hostId.description = the ID of the host to monitor

vmId.short = v
vmId.long = vmId
vmId.hasarg = true
vmId.required = true
vmId.description = the ID of the VM to monitor

continuous.short = c
continuous.long = continuous
continuous.hasarg = false
continuous.required = false
continuous.description = print data continuously

environments = cli, shell