Documentation
¶
Overview ¶
Package cmd contains the command implementations for the CLI.
Index ¶
Constants ¶
View Source
const ( ProfileFlat = "flat" ProfileSine = "sine" )
Variables ¶
View Source
var ( FlagCPU *bool FlagDisk *bool FlagMemory *bool FlagNetwork *bool FlagLogs *uint32 FlagCalibrationDuration *time.Duration FlagLoadProfile *string FlagLoadProfileMin *int FlagLoadProfileMax *int FlagLoadProfilePeriod *time.Duration FlagDuration *time.Duration )
View Source
var RootCmd = &cobra.Command{
Use: "synthetic",
Short: "Synthetic simulates operational scenarios for microservices",
Long: `
........................................................................
: __ __ __ __ :
: ** .-----.--.--.-----| |_| |--.-----| |_|__.----. :
: * * |__ --| | | | _| | -__| _| | __| :
: * ---- * ---- * |_____|___ |__|__|____|__|__|_____|____|__|____| :
: * * |_____| v1.0 :
: ** :
........................................................................
`,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.