#{include 'Application/top_head.html'/}
#{include 'Application/top_nav.html'/}
#{data-table-init tableName:'list-all', defaultSize:'50', , sortSpec:'[]' /}
#{include 'Commands/commandsnav.html'/}
#{include 'tags/refresh.html'/}
Commands Defined in Config
#{table-declare tableName:'list-all' /}
No. |
Type |
httpMethod |
Protocol |
Port |
HttpHeader |
UrlPostfix |
Request Content Template |
MaxConcurrency |
ExtractFrom |
ExtractTo |
#{list items:commands, as:'obj'}
${obj_index} |
${obj.agentCommandType}
|
|
${obj.requestProtocol} |
${obj.requestPort} |
${obj.httpHeaderType}
|
${obj.requestUrlPostfix} |
${obj.requestContentTemplate} |
${obj.maxConcurrency} |
${obj.responseExtractIndexStart} |
${obj.responseExtractIndexEnd} |
#{/list}
* MaxConcurrency value 0 or negative: will use the default value of 1500 (defined as MAX_CONCURRENT_SEND_SIZE in application.conf).
#{include 'Application/footer.html'/}