How to deploy the network overlfow plugin

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to deploy the network overlfow plugin

balajilinks
i downloaded the code from github and I built the Jar file locally.. Can you please give some guidance on how to deploy the custom plugin and how to monitor the same?.
Reply | Threaded
Open this post in threaded view
|

Re: How to deploy the network overlfow plugin

junoyoon
Administrator
Did you package it with atlas-package command provided by atlassian plugin SDK?

If so, you can just copy the jar file located in the target folder to ${NGRINDER_HOME}/plugins folder.

Then add followings in the system.conf

ngrinder.bandwidth.limit.megabyte=100
ngrinder.pertest.bandwidth.limit.megabyte=100
Reply | Threaded
Open this post in threaded view
|

Re: How to deploy the network overlfow plugin

balajilinks
Thanks for adding more details in the network overflow plugin.. It works.  Thanks a lot.