Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 381 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 381 Bytes

fast-dstat

A fast and simple dstat page written in Go and gofiber

Installation

Cloning the project (make sure you have Golang installed first)

  git clone https://github.com/hungnguyennaz/fast-dstat
  cd fast-dstat

Install required packages and build

  go get github.com/gofiber/fiber/v2
  go build -o fast-dstat

Run

  ./fast-dstat