xref: /aosp_15_r20/external/crosvm/tools/contrib/crosvmdump/README.md (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
1# crosvm memory dump tool
2
3A tool to dump memory and processes, useful for diagnosing virtio-blk issues on ARCVM.
4
5## Synopsis
6
7Run from a workstation, against a device under test, like:
8
9```shell
10cargo run ${DUT}
11```
12
13and the tool will try to collect information via ssh.
14