Structs§
- Archive
Accessor Provider - List
Accessors Command - Lists all available ArchiveAccessor in the system and their selector for use in “accessor” arguments in other sub-commands.
- List
Accessors Result - List
Command - Lists all components (relative to the scope where the archivist receives events from) of components that expose inspect.
- List
Result - Moniker
With Url - Selectors
Command - Lists all available selectors for the given input of component queries or partial selectors.
- Selectors
Result - Show
Command - Prints the inspect hierarchies that match the given selectors. See https://fuchsia.dev/fuchsia-src/development/diagnostics/inspect#userspace_tools for more.
- Show
Result - Show
Result Item
Enums§
Traits§
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