wilbyang / sysm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sysm

A system monitoring shows cpu and memory usage

Reference

use gosigar for collecting cpu and memory information

use websocket to send back the metrics to frontend for visualization

Local setup

Installation

  1. install dep for golang dependency management
  2. dep ensure
  3. docker build -t mygo:sysm-v1 .
  4. docker run -d -p8088:8088 --name gomonitor mygo:sysm-v1

About


Languages

Language:Go 97.7%Language:Dockerfile 2.3%