| | |
| | | <defaultcall function="modifyLoad"/> |
| | | |
| | | |
| | | |
| | | <!-- ************************************************************ --> |
| | | <!-- Client is automatically called by the scheduler and must --> |
| | | <!-- always define all the parameters below --> |
| | | <function name="modifyLoad" scope="local"> |
| | | <function-map-args> |
| | | <function-arg-def name="workingDir" type="required"> |
| | | </function-arg-def> |
| | | <function-arg-def name="client" type="required"> |
| | | </function-arg-def> |
| | | <function-arg-def name="instances" type="required"> |
| | | </function-arg-def> |
| | | <function-arg-def name="duration" type="required"> |
| | | </function-arg-def> |
| | | <function-arg-def name="suffix" type="required"> |
| | | </function-arg-def> |
| | | <function-arg-def name="fileFd" type="required"> |
| | | </function-arg-def> |
| | | <function-arg-def name="workingDir" type="required"/> |
| | | <function-arg-def name="client" type="required"/> |
| | | <function-arg-def name="instances" type="required"/> |
| | | <function-arg-def name="duration" type="required"/> |
| | | <function-arg-def name="suffix" type="required"/> |
| | | <function-arg-def name="outFile" type="required"/> |
| | | <function-arg-def name="fileFd" type="required"/> |
| | | </function-map-args> |
| | | |
| | | <sequence> |
| | |
| | | <script> |
| | | compilDir = '%s/%s_%s' % (workingDir,client.getHost(),client.getId()) |
| | | |
| | | outFile = '%s/client_modifyLoad_id%s.txt' % \ |
| | | (client.getLogDir(),client.getId()) |
| | | |
| | | # |
| | | # Extract client parameters from client.getParams() |
| | | # |