| Crates.io | procfs-to-json |
| lib.rs | procfs-to-json |
| version | 0.1.0 |
| created_at | 2024-12-05 18:39:15.552679+00 |
| updated_at | 2024-12-05 18:39:15.552679+00 |
| description | Dumps procfs as JSON |
| homepage | |
| repository | https://github.com/noahp/procfs-to-json |
| max_upload_size | |
| id | 1473488 |
| size | 14,646 |
Dump your procfs to JSON!
cargo install procfs-to-json
procfs-to-json | jq '.[0]'
{
"pid": 1,
"comm": "systemd",
"exe": null,
"cwd": null,
"status": "S (sleeping)",
"memory": 24260608
}