procpidstatus
Procpidstatus is a term used to describe the set of information that describes the current state of a running process identified by its process identifier (PID) in a computer system. While not a formal standard, it appears in documentation and tooling that expose per-process details and is often used as a generic label for per-process status data. In Unix-like systems this information is commonly exposed by the proc filesystem under /proc/[pid], with files such as status and stat providing both human-readable and numeric fields about the process.
The data encompassed by procpidstatus typically includes a mix of identifiers, state indicators, and resource usage.
Access methods vary by operating system. On Linux, procpidstatus-like data is typically obtained by reading /proc/[pid]/status