lsof
CLIList open files and the processes that opened them.
Find the process listening on a portVerified macOS · Linux
lsof -nP -iTCP:3000 -sTCP:LISTEN+3 more matching recipessystem4 recipes · 4 verified
htop
CLIAn interactive process viewer and system monitor.
Monitor all processes interactively~99% est.
htop+1 more matching recipesystem2 recipes
bottom
CLIA customizable cross-platform graphical process/system monitor.
system2 recipes
procs
CLIA modern replacement for ps written in Rust.
List all processes~99% est.
procs+2 more matching recipessystem3 recipes
fzf
CLIA command-line fuzzy finder for files, command history, and more.
Kill a process interactively~90% est.
kill $(ps aux | fzf | awk '{print $2}')search3 recipes
ffmpeg
CLIComplete, cross-platform solution for recording, converting, and streaming audio/video.
media5 recipes
tmux
CLITerminal multiplexer enabling multiple windows and sessions.
terminal4 recipes
duckdb
CLIIn-process analytical SQL database engine.
data2 recipes