diff --git a/src/views/dashboard/related/async-profiling/components/NewTask.vue b/src/views/dashboard/related/async-profiling/components/NewTask.vue index b89b4249..77869e14 100644 --- a/src/views/dashboard/related/async-profiling/components/NewTask.vue +++ b/src/views/dashboard/related/async-profiling/components/NewTask.vue @@ -39,7 +39,50 @@ limitations under the License. -->
-
{{ t("execArgs") }}
+
+ {{ t("execArgs") }} + + +
+

+ live + - build allocation profile from live objects only +

+

+ lock[=DURATION] + - profile contended locks overflowing the DURATION ns bucket (default: 10us) +

+

+ alloc[=BYTES] + - profile allocations with BYTES interval +

+

+ interval=N + - sampling interval in ns (default: 10'000'000, i.e. 10 ms) +

+

+ jstackdepth=N + - maximum Java stack depth (default: 2048) +

+

+ chunksize=N + - approximate size of JFR chunk in bytes (default: 100 MB) +

+

+ chunktime=N + - duration of JFR chunk in seconds (default: 1 hour) +

+

Check more details via + https://github.com/async-profiler/async-profiler/blob/master/src/arguments.cpp#L44

+
+
+