Announcement

Collapse
No announcement yet.

Processes & Memory

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Processes & Memory

    ps aux, top, htop Running processes
    /proc/[pid]/ Per-process info: cwd, cmdline, open files
    lsof, fuser Open files and network sockets
    strace Trace syscalls by process
    /proc/kcore Memory dump (if enabled)
Working...
X