previous      content      next
Built-in probes

We have prepared a set of probes to help investigating typical problems. The probes are ready to use out-of-the-box. Also you can use them as good examples to start with should you decide creating custom probes.

The following built-in probes are available at the moment:

Also, package com.yourkit.probes.builtin contains classes which are not probe classes nor contain probe classes, but instead provide some useful functionality:

Registering built-in probes

Use the following startup options to control which built-in probes should be registered on startup:

  • builtinprobes=all - all built-in probes (default behavior)
  • builtinprobes=none - none of the built-in probes

To register particular probe(s) only, use the following sequence:

builtinprobes=none,probe=class_A[,probe=class_B...]

Note that for the built-in probes you do not have to specify class path with probeclasspath or probebootclasspath options. The profiler agent contains the built-in probe classes and handles their loading.

You can also register built-in probes by name in runtime with the help of the API. Read more...

previous      content      next