Internalsvc/perfcount/query names

From VI-Toolkit
Jump to navigation Jump to search

internalsvc/perfcount/query_names

Usage: query_names [OPTIONS] [counter0] [counter1] [counter2] [counter3] [counter5] [counter6] [counter7] [counter8] [counter9]

Query performance counter values by creating and executing a names 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.