Documentation ¶
Index ¶
- func Builder() *cobra.Command
- func DatabasesBuilder() *cobra.Command
- func DatabasesDescribeBuilder() *cobra.Command
- func DatabasesListBuilder() *cobra.Command
- func DisksBuilder() *cobra.Command
- func DisksDescribeBuilder() *cobra.Command
- func DisksListBuilder() *cobra.Command
- func ProcessBuilder() *cobra.Command
- type DatabasesDescribeOpts
- type DatabasesListsOpts
- type DisksDescribeOpts
- type DisksListsOpts
- type ProcessOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatabasesBuilder ¶
func DatabasesDescribeBuilder ¶
mcli om metric(s) database(s) describe <hostId:port> <name> --granularity g --period p --start start --end end [--type type] [--projectId projectId].
func DatabasesListBuilder ¶
mongocli om metric(s) process(es) disks lists <HOST_ID>.
func DisksBuilder ¶
func DisksDescribeBuilder ¶
mcli om metric(s) disk(s) describe <hostId:port> <name> --granularity g --period p --start start --end end [--type type] [--projectId projectId].
func DisksListBuilder ¶
mongocli om metric(s) process(es) disks lists <ID>.
func ProcessBuilder ¶
mongocli om|cm metric(s) process(es) <ID> [--granularity granularity] [--period period] [--start start] [--end end] [--type type][--projectId projectId].
Types ¶
type DatabasesDescribeOpts ¶
type DatabasesDescribeOpts struct { cli.GlobalOpts cli.OutputOpts cli.MetricsOpts // contains filtered or unexported fields }
func (*DatabasesDescribeOpts) Run ¶
func (opts *DatabasesDescribeOpts) Run() error
type DatabasesListsOpts ¶
type DatabasesListsOpts struct { cli.GlobalOpts cli.OutputOpts cli.ListOpts // contains filtered or unexported fields }
func (*DatabasesListsOpts) Run ¶
func (opts *DatabasesListsOpts) Run() error
type DisksDescribeOpts ¶
type DisksDescribeOpts struct { cli.GlobalOpts cli.OutputOpts cli.MetricsOpts // contains filtered or unexported fields }
func (*DisksDescribeOpts) Run ¶
func (opts *DisksDescribeOpts) Run() error
type DisksListsOpts ¶
type DisksListsOpts struct { cli.GlobalOpts cli.OutputOpts cli.ListOpts // contains filtered or unexported fields }
func (*DisksListsOpts) Run ¶
func (opts *DisksListsOpts) Run() error
type ProcessOpts ¶
type ProcessOpts struct { cli.GlobalOpts cli.OutputOpts cli.MetricsOpts // contains filtered or unexported fields }
func (*ProcessOpts) Run ¶
func (opts *ProcessOpts) Run() error
Click to show internal directories.
Click to hide internal directories.