Hi MoSKito community,
we published MoSKito version 2.1.5.
First we fixed bug with recently released ThreadStateProducer.
Additionally, we added an integrated RESTful interface, that is parallel to MoSKito user interface. Add accumulator like this:
http://{{url}}:{{port}}/{{app}}/muirest/accumulators/create { "name": "TestAccumulator", "producerId": "ThreadCount", "interval": "1m", "unit": "MILLISECONDS", "statName": "ThreadCount", "valueName": "current" }
Please note: In order to avoid conflicts with JAR’s delivered by JBoss container you need to update your web.xml, see documentation below.
Further reading
- MoSKito JBoss integration: https://confluence.opensource.anotheria.net/display/MSK/MoSKito+and+JBoss
- MoSKito REST interface: https://confluence.opensource.anotheria.net/display/MSK/MoSKito+WebUI+REST+Interface
- MoSKito Change log: https://confluence.opensource.anotheria.net/display/MSK/03+Change+Log
- Latest MoSKito version in Central Repo: http://search.maven.org/#artifactdetails%7Cnet.anotheria%7Cmoskito%7C2.1.5%7Cpom
Cheers
Michael