Analyze tools

When you try to analyze the problem or performance of your Linux OS, steps:

  • overview tools

    • top

    • vmstat

    • sar

    • hardware overview

  • after you find the problem on which part, use more specific tool

    • cpu

      • top

      • vmstae

      • sar

      • mpstat

    • disk/IO

      • top

      • vmstat

      • sar

      • lsof

      • iostate

    • memory

      • top

      • vmstat

      • sar

    • network

      • ss

      • netstat

      • lsof

    • process

      • ps

      • ls -al /proce | grep pid

      • stat /proc/pid

    • OS version

      • uname

      • lscpu

      • lsblk

Last updated

Was this helpful?