Giter Site home page Giter Site logo

systemmonitor's Introduction

集群监控管理系统

设计说明

名称:集群监控管理系统

英文名:SystemMonitor

Logo

这里写图片描述

物理架构:C/S架构,即客户端,服务器型架构

开发语言:Python3.4,Django1.8.x

开发平台:CentOS 7.2

最新版本:v0.1

项目源码https://github.com/dreamer2018/SystemMonitor

主要功能简述

客户端:

获取主机的系统资源,主要包括:

  • 内存使用率
  • CPU占用率
  • 磁盘I/O
  • 磁盘空间使用率
  • 网络延迟
  • 主机所开端口
  • 在线用户信息

客户端收集这些信息,并将这些信息发送至服务器

服务器端:

获取到客户端数据后,进行处理计算,策略匹配,对于异常数据通过发送邮件的方式进行告警

逻辑架构

基础逻辑架构图(2.0版)

这里写图片描述

模块-类对应图(2.0版)

这里写图片描述

网络架构

网络拓扑架构图(2.0版):

这里写图片描述

开发接口(2.0版)

这里写图片描述 这里写图片描述 这里写图片描述 这里写图片描述 这里写图片描述 这里写图片描述 这里写图片描述 这里写图片描述 这里写图片描述 这里写图片描述 这里写图片描述 这里写图片描述

更新点:

  1. 完成对底层数据库更改,将pymysql变更为pymysql+SQLArchemy
  2. 完成将计算转移,将计算从服务器端转义指客户端
  3. 对部分代码进行优化,修改json传输格式

systemmonitor's People

Contributors

hevervie avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.