34 lines
600 B
JSON
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
|
|
}
|
|
]
|
|
}
|