How to check running processes on Ubuntu Server
Every Ubuntu Server question that starts with "why is the box slow?" or "what's listening on that port?" ends in the same place — looking at the process table. This guide covers `ps`, `top`, `htop`, `pgrep`, `systemctl`, the `/proc` filesystem, and how to map a noisy process back to the port, file, or service that owns it, with the commands and flags that actually earn their keep on a production server.