Bind CLI arguments to a shell.py do_foo function.
Decorator for CLI args.
Example:
>>> @arg("name", help="Name of the new entity") ... def entity_create(args): ... pass
Returns the first environment variable set.
If all are empty, defaults to ‘’ or keyword arg default.
Bases: object
object
Bases: osprofiler.cmd.commands.BaseCommand
osprofiler.cmd.commands.BaseCommand
List all traces
Display trace results in HTML, JSON or DOT format.
Command-line interface to the OpenStack Profiler.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.