tree: 90490b31bdc95ead31da6521a01e0fd8ca40cfff [path history] [tgz]
  1. meta/
  2. src/
  3. test/
  4. test_data/
  5. BUILD.gn
  6. OWNERS
  7. README.md
src/diagnostics/iquery/README.md

iquery

Reviewed on: 2019-07-22

iquery is a command line tool for discovering and retrieving inspect data exposed by components. More can be read about iquery here.

Building

To add this project to your build, append --with //src/diagnostics/iquery to the fx set invocation.

Running

Documentation on using iquery is available here.

Testing

Tests for iquery are available in the iquery_tests package:

$ fx run-test iquery_tests

Source layout

The entrypoint is located in main.rs, with the rest of the implementation living in top-level .rs files. Tests are located in the testing/ directory.