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