Skip to content

ronitd07/server-performance-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Server Performance Statistics

A simple Bash script to analyze basic Linux server performance statistics.

Features

  • Total CPU usage
  • Total memory usage with free/used percentage
  • Total disk usage with free/used percentage
  • Top 5 processes by CPU usage
  • Top 5 processes by memory usage
  • OS version
  • Uptime
  • Load average
  • Logged-in users
  • Failed login attempts

The project from: https://roadmap.sh/projects/server-stats

Usage

Step 1: Make the script executable

Before running the script, you need to grant executable permission to server-stats.sh:

chmod +x server-stats.sh

Step 2: Run the script

Once the script has execution permission, you can run it using the command:

./server-stats.sh

About

script to analyse server performance stats.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages