mesheryctl perf profile
List performance profiles
Synopsis
List all the available performance profiles
mesheryctl perf profile [profile-name] [flags]
Examples
List performance profiles (maximum 25 profiles)
mesheryctl perf profile
List performance profiles with search (maximum 25 profiles)
mesheryctl perf profile test 2
View single performance profile with detailed information
mesheryctl perf profile test --view
Options
-h, --help help for profile -p, --page int (optional) List next set of performance results with --page (default = 1) (default 1) --view (optional) View single performance profile with more info
Options inherited from parent commands
--config string path to config file (default "/home/runner/.meshery/config.yaml") -o, --output-format string (optional) format to display in [json|yaml] -t, --token string (required) Path to meshery auth config -v, --verbose verbose output -y, --yes (optional) assume yes for user interactive prompts.
See Also
Go back to command reference index