Resource monitoring in Linux
CPU Memory usage
top – Real-time system summary.
htop:- Interactive process viewer (advanced top).
vmstat :- System memory, processes, paging, etc.
free -h :- Memory usage in human-readable format.
mpstat :- CPU usage (install via syssta...
sidharthhhh.hashnode.dev3 min read