JBoss.orgCommunity Documentation
You can use RESTful service to request to inject or reject data. The format of request link is:
http://{domain}/{rest}/bench/{inject|reject}/{plug-inName}?[params]
For example, after registering the WikiDataInjector plug-in as above, you can request injection as follows: http://localhost:8080/rest-ksdemo/bench/inject/WikiDataInjector?mP=10&mA=100&mD=1&rand=false&wo=classic&wt=portal with 10 childrens of each page created, 100 kb each attachment, 1 depth level for wiki portal classic.
To reject such created data, request this link: http://localhost:8080/rest-ksdemo/bench/reject/WikiDataInjector.