procfs-to-json

Crates.ioprocfs-to-json
lib.rsprocfs-to-json
version0.1.0
created_at2024-12-05 18:39:15.552679+00
updated_at2024-12-05 18:39:15.552679+00
descriptionDumps procfs as JSON
homepage
repositoryhttps://github.com/noahp/procfs-to-json
max_upload_size
id1473488
size14,646
Noah Pendleton (noahp)

documentation

README

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
}
Commit count: 4

cargo fmt