content/flux/v0/stdlib/profiler/_index.md
The profiler package provides performance profiling tools for Flux queries and operations.
Profile results are returned as an extra result in the response named according to the profiles which are enabled.
option profiler.enabledProfilers = [""]
enabledProfilers is a list of profilers to enable during execution.
Provides statistics about the execution of an entire Flux script. When enabled, results include a table with the following columns:
The operator profiler output statistics about each operation in a query.
Operations executed in the storage tier
return as a single operation.
When the operator profile is enabled, results include a table with a row
for each operation and the following columns: