wiki:LaunchProperties
Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

System properties used to configure TOD

In this page we list the different system properties that are used by TOD.

TOD agent

Properties used by the TOD agent (ie. for the VM that runs the debugged program).

  • agent-verbose: Verbosity level of the agent (0 = silent; 3 = max verbosity level).
  • collector-host: Host name of the database.
  • collector-port: Port the database is listening to.
  • client-hostname: Defines the name of the host the agent runs on.
  • agent-cache-path: Defines the path where the native agent stores instrumented classes.

Plugin

Properties used by the TOD plugin (these should be passed to the Eclipse process).

  • agent.path: Path to the tod-agent classes (defaults to the tod-agent.jar of the plugin).
  • tod.agent.name: Name of the native agent to load (defaults to the name defined in the deployment properties).
  • bcilib.path: Path to the native agent (overrides agent.name). Defaults to agent.name in the plugin’s lib directory).