Skip to content

akashche/thermostat-byteman-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Byteman Helper for Thermostat

This project implements a Byteman Helper that can transfer records to the Thermostat storage.

Usage example

java -javaagent:path/to/byteman.jar=script:path/to/rules.btm \
    -Dorg.jboss.byteman.verbose \
    -Dthermostat.agent_id=agent_orange \
    -Dthermostat.send_threshold=32 \
    -Dthermostat.lose_threshold=1024 \
    -Dthermostat.transport=<socket or json> \
    -Dthermostat.socket... \ # more transport props
    -cp path/to/helper.jar \
    -jar path/to/app.jar

License information

This project is released under the GNU General Public License, version 2.

Changelog

2015-11-24

  • initial version

About

Byteman Helper for Thermostat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages