System information, process and memory management
These commands are useful for monitoring processes, managing system resources, and troubleshooting issues in Linux:
top
: Displays a real-time, dynamic view of system processes, showing CPU and memory usage. It helps you monitor system performance and identify resource-hungry processes.ps
: Provides a snapshot of currently running processes on your system. It displays details like process IDs (PIDs), CPU usage, and the command that started each process.kill
: Terminates running processes by sending signals to them. You provide the process ID (PID) of the target process to stop it, either gracefully or forcefully.df
: Reports disk space usage for mounted filesystems, showing how much space is used and how much is available. The-h
option displays the output in human-readable formats like MB or GB.free
: Displays information about system memory usage, including total, used, and free memory, as well as swap space. The-h
option formats the output in a more readable way.
Components
If you want to buy a RaspberyPi 5 board try on amazon: https://amzn.to/4dqDhXzor aliexpress: https://s.click.aliexpress.com/e/_DEVUTJh
Documentation
Support this blog
If you make purchases using the links that lead to emag.ro, amazon and aliexpress.com, you will support my blog, and 50% of the donations will be directed to the "Dăruiește Viață" foundation. Thank you!
Thank you for your attention!
For questions and/or technical consulting, I am available in the comments section below or via email at simedruflorin@automatic-house.ro. Have a great day, everyone!