Re: Best tools for profiling Clojure programs?

2014-07-03 Thread ru
Thank you Niels, вторник, 1 июля 2014 г., 15:10:42 UTC+4 пользователь Niels van Klaveren написал: A new option for test purposes is included in JDK 1.7.0_40 and up and is called Java Mission Control. It is located in the JDK as /bin/jmc.exe. Is this tool only for Windows? With it you

Re: Best tools for profiling Clojure programs?

2014-07-03 Thread Jakub Holy
No, it is not. At least it is available on Mac too. On Thursday, July 3, 2014 9:25:44 AM UTC+2, ru wrote: Thank you Niels, вторник, 1 июля 2014 г., 15:10:42 UTC+4 пользователь Niels van Klaveren написал: A new option for test purposes is included in JDK 1.7.0_40 and up and is called

Re: Best tools for profiling Clojure programs?

2014-07-03 Thread Alex Baranosky
YourKit works well. I've heard good things about JVisualVM, but don't have experience using it. On Thu, Jul 3, 2014 at 12:31 AM, Jakub Holy jakub.h...@iterate.no wrote: No, it is not. At least it is available on Mac too. On Thursday, July 3, 2014 9:25:44 AM UTC+2, ru wrote: Thank you

Re: Best tools for profiling Clojure programs?

2014-07-03 Thread Alex Baranosky
Woops, posting too late... I typed JVisualVM, but meant to say Java Mission Control. On Thu, Jul 3, 2014 at 1:10 AM, Alex Baranosky alexander.barano...@gmail.com wrote: YourKit works well. I've heard good things about JVisualVM, but don't have experience using it. On Thu, Jul 3, 2014 at

Re: Best tools for profiling Clojure programs?

2014-07-03 Thread Niels van Klaveren
No, also for Oracle JVM on Linux, and 64 bit Mac OS X -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first

Re: Best tools for profiling Clojure programs?

2014-07-02 Thread Niels van Klaveren
Oops, forgot to state Java Mission Control flight recording is for Oracle JVM only. On Tuesday, July 1, 2014 1:10:42 PM UTC+2, Niels van Klaveren wrote: A new option for test purposes is included in JDK 1.7.0_40 and up and is called Java Mission Control. It is located in the JDK as

Re: Best tools for profiling Clojure programs?

2014-07-01 Thread Niels van Klaveren
A new option for test purposes is included in JDK 1.7.0_40 and up and is called Java Mission Control. It is located in the JDK as /bin/jmc.exe. With it you can connect to a local java process, or remotely through RMI, and record all kinds of performance characteristics in a Flight Recording.

Re: Best tools for profiling Clojure programs?

2014-06-30 Thread tcrayford
I like YourKit. It's commercial, but really quite good (free for open source if you promote them in your readme). I wrote a bit about the perf wins I got using yourkit on my app here: http://yellerapp.com/posts/2014-05-21-tuning-clojure-an-experience-report.html On Friday, 20 June 2014

Best tools for profiling Clojure programs?

2014-06-20 Thread ru
Hi all, What performance profiling instrument somebody can recommend for Clojure programs and corresponding documents, articles or tutorials. Thanks in advance. Sincerely, Ru -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group,

Best tools for profiling Clojure programs?

2014-06-20 Thread Mike Fikes
I can speak to existence but not optimality :) I've use JProfiler, and my experience is that, just like debuggers work, so does this particular profiler. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to