Book a Demo

Author Topic: Is there SSJavaProfiler for *nix-systems?  (Read 4521 times)

kpu

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Is there SSJavaProfiler for *nix-systems?
« on: October 27, 2014, 02:03:20 am »
Does exist SSJavaProfiler for *nix-systems?
Particulary I need 64-bit linux version of this Java profiler agent library.

My EA installation contains only *.dll version of SSJavaProfiler64. So I unable to use this JVM agent library in my environment to remotely profile my application deployed at linux server.

Kind regards.


Also found these links with similar questions at forum:
http://www.sparxsystems.com/cgi-bin/yabb/YaBB.cgi?num=1268325227
http://www.sparxsystems.com/cgi-bin/yabb/YaBB.cgi?num=1295553577
-- but there are no answers.
« Last Edit: October 27, 2014, 02:20:45 am by kipu »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Is there SSJavaProfiler for *nix-systems?
« Reply #1 on: October 27, 2014, 09:43:28 am »
Search the help for the Java JDWP Debugger. It allows debugging a remote machine.

akshit

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: Is there SSJavaProfiler for *nix-systems?
« Reply #2 on: December 21, 2015, 10:56:58 pm »
Yeah JDWP debugging is an easier alternative to the java debugger in EA. Even eclipse debugs using jdwp. U just have to set up a debugger script with port specified and source path which is equivalent to class path.
Go for it.