https://github.com/wgliang/opengacm
OpenGACM is a Distributed and High-Performance Golang application Managing and Monitoring System.
https://github.com/wgliang/opengacm
application go-application management-agent management-server management-system metrics monitoring
Last synced: 2 months ago
JSON representation
OpenGACM is a Distributed and High-Performance Golang application Managing and Monitoring System.
- Host: GitHub
- URL: https://github.com/wgliang/opengacm
- Owner: wgliang
- License: gpl-2.0
- Created: 2017-08-23T09:12:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T07:39:18.000Z (about 8 years ago)
- Last Synced: 2025-06-30T08:07:04.144Z (3 months ago)
- Topics: application, go-application, management-agent, management-server, management-system, metrics, monitoring
- Language: Go
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opengacm
[](https://travis-ci.org/wgliang/opengacm)
[](https://godoc.org/github.com/wgliang/opengacm)
[](https://landscape.io/github/wgliang/opengacm/master)
[](https://goreportcard.com/report/github.com/wgliang/opengacm)
OpenGACM is a Distributed and High-Performance Golang application Managing and Monitoring System.
## Modules
- [opengacm-client](https://github.com/wgliang/opengacm/modules/client) - opengacm-client is a client agent that can manage local go applications,such as building applications, opening, shutting down and restarting operations; and you can also use gacm-client to diagnose running Go applications. In addition, as an important part of the opengacm project, opengacm-client is a machine-level proxy unit that will assume data acquisition, data reporting, application remote management, and application deployment.
- opengacm-transfer
- opengacm-heaetbeats
- opengacm-judge
- opengacm-aggregator
- opengacm-alarm
- opengacm-sotrage
- opengacm-dashboard## Architecture

## Credits
Inspired by [gops](https://github.com/google/gops),[apm](https://github.com/topfreegames/apm) and [moby](https://github.com/moby/moby).