Module commands

Source

Structs§

ArchiveAccessorProvider
ListAccessorsCommand
Lists all available ArchiveAccessor in the system and their selector for use in “accessor” arguments in other sub-commands.
ListAccessorsResult
ListCommand
Lists all components (relative to the scope where the archivist receives events from) of components that expose inspect.
ListResult
MonikerWithUrl
SelectorsCommand
Lists all available selectors for the given input of component queries or partial selectors.
SelectorsResult
ShowCommand
Prints the inspect hierarchies that match the given selectors. See https://fuchsia.dev/fuchsia-src/development/diagnostics/inspect#userspace_tools for more.
ShowResult
ShowResultItem

Enums§

ListResultItem

Traits§

Command
DiagnosticsProvider

Functions§

connect_accessor
Attempt to connect to the fuchsia.diagnostics.*ArchiveAccessor with the selector specified.
connect_to_accessor_selector
Connect to fuchsia.diagnostics.*ArchivistAccessor with the provided selector string. The selector string should be in the form of “:<service_name>”. If no selector string is provided, it will try to connect to bootstrap/archivist:fuchsia.diagnostics.ArchiveAccessor.
ensure_tree_field_is_set
Expand selectors with a tree name. If a tree name is given, the selectors will be guaranteed to include the tree name given unless they already have a tree name set. If no tree name is given and the selectors carry no tree name, then they’ll be updated to target all tree names associated with the component.
get_accessor_selectors
Get all the exposed ArchiveAccessor from any child component which directly exposes them or places them in its outgoing directory.
list_response_items
process_component_query_with_partial_selectors
Returns the selectors for a component whose url, manifest, or moniker contains the component string.
process_fuzzy_inputs