André Pinto

Results 15 comments of André Pinto

jvmtop is broken in other ways with regards to java >= 9. For example, it relies on `management-agent.jar` ( https://github.com/tellapart/jvmtop/blob/master/src/com/jvmtop/openjdk/tools/LocalVirtualMachine.java#L350-L367 ) which was removed here: https://www.oracle.com/technetwork/java/javase/9-removed-features-3745614.html#JDK-8043939

I've made a few changes on top of @a-buck changes so it doesn't depend on static state but uses the hadoop config to pass the Protobuf descriptors (as base64 strings)....

Is there a way to track the implementation of AIP-161 in the multiple languages?

Yes, it is inside a container built on top of ubuntu bionic.

This was done in a production container so I unfortunately cannot share the trace file but I will try to reproduce the issue in a generic container and get back...

I noticed an error in perfcollect.log on the dumps with `-pid` that is not present in the ones without `-pid` ``` Running /usr/bin/perf script -i perf-jit.data -F comm,pid,tid,cpu,time,period,event,ip,sym,dso,trace > perf.data.txt...

Probably related to https://github.com/dotnet/corefx-tools/issues/92 and https://github.com/dotnet/corefx-tools/issues/84

For the prod process that I was testing, on this new version it hangs in `Resolving JIT and R2R symbols`. I tried in another container with just a kind of...

I have set `DOTNET_PerfMapEnabled=1` and `DOTNET_EnableEventLog=1` for the container as per https://docs.microsoft.com/en-us/dotnet/core/diagnostics/trace-perfcollect-lttng#collect-a-trace I have also added the SYS_ADMIN capability. Do I also need `COMPlus_EnableEventLog=1`?

Adding `COMPlus_EnableEventLog=1` makes no difference.