Does any one no a open source tool to measure the performance at a
method level.
I want to run a performance test one my web application and see what
happens if I fire a web request. Which methods are called (and how
many times) and how long did it take them to finish?
Thomas Kellerer - 29 Jan 2007 21:27 GMT
ceasaro wrote on 29.01.2007 22:15:
> Does any one no a open source tool to measure the performance at a
> method level.
> I want to run a performance test one my web application and see what
> happens if I fire a web request. Which methods are called (and how
> many times) and how long did it take them to finish?
NetBeans has a pretty decent Profiler (downloadable as an extra pack)
Thomas
TechBookReport - 30 Jan 2007 11:52 GMT
> Does any one no a open source tool to measure the performance at a
> method level.
> I want to run a performance test one my web application and see what
> happens if I fire a web request. Which methods are called (and how
> many times) and how long did it take them to finish?
Have you looked at JMP? (http://www.khelekore.org/jmp/)

Signature
TechBookReport Java http://www.techbookreport.com/JavaIndex.html
ceasaro - 30 Jan 2007 13:08 GMT
Thanks for the tips I will check them out. I just found an other one a
http://jiprof.sourceforge.net/. I will see which one suits me best.
> > Does any one no a open source tool to measure the performance at a
> > method level.
[quoted text clipped - 4 lines]
> --
> TechBookReport Javahttp://www.techbookreport.com/JavaIndex.html