Hi,
I'm trying to profile JVM (scala) process. The cpu telemetry windows show a very high "system" cpu usage (up to 40%).
How can I dive deeper into the system cpu usage in order to figure out what's going on?
Also, and probably related - how can I see cpu usage on Java system calls such as reading from sockets and deciphering ssl?
Notes:
Profiling is done via cli (remote process, no UI).