In this video, you’ll learn how to check real-time CPU and memory utilization in Linux using the top command.
This command is essential for system administrators to monitor system performance, running processes, and resource usage.
🖥️ Command Used:
top
💡 Example Output Overview:
%Cpu(s): Shows CPU usage percentage
KiB Mem: Displays total, used, and free memory
Tasks: Total running processes
PID, USER, COMMAND: Process details
📘 Explanation:
Press q to quit the top view.
Press M to sort by memory usage.
Press P to sort by CPU usage.
Use k to kill a process directly from the top view.
To display in a more user-friendly way, use:
htop
(Install with sudo apt install htop)
📺 Channel: Secure2Cyber
Daily short videos on Linux Commands, Windows Tips, and Cybersecurity Awareness.
Subscribe to @Secure2Cyber for daily quick tutorials and practical tech knowledge!
📲 Follow Secure2Cyber:
🔹 Instagram: @secure2cyber
🔹 Facebook: @secure2cyber
🏷️ Hashtags:
#linux #topcommand #cpuusage #memoryusage #secure2cyber #linuxcommands #systemadmin #ubuntu #learnlinux #cybersecurity #techshorts