Skip to content

Bash script to analyze server performance statistics on Ubuntu systems

License

Notifications You must be signed in to change notification settings

idesmukh/systemeye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Systemeye

Systemeye is a bash script to analyze basic server performance statistics on Ubuntu systems. It is designed for system monitoring and debugging.

Features

Systemeye prints the following performance statistics to the terminal and refreshes every 5 seconds.

  • Total CPU Usage
  • Total Memory Usage
  • Total Disk Usage
  • Top 5 Processes by CPU Usage
  • Top 5 Processes by Memory Usage

Getting Started

Prerequisites

  • An Ubuntu-based server or desktop environment.
  • Bash shell access.

Installation

  1. Clone the repository:

    git clone https://github.com/idesmukh/systemeye.git
    cd systemeye
  2. Make the script executable:

    chmod +x systemeye.sh

Usage

Run the script from your terminal:

./systemeye.sh

License

This code is provided under the MIT license.

About

Bash script to analyze server performance statistics on Ubuntu systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages