eclipse-openj9 / openj9-utils

Other
16 stars 29 forks source link

send event-type data to networking clients #55

Closed yathamravali closed 3 years ago

yathamravali commented 3 years ago

Fixes: #50 Signed-off-by: Ravali Yatham rayatha1@in.ibm.com

yathamravali commented 3 years ago

@mpirvu - Please review

mpirvu commented 3 years ago

To test this change you need to start the JVM with the agent and specify the port number as an option to the agent. Then start the client, which will connect to the JVM and wait for keyboard input. Then copy/paste command from a text editor into the command window for the client, like so: "functionality":"methodEntryEvents", "command":"start","delay":0}

{"functionality":"methodEntryEvents", "command":"stop","delay":1}

yathamravali commented 3 years ago

Thanks @mpirvu, Tested the code change in interactive mode. PTAL

yathamravali commented 3 years ago

@mpirvu - PTAL

mpirvu commented 3 years ago

Before merging I would like some confirmation that local testing has been performed.

yathamravali commented 3 years ago

Yes tested