Versions Compared

Key

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

...

  • Ignite and plugins versions, topology changes, profiling start/end time
  • Queries (SQL, scan, ..) timings, resources:
    • Queries that took up the most time
    • Slowest queries
    • Most frequent queries
    • Failing queries
    • Queries count by type
    • Queries that took up the most CPU/IO/Disk
  • User tasks timings, resources
    • Jobs of slowest tasks
  • Caches and cache operations statistics (similar to queries):
    • Get/Put/Remove
    • Transactions
    • Invoke
    • Lock
    • create/destroy caches
  • Workload by nodes
    • CPU/IO/Disk resources
  • Checkpoints statistics
  • WAL statistics
  • PME statistics

...

The Ignite will log some additional internal statistics using separate log category of IgniteLogger. Later it will be some binary format.

The new ignite-profiling module will be introduced. It will contain:

...

  • The tool to build the report: report.sh(bat)

...

// Links to discussions on the devlist, if applicable.

Report example


Image Added

Reference Links

...