Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "esperf", Short: "ElasticSearch Performance Testing tool", Long: `Multiplatform command line tool to load test and collect metrics from your ElasticSearch deployment. Built with love by danielfireman and friends in Go. Source code and documentation is available at http://github.com/danielfireman/esperf`, Run: func(cmd *cobra.Command, args []string) { fmt.Println("Root CMD") cmd.HelpFunc()(cmd, args) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
hitcounter command uses the search pattern (passed in via STDIN) to count the number of hits of each term inside the passed-in dictionary.
|
hitcounter command uses the search pattern (passed in via STDIN) to count the number of hits of each term inside the passed-in dictionary. |
Click to show internal directories.
Click to hide internal directories.