https://github.com/georgeosddev/xitrum-metrics-demo
demo of xitrum metrics feature
https://github.com/georgeosddev/xitrum-metrics-demo
Last synced: 2 months ago
JSON representation
demo of xitrum metrics feature
- Host: GitHub
- URL: https://github.com/georgeosddev/xitrum-metrics-demo
- Owner: georgeOsdDev
- Created: 2014-03-13T09:44:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T09:59:52.000Z (about 5 years ago)
- Last Synced: 2025-01-20T19:33:17.975Z (4 months ago)
- Language: Scala
- Size: 962 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## xitrum-metrics-demo
### Prototype of [Xitrum Metrics feature](https://github.com/ngocdaothanh/xitrum/issues/80)
* Start Project
git clone https://github.com/georgeOsdDev/xitrum-metrics-demo.git
sbt/sbt run* Access with Browser
open http://localhost:8000/xitrum/metrics/viewer
* Do this command in Broeser Develper Tool console.
initMetricsChannel(function(){console.log(JSON.parse(arguments[0]))},function(){console.log(arguments)});
## TODO
* Modularize in xitrum
* Visual viewer
* Metrics sampling for action, actor, sockjs, etc
* Configlation setting
* Cluster Usage on glokka
* Code refactoring wiht Ngoc