Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | H | 25-Apr-2025 | - | 452 | 394 | |
Cargo.lock | H A D | 25-Apr-2025 | 3.5 KiB | 138 | 121 | |
Cargo.toml | H A D | 25-Apr-2025 | 217 | 13 | 9 | |
README.md | H A D | 25-Apr-2025 | 273 | 14 | 8 |
README.md
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