https://github.com/hal/dmr.analytics
Utilities to analyze the WildFly management model
https://github.com/hal/dmr.analytics
Last synced: about 2 months ago
JSON representation
Utilities to analyze the WildFly management model
- Host: GitHub
- URL: https://github.com/hal/dmr.analytics
- Owner: hal
- Created: 2014-07-04T02:18:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-11T10:39:02.000Z (almost 12 years ago)
- Last Synced: 2025-01-07T05:48:46.506Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 12 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DMR Analytics
A bunch of utilities to analyze the WildFly management model.
Requires SBT to run and execute the core facilities and pandas/ipython to run the notebooks and analyze the model.
## Data export
The use spark to extract the data and do the munging.
This step requires a running Wildfly instance to retrieve the model from. You can invoke data export through sbt:
`sbt run`
Then select the DMR related scripts.
## Analytic tools
- http://pandas.pydata.org/
- http://ipython.org/
Once the python tools are installed you can launch the notebook server with
`./notebook.sh`
## Examples
An example notebook can be found [here](http://nbviewer.ipython.org/github/hal/dmr.analytics/blob/master/notebooks/AttributeMetaData.ipynb)