Skip to main content
  1. 🔰Posts/

Linux Performance Troubleshooting

·135 words·1 min

Linux Perf Analysis #

1.uptimeLoad averages
2.dmesg -T | tailKernel errors
3.vmstat 1Overall stats by time (Virtual Memory)
4.mpstat -P ALL 1CPU balance
5.pidstat 1Process usage
6.iostat -xz 1 / iotopDisk I/O
7.free -mMemory usage
8.sar -n DEV 1Network I/O
9.sar -n TCP,ETCP 1TCP stats
10.top / htopCheck overview
11.lsofList Open Files
12.tcpdumpNetwork Packet Analyzer
13.netstatNetwork Statistics
14.iptrafReal-time IP LAN Monitoring
15.psacct / acctMonitor User Activity
16.nethogs / iftopMonitor per-process network bandwidth
17.nmonMonitor Linux performance
18.s-tuiTerminal-based CPU Stress and Monitoring tool
19.atopAdvanced system & process monitoring
20.btopModern Resource Monitoring

» Sources « #

RobK
Author
RobK
DevOps | Agile | AWS | Ansible | Terraform | PowerShell | Windows | Linux | Git