# wgcloud **Repository Path**: nhapis/wgcloud ## Basic Information - **Project Name**: wgcloud - **Description**: linux高性能监控系统,java开发,支持内存,cpu,磁盘IO,系统负载,网络流量,进程等监控,服务心跳检测,数据监控 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: http://www.wgstart.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1247 - **Created**: 2020-07-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## WGCLOUD-v2.3.6 [中文版README](./README_zh.md) Wgcloud is a distributed monitoring platform based on Java language. Its core modules include: server cluster monitoring, ES cluster monitoring, CPU monitoring, memory monitoring, data monitoring(mysql,oracle,pg), service heartbeat detection, application process management, disk IO monitoring, system load monitoring, monitoring alarm information push. 1.It adopts the collaborative work mode of server and client, which is lighter and more efficient. After cluster optimization, it can support 5000 + host monitoring. 2.The server is responsible for receiving data, processing data and generating charts. The agent side is responsible for regularly reporting the indicator data. 3.Support the installation and deployment of mainstream server platforms, such as Linux, windows, Solaris, AIX, HP-UX, etc. 4.Wgcloud adopts the microservice springboot + bootstrap to realize the distributed monitoring system perfectly, which is open-source community and secondary open-source. ## **Source code use** 1.Because wgcloud is developed with spring boot framework, it is necessary to build new Maven projects, wgcloud server and wgcloud agent respectively 2.Then copy the source code and POM files under the wgcloud-server and wgcloud-agent to the newly-built project wgcloud server and wgcloud agent respectively, and overwrite the corresponding directory 3.Run the required SQL script (MySQL database is used in this project). Under the SQL folder, create the database wgcloud in MySQL database and import wgcloud.sql. 4.So, DLL and other files of sigar required for wgcloud agent to run are listed in sigarLibs.zip It can be used after decompression. **5. If you feel that wgcloud has helped you, please support the wechat payment code of the website below. With your support, open source can do better. Thank you.** **6.If gpl3.0 cannot meet your needs, please contact me for more flexible authorization, tianshiyeben@qq.com .** ## download