All Projects → Lt0 → Sysmon

Lt0 / Sysmon

Licence: mit
A B/S mode system monitor for linux (demo http://199.247.1.240:2048)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sysmon

Vuetify Todo Pwa
✔️ A simple Todo PWA built with Vue CLI 3 + Vuex + Vuetify.
Stars: ✭ 160 (+45.45%)
Mutual labels:  vuetify, vuejs2, pwa
Vuetify Swipeout
👆 A swipe out example built with Vue CLI 3 + Vuetify + Swiper.
Stars: ✭ 117 (+6.36%)
Mutual labels:  vuetify, vuejs2, pwa
Generator Fountain Webapp
Yeoman 'fountain' generator to start a webapp
Stars: ✭ 985 (+795.45%)
Mutual labels:  vuejs2, webapp
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-64.55%)
Mutual labels:  vuetify, vuejs2
Prestashop
Free PWA & SPA for PrestaShop
Stars: ✭ 59 (-46.36%)
Mutual labels:  pwa, webapp
Next Pwa
Zero config PWA plugin for Next.js, with workbox 🧰
Stars: ✭ 909 (+726.36%)
Mutual labels:  pwa, webapp
Alumna
[Alpha release of v3] Development platform for humans / Plataforma de desenvolvimento para humanos
Stars: ✭ 32 (-70.91%)
Mutual labels:  pwa, webapp
Vue Pomo
A progressive web app for the Pomodoro Technique, built with Vue 2.0, Vuex and Firebase.
Stars: ✭ 51 (-53.64%)
Mutual labels:  vuejs2, pwa
Vue Wordpress Pwa
An offline-first SPA using Vue.js, the WordPress REST API and Progressive Web Apps
Stars: ✭ 665 (+504.55%)
Mutual labels:  vuejs2, pwa
Vue Cloudfront
vue-cloudfront - PWA for cloud storage with focus on design and performance. Made especially for self-hosting purposes. Build with vuejs2 and vuex. Always Open Source, MIT license.
Stars: ✭ 80 (-27.27%)
Mutual labels:  vuejs2, pwa
Mt Music Player
Web music player
Stars: ✭ 63 (-42.73%)
Mutual labels:  pwa, webapp
Node Os Monitor
simple OS monitoring for Node.js
Stars: ✭ 83 (-24.55%)
Mutual labels:  monitor, system
Crypto Compare
Comparison chart between popular cryptocurrencies.
Stars: ✭ 21 (-80.91%)
Mutual labels:  chartjs, webapp
Vue Ts Daily
基于vue、Typescript、pwa的一款习惯养成app
Stars: ✭ 735 (+568.18%)
Mutual labels:  vuejs2, pwa
Docker Vue Node Nginx Mongodb Redis
🐉 An awesome boilerplate, Integrated Docker, Vue, Node, Nginx, Mongodb and Redis in one, Designed to develop & build your web applications more efficient and elegant.
Stars: ✭ 34 (-69.09%)
Mutual labels:  pwa, webapp
Librehardwaremonitor
Libre Hardware Monitor, home of the fork of Open Hardware Monitor
Stars: ✭ 685 (+522.73%)
Mutual labels:  monitor, system
Vuetify Material Dashboard
Vuetify Material Dashboard - Open Source Material Design Admin
Stars: ✭ 1,023 (+830%)
Mutual labels:  vuetify, vuejs2
Absolute
Absolute is a web-based O2O(Online to Offline) platform like Siren-Order for Starbucks. We are focused on creating the platform that is portable, cheaper, easier, decentralized and appless.
Stars: ✭ 96 (-12.73%)
Mutual labels:  pwa, webapp
Money Tracker
💰 Personal finances tracking web app
Stars: ✭ 577 (+424.55%)
Mutual labels:  pwa, webapp
Vue Crud
Vue.js based REST-ful CRUD system
Stars: ✭ 629 (+471.82%)
Mutual labels:  vuetify, vuejs2

中文说明

sysmon

Sysmon is a C/S mode system monitor for Linux distribution. With server side daemon, you can remotely watch usage of your system resources via web browser or clients.

The server side supports common architecture and distribution. In addition to the browser, we also provide client applications for many system such as android/ios/windows/linux/mac os.

Features:

  1. Watch CPU, memory, disk, network usage in one page
  2. Support single CPU usage real-time display
  3. Support detailed memory classification display
  4. Support for watching process details(double-click process), including threads, stack per thread, NUMA, SMAPS, etc.
  5. Powerful process filtering
  6. Support system storage status
  7. Detailed and rich description
  8. Watch System status remotely(via IP)
  9. Mobile friendly
  10. Small web UI(only about 350KB)
  11. Support PWA(you can add the web page to Homescreen)
  12. Server side supports common architecture and distribution
  13. Clients support common platform
  14. Monitor multiple servers by one client

Demo

http://140.82.31.138:2048


Platform/Arch Support

The server is a daemon service, you can access it via IP:PORT by browser or clients.

Server Platform

The following are the systems that have been tested. In addition, sysmon should be able to run on most distribution:

  • Ubuntu 12.04/12.10/14.04/16.04
  • Ubuntu Core 16
  • RHEL 7.1
  • CentOS 7
  • CentOS release 6.5 (Final) (default iptables disables http access,resources network not work)
  • openSUSE Leap 15.0

Unsupported system:

  • CentOS release 5.4 (Final)

Server Architecture

The prebuilt package includes the following architecture:

  • x86-64 (sysmon-server-amd64-$version.tar.xz)
  • x86 (sysmon-server-386-$version.tar.xz)
  • arm (sysmon-server-arm-$version.tar.xz)
  • arm64 (sysmon-server-arm64-$version.tar.xz)
  • mips (sysmon-server-mips-$version.tar.xz)
  • mips64 (sysmon-server-mips64-$version.tar.xz)

Clients Platform

Mobile:

  • Android: sysmon-android-$version.apk
  • IOS: sysmon-ios-$version.ipa

Descktop:

  • Windows(64 位): sysmon-client-win32-x64-$version.7z
  • Windows(32 位): sysmon-client-win32-ia32-$version.7z
  • Linux(x86 32 位): sysmon-client-linux-ia32-$version.tar.xz
  • Linux(x86 64 位): sysmon-client-linux-x64-$version.tar.xz
  • Linux(arm): sysmon-client-linux-armv7l-$version.tar.xz
  • Linux(arm64/aarch64): sysmon-client-linux-arm64-$version.tar.xz
  • Mac OS: sysmon-client-darwin-x64-$version.tar.xz
  • MAS: ysmon-client-mas-x64-$version.tar.xz


Usage

The basic step is to download/compile the application installation package sysmon-server-$arch-$version.tar.xz. Unzip it into any directory, go to the extracted directory, execute sysmon, and then access the running service via browser.


Download

https://github.com/Lt0/sysmon/releases

or

https://pan.baidu.com/s/1EKfi2553dXZFvMWCkr60xQ


Deploy Server Side

Native Application

Downloading sysmon-server-$arch-$version.tar.xz to your server and then unpack it and run sysmon

tar Jxvf sysmon-server-$arch-$version.tar.xz 
cd sysmon
sudo nohup ./sysmon &

After running, access the service by accessing localhost:2048 via a browser.

Note: You need to manually re-execute the sysmon after restarting the system. If you want to start sysmon when booting, please check start onboot section.


Container

Note: The container version is not ready yet, the following steps is just for testing.

Once you get container version of sysmon, run it by this way:

sudo docker run --name sysmon --restart=always -d -p 4096:2048 -v /proc:/hproc --privileged -it sysmon

After running,access the service by accessing localhost:4096 via a browser.


Start onboot

The sysmon server support upstart/systemd framworks to start onboot.If you want to start sysmon on boot, please run install.sh scripts in the extracted directory.


Enable https

The server side of sysmon is based on beego framework,you can edit conf/app.conf to enable https (CertFile and KeyFile is your own cert and key):

EnableHTTPS = true
HTTPSPort = 2049
HTTPSCertFile = xxx.cert
HTTPSKeyFile = xxx.key

For more details: https://beego.me/docs/mvc/controller/config.md


configure procfs path

sysmon depends on procfs to get system info and default path of procfs is /proc. If your procfs path is not /proc, you can configure your procfs path in conf/app.conf:

procfs = /myProcPath


Develop

Setup Develop Environment

Require:

  1. golang
  2. node
  3. musl
sudo apt-get install musl-tools

Server Side

Once the development environment is ready, run command in the project's directory.

bee run -gendoc=true

You can access the backend API by visiting localhost:2048/swagger.

If you want to debug the front end, you need to start front-end service by referring to the following instructions, and then access localhost:2047 for debugging through the browser.

Front End

See README.md in web directory.



Distribute

Firstly you need to setup a develop environment for sysmon.

Native Server

For the first build, you need to go to the web directory and execute

npm run install

And then run command in the repository code directory:

./pack.sh

This command will generate Native Application sysmon-server-$arch-$version.tar.gz.

Build for all supported arch

We can only build all supported arch on x64 server, and you need to install musl-tools and docker before building:

./pack.sh

It will generate built package in current directory.

Note: It build amd64/i386/arm64/mips64 by local go compiler, but build arm/mips by docker image lightimehpq/golang-386


Container Server

Run command in the root path of repository:

mv sysmon-xxx.tar.xz sysmon-latest.tar.xz
sudo ./build-docker-image.sh

This command require docker and alpine:3.7 image. It will generate a docker image sysmon:latest.


Mobile Client

check client/mobile/README.md for details.


Desktop Client

check client/desktop/README.md for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].