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 StatCmds = []*cobra.Command{ StatCmd, StatEnableCmd, StatDisableCmd, }
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 StatDisable ¶
func StatEnable ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.