Using Jprofiler's jpexport utility, I would like to export events generated by my custom probe. The -probeId
parameter indicates the probe to export, but it's not clear what probeId should be used.
My case is that of a set of Java classes that implement InterceptorProbe
and ProbeProvider
, and loaded at JVM startup using the -Djprofiler.probeProvider=my.package.MyProvider
JVM parameter. Using -probeId=1
doesn't seem to work - I get "The probe with probe ID "1" could not be found in the snapshot"