Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 738 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 738 Bytes

A simple Bash script that displays system info in Linux.

The script performs the following operations:

  • Displays the user's public IP address
  • Displays the user's local IP address
  • Displays the Default Gateway
  • Displays the MAC address
  • Displays the top 5 processes by CPU usage
  • Displays memory usage
  • Displays availabe services
  • Displays the top 10 largest files found in /home
  • Displays current CPU usage (refreshes every 10 seconds until being stopped by the user) 1 2 3