| # Run, inspect and debug fx subcommands |
| |
| Command | Description |
| ------- | ----------- |
| [bootfs-size-report](../cmd/bootfs-size-report.md) | produce an uncompressed size report from a ZBI |
| [host-tool](../cmd/host-tool.md) | run a host tool produced by the build |
| [klog](../cmd/klog.md) | listen for kernel logs |
| [log](../cmd/log.md) | listen for logs from the on-device log\_listener |
| [qemu](../cmd/qemu.md) | start fuchsia in qemu with a FVM disk |
| [run-netboot](../cmd/run-netboot.md) | start fuchsia in qemu via netboot |
| [symbolize](../cmd/symbolize.md) | Deprecated, please use "ffx debug symbolize" |
| [syslog](../cmd/syslog.md) | DEPRECATED! [deprecated] alias for fx log |
| [bindc](../cmd/bindc.md) | run the bind program compiler and debugger |
| [binutils](../cmd/binutils.md) | Provides a shortcut to the prebuilt LLVM binutils tools |
| [blobstats](../cmd/blobstats.md) | compute some blobfs statistics from the build |
| [bt-snoop-from-snapshot](../cmd/bt-snoop-from-snapshot.md) | extract a snoop log from a snapshot as pcap formatted data |
| [cpu-stats](../cmd/cpu-stats.md) | generate a report of CPU stats from a snapshot |
| [extract-pprof](../cmd/extract-pprof.md) | Extract pprof data from inspect.json |
| [fidlcat](../cmd/fidlcat.md) | Deprecated, please use "ffx debug fidl" |
| [fuzz](../cmd/fuzz.md) | DEPRECATED! run a fuzz test on target a device |
| [gdb](../cmd/gdb.md) | Run GDB, the GNU DeBugger. |
| [gnu](../cmd/gnu.md) | Provides a shortcut to the prebuilt GNU diagnostic tools |
| [overnet](../cmd/overnet.md) | start an overnet host-pipe to target device |
| [run-boot-test](../cmd/run-boot-test.md) | Run a ZBI test |
| [run-dart-action](../cmd/run-dart-action.md) | Run Dart actions (analysis, test, target-test) |
| [run-in-build](../cmd/run-in-build.md) | Run a command in the build directory |
| [run-recovery](../cmd/run-recovery.md) | start Fuchsia System Recovery in qemu |
| [run-zbi-test-remote](../cmd/run-zbi-test-remote.md) | Remotely build a ZBI test, fetch and run it |
| [scrutiny](../cmd/scrutiny.md) | An extensible security auditing framework and toolkit for Fuchsia. |
| [snapshot](../cmd/snapshot.md) | Obtain and parse a snapshot from a connected target. |
| [sniff](../cmd/sniff.md) | Fuchsia packet capture and display tool |
| [traceutil](../cmd/traceutil.md) | Fuchsia tracing utility |
| [triage](../cmd/triage.md) | generate a report of error conditions |
| [zxdb](../cmd/zxdb.md) | Deprecated, please use "ffx debug connect" |