Reputation: 75496
I have been using JProbe on Windows and I liked it very much. Unfortunately, I have to ditch my Windows PC due to office space limitation so I am left with MACs only. As far as I know, JProbe doesn't have a MAC version so I am looking for an alternative on Mac OS X, preferably free and with Eclipse plugins. Do you have any suggestions?
I already searched other SO posts. I am using JVisualVM (same as NetBeans) but I am looking for something similar to JProbe. I also looked into YourKit and JProfiler. They all look good but they are a little bit pricy for me.
Upvotes: 1
Views: 960
Reputation: 16521
SUN Java SDK now ships with its own profiler, visualVM. On OS X, just type the command jvisualvm
in a terminal.
Upvotes: 2
Reputation: 3744
Take a look at Shark. It's a general profiler, but it handles Java apps as well.
Upvotes: 1
Reputation: 6010
Never used MAC before :( I am fan of YourKit :) but since you said you have already looked into it this might be of help. Got it from google! Shark- MAC
Upvotes: 1