statcmd

package
v1.0.1-rel-02 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2024 License: AFL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var StatCmd = &cobra.Command{
	Use:   "list",
	Short: "stat list perfstat查看性能统计",
	Run:   Stat,
}
View Source
var StatDisableCmd = &cobra.Command{
	Use:   "disable",
	Short: "stat diable 关闭性能统计日志打屏",
	Run:   StatDisable,
}
View Source
var StatEnableCmd = &cobra.Command{
	Use:   "enable",
	Short: "stat enable 开启性能统计日志打屏",
	Run:   StatEnable,
}
View Source
var StatEsCmd = &cobra.Command{
	Use:   "estat",
	Short: "查看ES性能统计",
	Run:   StatEs,
}

Functions

func Stat

func Stat(cmd *cobra.Command, args []string)

func StatDisable

func StatDisable(cmd *cobra.Command, args []string)

func StatEnable

func StatEnable(cmd *cobra.Command, args []string)

func StatEs

func StatEs(cmd *cobra.Command, args []string)

Types

This section is empty.

Jump to

Keyboard shortcuts

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