rust-spy

Crates.iorust-spy
lib.rsrust-spy
version0.2.0
sourcesrc
created_at2023-09-08 15:27:17.297155
updated_at2023-09-28 17:18:51.754556
descriptionStack dump CLI
homepagehttps://nuclia.com/
repositoryhttps://github.com/nuclia/rust-spy
max_upload_size
id967244
size34,319
Tarek Ziade (tarekziade)

documentation

https://nuclia.com

README

rust-spy

Linux-only CLI to dump all threads from a running process.

If you want to spy on your Rust app, make sure you compile it with debug information enabled (even in release mode) so you get all symbols converted to files/lines/columns.

Depends on the libdw system lib. Install it on Debuntu with:

apt-get install libdw-dev

Installation:

cargo install rust-spy

Usage:

rust-spy [pid]

If you get a permission denied error, run as root.

License

Licensed under APLv2, (LICENSE.txt or http://www.apache.org/licenses/LICENSE-2.0)

Commit count: 15

cargo fmt