Skip to content

Commit

Permalink
Correct JMC download link (#939)
Browse files Browse the repository at this point in the history
Mission Control is available as OpenJDK project now so we refer to that
location for the download link.
  • Loading branch information
danielmitterdorfer authored Mar 30, 2020
1 parent 3b5eee2 commit 8fd6131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/telemetry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jfr

The ``jfr`` telemetry device enables the `Java Flight Recorder <http://docs.oracle.com/javacomponents/jmc-5-5/jfr-runtime-guide/index.html>`_ on the benchmark candidate. Up to JDK 11, Java flight recorder ships only with Oracle JDK, so Rally assumes that Oracle JDK is used for benchmarking. If you run benchmarks on JDK 11 or later, Java flight recorder is also available on OpenJDK.

To enable ``jfr``, invoke Rally with ``esrally --telemetry jfr``. ``jfr`` will then write a flight recording file which can be opened in `Java Mission Control <http://www.oracle.com/technetwork/java/javaseproducts/mission-control/java-mission-control-1998576.html>`_. Rally prints the location of the flight recording file on the command line.
To enable ``jfr``, invoke Rally with ``esrally --telemetry jfr``. ``jfr`` will then write a flight recording file which can be opened in `Java Mission Control <https://jdk.java.net/jmc/>`_. Rally prints the location of the flight recording file on the command line.

.. image:: jfr-es.png
:alt: Sample Java Flight Recording
Expand Down

0 comments on commit 8fd6131

Please sign in to comment.