LinuxAdminToolkitLinuxAdminToolkit
Home
Guide
About Me
GitHub
Home
Guide
About Me
GitHub
  • Administrator's Manual

    • Commands
      • Basic Commands
      • File Management
      • Process Management
      • User and Group Management
      • System Information
      • Disk Usage
    • Networking
      • IP Address
      • Subnetting
      • Routing
      • Firewall
      • Network Tools
    • Services
      • Service Management
      • Service Configuration
      • Common Services
    • Monitoring and Logging
      • System Monitoring
      • Log Management
      • Monitoring Tools
      • Log Analysis Tools
    • Shell Scripting
      • Basic Shell Script Structure
      • Variables
      • Control Structures
      • Functions
      • Input and Output
      • Debugging and Error Handling
      • Advanced Topics
    • Configurations Files
      • System Configuration Files
      • Network Configuration Files
      • Service Configuration Files
      • Application Configuration Files
      • Editing Configuration Files
      • Backup and Restore Configuration Files

System Monitoring

top

  • Provides a dynamic view of system processes and resource usage.
top

htop

  • It is an Interactive Process Viewer.
  • Enhanced version of top.
htop

vmstat

  • It displays information about processes, memory, paging, block IO, traps, and CPU activity.
vmstat

iostat

  • It displays information about CPU and I/O statistics.
iostat

free

  • It displays free and used memory in the system.
free

df

  • It shows disk space usage in a human-readable format.
df

du

  • It summarizes disk usage of a directory and its contents.
du -sh /path/to/directory
Edit this page on GitHub
Last Updated:
Contributors: Jenil Gajjar, jenilgajjar20
Next
Log Management