commands

package
v0.0.0-...-3053663 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2016 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CreateCommand = cli.Command{
	Name:   "create",
	Usage:  "Create new rrd file",
	Flags:  []cli.Flag{},
	Action: createComamnd,
}

Command line create command

View Source
var DumpCommand = cli.Command{
	Name:      "dump",
	Usage:     "Dump contents of an rrd file",
	Flags:     []cli.Flag{},
	ArgsUsage: "file.rrd",
	Action:    dumpCommand,
}

Command line create command

View Source
var LastCommand = cli.Command{
	Name:      "last",
	Usage:     "Show the timestamp of the last update to a rrd file",
	Flags:     []cli.Flag{},
	ArgsUsage: "file.rrd",
	Action:    last,
}

Command line create command

View Source
var LastUpdateCommand = cli.Command{
	Name:      "lastupdate",
	Usage:     "Show the last update to a rrd file",
	Flags:     []cli.Flag{},
	ArgsUsage: "file.rrd",
	Action:    lastUpdate,
}

Command line create command

View Source
var UpdateCommand = cli.Command{
	Name:      "update",
	Usage:     "Update values to an rrd rrd file",
	Flags:     []cli.Flag{},
	ArgsUsage: "file.rrd timestamp:value[:value]",
	Action:    updateCommand,
}

Command line create command

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL