| Crates.io | memprobe |
| lib.rs | memprobe |
| version | 0.1.0 |
| created_at | 2023-04-06 09:01:34.870798+00 |
| updated_at | 2023-04-06 09:01:34.870798+00 |
| description | A tool to probe the memory usage of a program |
| homepage | |
| repository | https://github.com/Kerollmops/memprobe |
| max_upload_size | |
| id | 832055 |
| size | 19,804 |
A tool to probe the memory usage of a program
You can run this command on Linux.
memprobe $(pidof firefox)
Or this one on mac OS.
memprobe $(pgrep firefox)