mingzi47 / remote-top

a simple remote linux monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remote-top

Remote Linux Monitoring with gRPC Implementation, Client built using go-wails

Why

Todo

  • Connectiong to Remote Linux.
  • Client connecting to multiple remote Linux instances.
  • async log
  • Establishing a Secure Connection.

Trying

server

$ git clone https://github.com/mingzi47/remote-top.git
$ cd remote-top
$ cmake -B build
$ cmake --build build
$ ./build/server/server

client

$ git clone https://github.com/mingzi47/remote-top.git
$ cd remote-top/client
$ wails dev

About

a simple remote linux monitor

License:MIT License


Languages

Language:C++ 48.7%Language:Vue 27.0%Language:JavaScript 8.6%Language:Go 7.9%Language:CMake 2.9%Language:Shell 2.1%Language:Dockerfile 1.4%Language:CSS 0.9%Language:HTML 0.5%