Version Differences for Performance Tuning Agents

(Notes on Using SETENV)
(Lot more codestation.properties stuff added)
Line 25:
  <th>Anthill Description</th>    <th>Anthill Description</th> 
  </tr>    </tr> 
- <tr>   + <tr><td>'''codestation.authToken'''</td><td>Specify an alternate authentication to username and password. Mainly used by AnthillPro agents</td></tr>  
- <td>'''codestation.cache.dir'''</td>   + <tr><td>'''codestation.cache.dir'''</td><td>Location of the agent Codestation cache. Default is the agent's ''%USERPROFILE%\.codestation'' directory.</td><td>Location of the Codestation cache directory in the Agent's filesystem (default: ''~/.codestation/cache'').</td></tr>  
- <td>Location of the agent Codestation cache. Default is the agent's ''%USERPROFILE%\.codestation'' directory.</td>   + <tr><td>'''codestation.cache.timeToLive'''</td><td>Number of days to keep something in the cache. Default is ''3 days''.</td><td>Use the Codestation Time-to-live feature to determine how long unused artifacts remain in the cache (default: ''3 days'').</td></tr>  
- <td>Location of the Codestation cache directory in the Agent's filesystem (default: ''~/.codestation/cache'').</td>   + <tr><td>'''codestation.fallbackToOffline'''</td><td>Attempt to get artifacts from local cache if server is offline if true.</td></tr>  
- </tr><tr><td>'''codestation.cache.timeToLive'''</td>   + <tr><td>'''codestation.force'''</td><td>Download artifacts from the server even if they exist in local cache if true.</td></tr>  
- <td>Number of days to keep something in the cache. Default is ''3 days''.</td>   + <tr><td>'''codestation.includeDirsAndSymlinks'''</td><td>Include empty directories and symlinks when publishing or resolving artifacts if true.</td></tr>  
- <td>Use the Codestation Time-to-live feature to determine how long unused artifacts remain in the cache (default: ''3 days'').</td>   + <tr><td>'''codestation.includePermissions'''</td><td>Include permissions when publishing or resolving artifacts if true.</td></tr>  
- </tr><tr><td>'''codestation.noCache'''</td>   + <tr><td>'''codestation.includeOwner'''</td><td>Include owner when publishing or resolving artifacts.</td></tr>  
- <td>Control over agent Codestation caching.</td>   + <tr><td>'''codestation.includeGroup'''</td><td>Include group when publishing or resolving artifacts.</td></tr>  
- <td>Don't use Codestation cache; resolve artifacts directly to the Agent.</td>   + <tr><td>'''codestation.nativeCopyCommand'''</td><td>Specify the native copy command to use.</td></tr>  
- </tr><tr><td>'''codestation.secondaryCache.dir'''</td>   + <tr><td>'''codestation.noCache'''</td><td>Control over agent Codestation caching.</td><td>Don't use Codestation cache; resolve artifacts directly to the Agent.</td>  
- <td>Location of secondary cache. Default is not enabled.</td>   + <tr><td>'''codestation.noVerify'''</td><td>Skip artifact verification if true.</td></tr>  
- <td>Secondary cache can improve performance when located on a network share.</td>   + <tr><td>'''codestation.offline'''</td><td>Run in offline mode if true.</td></tr>  
- </tr><tr><td>'''codestation.suppress.bom'''</td>   + <tr><td>'''codestation.preserveTimeStamps'''</td><td>AnthillPro will preserve file time stamps when transferring artifacts between the server and agents using the resolve and deliver artifact steps if true.</td></tr>  
- <td>Control over whether .bom bill of materials files should be created when artifacts are resolved. Default is ''true''.</td>   + <tr><td>'''codestation.repo.dir'''</td><td>Specify a repository directory.</td></tr>  
- <td>In scenarios where the cleanup is never performed, the BOM files are unnecessary.</td>   + <tr><td>'''codestation.secondaryCache.dir'''</td><td>Location of secondary cache. Default is not enabled.</td><td>Secondary cache can improve performance when located on a network share.</td></tr>  
- </tr><tr><td>'''lab.manager.<configuration>'''</td>   + <tr><td>'''codestation.suppress.bom'''</td><td>Control over whether .bom bill of materials files should be created when artifacts are resolved. Default is ''true''.</td><td>In scenarios where the cleanup is never performed, the BOM files are unnecessary.</td>  
- <td>Identifies an agent as the agent installed in the <configuration> on VMware Lab Manager.</td>   + <tr><td>'''codestation.useNativeCopy'''</td><td>Use a native copy command if true.</td></tr>  
- </tr>   + <tr><td>'''codestation.verbose'''</td><td>Run in verbose mode if true.</td></tr>  
    + <tr><td>'''lab.manager.<configuration>'''</td><td>Identifies an agent as the agent installed in the <configuration> on VMware Lab Manager.</td></tr>  
  </table>    </table>