Internalsvc/perfcount/query regex

From VI-Toolkit
Jump to navigation Jump to search

vimsh internalsvc/perfcount/query_regex

Usage: query_regex [OPTIONS] regex [case_sensitive]

Query performance counter values by creating and executing a regex query. Query will automatically be destroyed unless create-only flag is specified. Use query_execute on query object to access results on created query.

Options:
   --create-only
       Only create the query.  Do not execute or destroy.  false by default. 

   --vmomi-output
       Display output in verbose VMOMI mode.  false by default. 
No other display modifiers can be used with this option.

   --sort-by-name
       Sort results by name.  false by default. 

   --sort-by-value
       Sort results by value.  false by default. 

   --name-range=int
       Show only a range of bytes for the name.