Files
bare-operating-system/packages/bare-os-coreutils/man/pages/procstat.json
T
2026-04-04 19:08:51 -04:00

34 lines
600 B
JSON

{
"name": "procstat",
"section": 1,
"title": "print Bare OS synthetic process-table snapshot",
"synopsis": [
"procstat"
],
"description": "Read and print /proc/bare_os/process_table.json as formatted JSON for diagnostics and automation.",
"options": [],
"keywords": [
"procstat",
"proc",
"process",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "dump synthetic process table",
"code": "procstat"
}
],
"seeAlso": [
{
"name": "ps",
"section": 1
},
{
"name": "kill",
"section": 1
}
]
}