Linux Process Monitoring/Read /proc status

Inspect status, memory, capabilities, and thread counts.

Section: Memory and Open File Views

Read /proc status

bash
bash
cat /proc/1234/status
Explanation

Inspect status, memory, capabilities, and thread counts.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Memory and Open File Views
Show memory map for PID
Display a process memory map with sizes and permissions.
OpenIn sheetbashsame section
Show proportional set size
Compare memory usage with PSS if smem is installed.
OpenIn sheetbashsame section
List open files for PID
Show files, sockets, and descriptors opened by a process.
OpenIn sheetbashsame section
List open files by process name
Show open files for processes matching a name prefix.
OpenIn sheetbashsame section
Find deleted files still open
Find processes keeping deleted files open and consuming disk.
OpenIn sheetbashsame section
Launch top
Open the classic realtime process viewer.