Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The report is based on the bootstrap library and can be viewed in a browser.

Profiling management

1) JMX:

  • void startProfiling() // Start profiling in the cluster.
  • void startProfiling(long maxFileSize, int bufferSize, int flushBatchSize) // Start profiling in the cluster with custom parameters.
  • void stopProfiling() // Stop profiling in the cluster.
  • boolean profilingEnabled() // True if profiling enabled.

2) Control.sh utility. Functionality is like JMX.

Public API changes

The new module will be created: ignite-profiling.

...