blob: dcddfd8a68a1d37e1b7ce05d2038ae508b1f7fc1 [file] [log] [blame] [view]
# Run, inspect and debug fx subcommands
Command | Description
------- | -----------
[bootfs-size-report](cmd/bootfs-size-report.md) | produce an uncompressed size report from a ZBI
[emu](cmd/emu.md) | start fuchsia in an emulator
[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) | symbolize backtraces and program locations provided as input on stdin
[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
[codesize](cmd/codesize.md) | Code size attribution on binaries from the system image
[component-graph](cmd/component-graph.md) | start component graph server to map component topology
[cpu-stats](cmd/cpu-stats.md) | generate a report of CPU stats from a snapshot
[debug](cmd/debug.md) | run the debug agent on target and connect to it with zxdb
[disk-extract-serial-log](cmd/disk-extract-serial-log.md) | Extract disk image from serial logs.
[extract-pprof](cmd/extract-pprof.md) | Extract pprof data from inspect.json
[fidlcat](cmd/fidlcat.md) | run fidlcat on given target.
[fuzz](cmd/fuzz.md) | 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-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](cmd/run-zbi-test.md) | Run a ZBI test
[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"