Skip to content

Commit

Permalink
Fix whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Feb 1, 2019
1 parent db94883 commit b61b64e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/telemetry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ You probably want to gain additional insights from a race. Therefore, we have ad

Available telemetry devices:

Command Name Description
-------------- --------------------- --------------------------------------------------------------------
jit JIT Compiler Profiler Enables JIT compiler logs.
gc GC log Enables GC logs.
jfr Flight Recorder Enables Java Flight Recorder (requires an Oracle JDK or OpenJDK 11+)
perf perf stat Reads CPU PMU counters (requires Linux and perf)
node-stats Node Stats Regularly samples node stats
recovery-stats Recovery Stats Regularly samples shard recovery stats
Command Name Description
-------------- --------------------- --------------------------------------------------------------------
jit JIT Compiler Profiler Enables JIT compiler logs.
gc GC log Enables GC logs.
jfr Flight Recorder Enables Java Flight Recorder (requires an Oracle JDK or OpenJDK 11+)
perf perf stat Reads CPU PMU counters (requires Linux and perf)
node-stats Node Stats Regularly samples node stats
recovery-stats Recovery Stats Regularly samples shard recovery stats

Keep in mind that each telemetry device may incur a runtime overhead which can skew results.

Expand Down

0 comments on commit b61b64e

Please sign in to comment.