process-identification-kill

Status: IN

Use top and ps aux to identify CPU/memory intensive processes. kill PID sends SIGTERM (15, graceful). kill -9 PID sends SIGKILL (forced). nice/renice adjust scheduling priority (-20 to 19).

Source: repo:entries/2026/03/04/process-management.md

JSON