Skip to content

nurulislamrimon/server-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Stars Shell

Server Status – Grafana-style Terminal Dashboard

Server Status Dashboard

A beautiful, flicker-free, real-time terminal dashboard inspired by Grafana Dark Theme.
Designed for production servers — fast, clean, and professional.

Monitors:

  • CPU usage (total + per core)
  • Memory & swap
  • Disk usage
  • Network RX/TX speed
  • Active connections
  • Total & active processes
  • Top CPU-consuming processes
  • Service status monitoring

Requirements

  • Linux (Ubuntu / Debian / CentOS / RHEL / Fedora)
  • Bash 4+
  • Common tools:
    • top
    • free
    • df
    • ps
    • awk
    • grep
    • ss
  • Optional:
    • iostat (for disk I/O)

Installation (Using curl — No git)

Download

curl -fsSL https://raw.githubusercontent.com/nurulislamrimon/server-status/main/server-status.sh -o server-status

Make executable

chmod +x server-status

Move to system path

sudo mv server-status /usr/local/bin/server-status
sudo chmod +x /usr/local/bin/server-status

Run

server-status

Visual

Server Status Dashboard

Usage

server-status [OPTIONS]

Options

Option Description
--help Show help
--interface <name> Override network interface
--refresh <seconds> Refresh interval
--services "svc1,svc2" Custom services list

Example Output

CPU: 68.4% | Processes: 285 | Active: 12
Network RX: 245 KB/s | TX: 120 KB/s
Services: nginx mysql docker

Customization

Edit variables at the top of the script to change:

  • Refresh speed
  • Services
  • Colors
  • Thresholds
  • Layout

License

MIT License


Author

Nurul Islam Rimon
https://github.com/nurulislamrimon

⭐ Star the repo if you like it!

About

A beautiful, flicker-free, real-time terminal dashboard inspired by Grafana Dark Theme. Designed for servers — fast, clean, and professional.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages