#dump #procfs #json #pid #comm #exe #status

app procfs-to-json

Dumps procfs as JSON

1 unstable release

new 0.1.0 Dec 5, 2024

#8 in #comm

Download history 93/week @ 2024-11-30

94 downloads per month

MIT license

5KB

procfs to JSON

Dump your procfs to JSON!

Usage

cargo install procfs-to-json
procfs-to-json | jq '.[0]'
{
  "pid": 1,
  "comm": "systemd",
  "exe": null,
  "cwd": null,
  "status": "S (sleeping)",
  "memory": 24260608
}

Dependencies

~2.2–3.5MB
~66K SLoC