Useful Links
Computer Science
Operating Systems
Linux
Linux Administration
1. Introduction to Linux and System Administration
2. The Command-Line Interface (CLI)
3. User and Group Management
4. File Permissions and Ownership
5. Process Management
6. Software and Package Management
7. System Services and Daemons
8. Networking
9. Storage Management
10. System Security
11. Shell Scripting and Automation
12. System Monitoring and Performance
13. Backup and Recovery
14. Advanced Topics
System Monitoring and Performance
Monitoring Key Metrics
CPU Usage
top
htop
sar
Memory Usage
free
vmstat
Disk and I/O Performance
iostat
iotop
Network Performance
iftop
nload
ip -s
Log Analysis
Identifying Issues in System Logs
Using grep and awk for Log Parsing
Monitoring Log Files in Real Time
Performance Tuning
Kernel Parameter Tuning
Tuning Application Performance
Identifying and Resolving Bottlenecks
Previous
11. Shell Scripting and Automation
Go to top
Next
13. Backup and Recovery