Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahlusar1989/metrics-visualizer-system-mem-cpu
Multi-agent Performance Monitoring using Akka, React and MongoDB
https://github.com/ahlusar1989/metrics-visualizer-system-mem-cpu
Last synced: 23 days ago
JSON representation
Multi-agent Performance Monitoring using Akka, React and MongoDB
- Host: GitHub
- URL: https://github.com/ahlusar1989/metrics-visualizer-system-mem-cpu
- Owner: ahlusar1989
- Created: 2016-11-11T17:49:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-11T17:51:02.000Z (about 8 years ago)
- Last Synced: 2024-10-04T23:41:20.069Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Metrics Visualizer
1. Start MongoDB
1. Run the server
`sbt server/run`
1. Run the sample agent
`sbt agent/run`
1. The dashboard is now available at [http://localhost:9080](http://localhost:9080)
There is a sample agent included into the template. Modify it (as well as the dashboard) according to your needs or implement your own on your favourite language.