Get desktop application:
View/edit binary Protocol Buffers messages
collect sends JFR data to the OAP server
metaData of the AsyncProfiler task and its result data, only sent in the first request.
JFR binary content
getAsyncProfilerTaskCommands sends query to the OAP server for all AsyncProfiler tasks to be executed for the given Java Agent instance
service name of the Java process
lastCommandTime is the timestamp of the last AsyncProfiler task received
Used in:
async-profiler task id
AsyncProfilerCollectType indicates the overall status of the AsyncProfiler task, i.e. success or failure
if type is success then it will be the size of the JFR file, otherwise it will be 0
Used in:
,PROFILING_SUCCESS indicates the Java Agent has finished the execution
EXECUTION_TASK_ERROR indicates a potential execution error caused by the Java Agent, such as an error in the task parameters that were sent.
TERMINATED_BY_OVERSIZE means that the server cannot receive the JFR file because the size of the file is over the limitation.