Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = cli.Command{ Name: "bm", Usage: "benchmark a container ", ArgsUsage: "COMMAND [arguments...]", Action: benchMark, Flags: []cli.Flag{ cli.StringFlag{ Name: "id", Usage: "Container ID", Destination: &containerID, }, cli.IntFlag{ Name: "n", Usage: "Number of Trails", Destination: &count, Value: 5, }, cli.StringFlag{ Name: "dir", Usage: "location of the bundle folder", Destination: &bundle, }, cli.StringFlag{ Name: "log", Usage: "location of the log file", Destination: &logFile, Value: "/containers/log", }, cli.IntFlag{ Name: "move", Usage: "0 for no move; 3 for trial 3 & 4 for trial 4", Value: 0, Destination: &move, }, cli.StringFlag{ Name: "other", Usage: "location for move and back", Destination: &other, Value: "/coniscsi/", }, }, }
Command the command it self
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.